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