Searched refs:scIndexType (Results 1 – 7 of 7) sorted by relevance
29 int scIndexType;
298 private RecordSettings(int mainType, int tsIndexType, int scIndexType, int scIndexMask) { in RecordSettings() argument301 mScIndexType = scIndexType; in RecordSettings()
437 .scIndexType = static_cast<DemuxRecordScIndexType>(r.scIndexType), in getRecordSettings()
660 .scIndexType = static_cast<int32_t>(hidlRecord.scIndexType), in getAidlRecordSettings()
850 settings.scIndexType = static_cast<DemuxRecordScIndexType>(record->getScIndexType()); in readRecordFilterSettings()
3487 DemuxRecordScIndexType scIndexType = static_cast<DemuxRecordScIndexType>( in getFilterRecordSettings() local3493 .scIndexType = scIndexType, in getFilterRecordSettings()3495 if (scIndexType == DemuxRecordScIndexType::SC) { in getFilterRecordSettings()3497 } else if (scIndexType == DemuxRecordScIndexType::SC_HEVC) { in getFilterRecordSettings()
2057 DemuxRecordScIndexType scIndexType;