Home
last modified time | relevance | path

Searched refs:scIndexType (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/media/java/android/media/tv/tuner/filter/
H A DRecordSettings.java341 private RecordSettings(int mainType, int tsIndexType, int scIndexType, int scIndexMask) { in RecordSettings() argument
344 mScIndexType = scIndexType; in RecordSettings()
/aosp14/frameworks/base/media/jni/
H A Dandroid_media_tv_Tuner.cpp4052 DemuxRecordScIndexType scIndexType = static_cast<DemuxRecordScIndexType>( in getFilterRecordSettings() local
4057 if (scIndexType == DemuxRecordScIndexType::SC && in getFilterRecordSettings()
4059 scIndexType = DemuxRecordScIndexType::SC_AVC; in getFilterRecordSettings()
4063 .scIndexType = scIndexType, in getFilterRecordSettings()
4065 if (scIndexType == DemuxRecordScIndexType::SC) { in getFilterRecordSettings()
4067 } else if (scIndexType == DemuxRecordScIndexType::SC_HEVC) { in getFilterRecordSettings()
4069 } else if (scIndexType == DemuxRecordScIndexType::SC_AVC) { in getFilterRecordSettings()
4072 } else if (scIndexType == DemuxRecordScIndexType::SC_VVC) { in getFilterRecordSettings()