Home
last modified time | relevance | path

Searched defs:dupFormat (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/cts/tests/media/jni/
H A DNativeCodecUnitTest.cpp754 AMediaFormat* dupFormat = AMediaCodec_getInputFormat(mCodec); in testGetInputFormatInInitState() local
800 AMediaFormat* dupFormat = AMediaCodec_getInputFormat(mCodec); in testGetInputFormatInUnInitState() local
931 AMediaFormat* dupFormat = AMediaCodec_getOutputFormat(mCodec); in testGetOutputFormatInInitState() local
975 AMediaFormat* dupFormat = AMediaCodec_getOutputFormat(mCodec); in testGetOutputFormatInUnInitState() local
1397 AMediaFormat* dupFormat = AMediaCodec_getBufferFormat(mCodec, 0); in testGetBufferFormatInInitState() local
1495 AMediaFormat* dupFormat = AMediaCodec_getBufferFormat(mCodec, 0); in testGetBufferFormatInUnInitState() local
/aosp_15_r20/frameworks/av/media/codec2/sfplugin/
H A DCCodecBuffers.cpp84 sp<AMessage> CCodecBuffers::dupFormat() { in dupFormat() function in android::CCodecBuffers