Home
last modified time | relevance | path

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

/cts/tests/media/src/android/mediav2/cts/
DAdaptivePlaybackTest.java267 ByteBuffer csdBuffer = format.getByteBuffer(csdKey); in createInputList() local
DDecoderDynamicColorAspectTest.java242 ByteBuffer csdBuffer = format.getByteBuffer(csdKey); in createInputList() local
/cts/tests/mediapc/src/android/mediapc/cts/
DPlaybackFrameDrop.java168 ByteBuffer csdBuffer = format.getByteBuffer(csdKey); in createInputList() local
/cts/tests/media/jni/
DNativeCodecDecoderTestCommon.cpp426 void* csdBuffer; in testFlush() local
559 void* csdBuffer; in testSimpleDecodeQueueCSD() local
DNativeExtractorTest.cpp590 void* csdBuffer; in nativeReadAllData() local
/cts/tests/media/common/src/android/mediav2/common/cts/
DCodecDecoderTestBase.java194 ByteBuffer csdBuffer = mCsdBuffers.get(mCurrCsdIdx); in enqueueCodecConfig() local
/cts/tests/tests/media/codec/src/android/media/codec/cts/
DVideoCodecTestBase.java887 ByteBuffer csdBuffer = ByteBuffer.allocate(out.buffer.length).put(out.buffer); in saveOutputFrame() local
1564 ByteBuffer csdBuffer = ByteBuffer.allocate(out.buffer.length).put(out.buffer); in encode() local
1870 … ByteBuffer csdBuffer = ByteBuffer.allocate(out.buffer.length).put(out.buffer); in encodeSimulcast() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0213/
Dpoc.cpp265 C2StreamInitDataInfo::output *csdBuffer = (C2StreamInitDataInfo::output *)(param); in workDone() local