Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/tests/writer/
DWriterUtility.h32 #define CODEC_CONFIG_FLAG 32 macro
DWriterUtility.cpp88 if (flags == CODEC_CONFIG_FLAG) { in writeHeaderBuffers()
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()
/frameworks/av/media/libstagefright/flac/dec/test/
DFlacDecoderTest.cpp28 #define CODEC_CONFIG_FLAG 32 macro
120 if (flags == CODEC_CONFIG_FLAG && mInputBufferCount == 0) { in processFlacDecoder()
/frameworks/av/media/codecs/m4v_h263/dec/test/
DMpeg4H263DecoderTest.cpp34 #define CODEC_CONFIG_FLAG 32 macro
187 bool codecConfig = flags == CODEC_CONFIG_FLAG; in processMpeg4H263Decoder()