Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/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/libstagefright/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()