Home
last modified time | relevance | path

Searched defs:inputPts (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/cts/tests/tests/media/encoder/src/android/media/encoder/cts/
H A DSurfaceEncodeTimestampTest.java126 long[] inputPts = {1000000, 2000000, 3000000, 4000000}; in testMaxPtsGap() local
140 long[] inputPts = {33333, 66667, 66000, 100000}; in testBackwardFrameDroppedWithoutFixedPtsGap() local
154 long[] inputPts = {33333, 66667, 66000, 100000}; in testBackwardFramePreservedWithFixedPtsGap() local
170 long[] inputPts = {16667, 33333, 50000, 66667, 83333}; in testMaxFps() local
198 long[] inputPts = new long[4]; in testCaptureFps() local
224 long[] inputPts = {16667, 33333, -100000, 133333}; in testRepeatPreviousFrameAfter() local
248 long[] inputPts = {33333, 66667, -100000, 100000, 133333}; in testCreateInputSurfaceSuspendedResume() local
275 long[] inputPts = {-1, 33333, 66667, 100000, 133333}; in testCreateInputSurfaceSuspendedResumeWithTime() local
303 long[] inputPts = {33333, 66667, -100000, 100000, 133333, -100000, 166667}; in testSuspendedResume() local
330 long[] inputPts = {-1, 33333, -1, 66667, 100000, 133333, 166667}; in testSuspendedResumeWithTime() local
[all …]
/aosp_15_r20/hardware/google/aemu/host-common/
DMediaSnapshotHelper.cpp37 uint64_t inputPts) { in savePacket()
74 uint64_t inputPts) { in saveH264Packet()
DMediaH264DecoderCuvid.cpp214 uint64_t inputPts = param.pts; in decodeFrame() local
250 uint64_t inputPts) { in decodeFrameInternal()
DMediaCudaVideoHelper.cpp177 uint64_t inputPts) { in decode()
DMediaH264DecoderGeneric.cpp224 uint64_t inputPts = param.pts; in decodeFrame() local
DMediaH264DecoderFfmpeg.cpp214 uint64_t inputPts = param.pts; in decodeFrameInternal() local
DMediaVideoToolBoxVideoHelper.cpp107 uint64_t inputPts) { in decode()
/aosp_15_r20/hardware/google/aemu/host-common/include/host-common/
DMediaVideoHelper.h41 uint64_t inputPts) {} in decode()