Home
last modified time | relevance | path

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

/frameworks/av/media/module/codecs/m4v_h263/fuzzer/
Dmpeg4_h263_dec_fuzzer.cpp45 bool allocOutputBuffer(size_t outputBufferSize);
79 bool Codec::allocOutputBuffer(size_t outputBufferSize) { in allocOutputBuffer() function in Codec
148 if (!allocOutputBuffer(outputBufferSize)) { in decodeFrames()
/frameworks/av/media/module/codecs/m4v_h263/dec/test/
DMpeg4H263DecoderTest.cpp80 void allocOutputBuffer(size_t outputBufferSize);
110 void Mpeg4H263DecoderTest::allocOutputBuffer(size_t outputBufferSize) { in allocOutputBuffer() function in Mpeg4H263DecoderTest
239 ASSERT_NO_FATAL_FAILURE(allocOutputBuffer(outputBufferSize)); in processMpeg4H263Decoder()
/frameworks/av/media/codec2/hal/client/
Dclient.cpp1574 allocOutputBuffer(output, &linearBlock, &linearView, &graphicBlock); in handleWork()
1702 void allocOutputBuffer( in allocOutputBuffer() function in android::Codec2Client::Component::ApexHandler