Home
last modified time | relevance | path

Searched refs:dupFormat (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/cts/tests/media/jni/
H A DNativeCodecUnitTest.cpp754 AMediaFormat* dupFormat = AMediaCodec_getInputFormat(mCodec); in testGetInputFormatInInitState() local
756 AMediaFormat_getString(dupFormat, AMEDIAFORMAT_KEY_MIME, &dupMediaType); in testGetInputFormatInInitState()
758 AMediaFormat_delete(dupFormat); in testGetInputFormatInInitState()
762 AMediaFormat_delete(dupFormat); in testGetInputFormatInInitState()
778 AMediaFormat* dupFormat = AMediaCodec_getInputFormat(mCodec); in testGetInputFormatInRunningState()
780 AMediaFormat_getString(dupFormat, AMEDIAFORMAT_KEY_MIME, &dupMediaType); in testGetInputFormatInRunningState()
782 AMediaFormat_delete(dupFormat); in testGetInputFormatInRunningState()
786 AMediaFormat_delete(dupFormat); in testGetInputFormatInRunningState()
800 AMediaFormat* dupFormat = AMediaCodec_getInputFormat(mCodec); in testGetInputFormatInUnInitState() local
802 AMediaFormat_getString(dupFormat, AMEDIAFORMAT_KEY_MIME, &dupMediaType); in testGetInputFormatInUnInitState()
[all …]
/aosp_15_r20/frameworks/av/media/codec2/sfplugin/
H A DCCodecBuffers.cpp84 sp<AMessage> CCodecBuffers::dupFormat() { in dupFormat() function in android::CCodecBuffers
103 mFormatWithImageData = dupFormat(); in handleImageData()
H A DCCodecBuffers.h64 sp<AMessage> dupFormat();