Home
last modified time | relevance | path

Searched refs:CODEC_CONFIG_FLAG (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/tests/writer/
H A DWriterUtility.h32 #define CODEC_CONFIG_FLAG 32 macro
H A DWriterUtility.cpp88 if (flags == CODEC_CONFIG_FLAG) { in writeHeaderBuffers()
H A DWriterTest.cpp222 if (flags == CODEC_CONFIG_FLAG) numCsds++; in getInputBufferInfo()
393 bufferInfo.push_back({static_cast<int32_t>(csdSize), CODEC_CONFIG_FLAG, 0}); in extract()
/aosp12/frameworks/av/media/libstagefright/flac/dec/test/
H A DFlacDecoderTest.cpp28 #define CODEC_CONFIG_FLAG 32 macro
120 if (flags == CODEC_CONFIG_FLAG && mInputBufferCount == 0) { in processFlacDecoder()
/aosp12/frameworks/av/media/codecs/m4v_h263/dec/test/
H A DMpeg4H263DecoderTest.cpp34 #define CODEC_CONFIG_FLAG 32 macro
187 bool codecConfig = flags == CODEC_CONFIG_FLAG; in processMpeg4H263Decoder()