Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/tv/tuner/filter/
DRecordSettings.java341 private RecordSettings(int mainType, int tsIndexType, int scIndexType, int scIndexMask) { in RecordSettings() argument
344 mScIndexType = scIndexType; in RecordSettings()
/frameworks/av/services/tuner/hidl/
DTunerHidlFilter.cpp828 record.scIndexType = static_cast<HidlDemuxRecordScIndexType>(settings.scIndexType); in getHidlRecordSettings()
834 record.scIndexType = HidlDemuxRecordScIndexType::SC; in getHidlRecordSettings()
843 record.scIndexType = static_cast<HidlDemuxRecordScIndexType>(settings.scIndexType); in getHidlRecordSettings()
/frameworks/base/media/jni/
Dandroid_media_tv_Tuner.cpp4076 DemuxRecordScIndexType scIndexType = static_cast<DemuxRecordScIndexType>( in getFilterRecordSettings() local
4081 if (scIndexType == DemuxRecordScIndexType::SC && in getFilterRecordSettings()
4083 scIndexType = DemuxRecordScIndexType::SC_AVC; in getFilterRecordSettings()
4087 .scIndexType = scIndexType, in getFilterRecordSettings()
4089 if (scIndexType == DemuxRecordScIndexType::SC) { in getFilterRecordSettings()
4091 } else if (scIndexType == DemuxRecordScIndexType::SC_HEVC) { in getFilterRecordSettings()
4093 } else if (scIndexType == DemuxRecordScIndexType::SC_AVC) { in getFilterRecordSettings()
4096 } else if (scIndexType == DemuxRecordScIndexType::SC_VVC) { in getFilterRecordSettings()