Searched refs:scIndexType (Results 1 – 3 of 3) sorted by relevance
341 private RecordSettings(int mainType, int tsIndexType, int scIndexType, int scIndexMask) { in RecordSettings() argument344 mScIndexType = scIndexType; in RecordSettings()
828 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()
4076 DemuxRecordScIndexType scIndexType = static_cast<DemuxRecordScIndexType>( in getFilterRecordSettings() local4081 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()