Lines Matching refs:DecoderTest
85 typedef struct DecoderTest { struct
90 } DecoderTest; argument
92 static void DecoderTestInit(DecoderTest* test) { in DecoderTestInit()
99 static void DecoderTestIncrementFramesInUse(DecoderTest* test) { in DecoderTestIncrementFramesInUse()
103 static void DecoderTestDecrementFramesInUse(DecoderTest* test) { in DecoderTestDecrementFramesInUse()
107 static void DecoderTestSetReleasedInputBuffer(DecoderTest* test, in DecoderTestSetReleasedInputBuffer()
112 static void DecoderTestSetBufferPrivateData(DecoderTest* test, in DecoderTestSetBufferPrivateData()
157 DecoderTest* const decoder_test = (DecoderTest*)callback_private_data; in GetFrameBuffer()
170 DecoderTest* const decoder_test = (DecoderTest*)callback_private_data; in ReleaseFrameBuffer()
175 DecoderTestSetReleasedInputBuffer((DecoderTest*)private_data, input_buffer); in ReleaseInputBuffer()
178 static void DecoderTestSetUp(DecoderTest* test) { in DecoderTestSetUp()
192 DecoderTest test; in DecoderTestAPIFlowForNonFrameParallelMode()
287 DecoderTest test; in DecoderTestNonFrameParallelModeEnqueueMultipleFramesWithoutDequeuing()
322 DecoderTest test; in DecoderTestNonFrameParallelModeEOSBeforeDequeuingLastFrame()
362 DecoderTest test; in DecoderTestNonFrameParallelModeInvalidFrameAfterEOS()
415 DecoderTest test; in DecoderTestMetadataObu()