Home
last modified time | relevance | path

Searched refs:firstMbInSlice (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/base/media/java/android/media/tv/tuner/filter/
H A DTsRecordEvent.java40 int firstMbInSlice) { in TsRecordEvent() argument
46 mFirstMbInSlice = firstMbInSlice; in TsRecordEvent()
H A DMmtpRecordEvent.java40 int firstMbInSlice, int tsIndexMask) { in MmtpRecordEvent() argument
45 mFirstMbInSlice = firstMbInSlice; in MmtpRecordEvent()
/aosp12/frameworks/av/services/tuner/aidl/android/media/tv/tuner/
H A DTunerFilterMmtpRecordEvent.aidl51 int firstMbInSlice;
H A DTunerFilterTsRecordEvent.aidl55 int firstMbInSlice;
/aosp12/hardware/interfaces/tv/tuner/1.1/vts/functional/
H A DFilterTests.cpp87 eventExt.tsRecord().pts, eventExt.tsRecord().firstMbInSlice); in readFilterEventData()
92 eventExt.mmtpRecord().pts, eventExt.mmtpRecord().firstMbInSlice, in readFilterEventData()
/aosp12/frameworks/av/services/tuner/
H A DTunerFilter.cpp793 tunerTsRecord.firstMbInSlice = static_cast<int>(eventsExt[i].tsRecord().firstMbInSlice); in getTsRecordEvent()
819 tunerMmtpRecord.firstMbInSlice = in getMmtpRecordEvent()
820 static_cast<int>(eventsExt[i].mmtpRecord().firstMbInSlice); in getMmtpRecordEvent()
/aosp12/frameworks/base/media/jni/tuner/
H A DFilterClient.cpp826 .firstMbInSlice = static_cast<uint32_t>(ts.firstMbInSlice), in getHidlTsRecordEvent()
849 .firstMbInSlice = static_cast<uint32_t>(mmtp.firstMbInSlice), in getHidlMmtpRecordEvent()
/aosp12/hardware/interfaces/tv/tuner/1.1/default/
H A DFilter.cpp771 .firstMbInSlice = 0, // random address in startRecordFilterHandler()
1046 .firstMbInSlice = 2, // random address in createTsRecordEventExt()
1069 .firstMbInSlice = 3, in createMmtpRecordEventExt()
/aosp12/hardware/interfaces/tv/tuner/1.1/
H A Dtypes.hal119 uint32_t firstMbInSlice;
140 uint32_t firstMbInSlice;
/aosp12/frameworks/base/media/jni/
H A Dandroid_media_tv_Tuner.cpp600 jlong firstMbInSlice; in getTsRecordEvent() local
604 firstMbInSlice = static_cast<jint>(eventsExt[i].tsRecord().firstMbInSlice); in getTsRecordEvent()
607 firstMbInSlice = static_cast<jint>(Constant::INVALID_FIRST_MACROBLOCK_IN_SLICE); in getTsRecordEvent()
612 pts, firstMbInSlice); in getTsRecordEvent()
635 jlong firstMbInSlice; in getMmtpRecordEvent() local
642 firstMbInSlice = static_cast<jint>(eventsExt[i].mmtpRecord().firstMbInSlice); in getMmtpRecordEvent()
648 firstMbInSlice = static_cast<jint>(Constant::INVALID_FIRST_MACROBLOCK_IN_SLICE); in getMmtpRecordEvent()
654 mpuSequenceNumber, pts, firstMbInSlice, tsIndexMask); in getMmtpRecordEvent()