Searched refs:allocOutputBuffer (Results 1 – 2 of 2) sorted by relevance
45 bool allocOutputBuffer(size_t outputBufferSize);79 bool Codec::allocOutputBuffer(size_t outputBufferSize) { in allocOutputBuffer() function in Codec148 if (!allocOutputBuffer(outputBufferSize)) { in decodeFrames()
80 void allocOutputBuffer(size_t outputBufferSize);110 void Mpeg4H263DecoderTest::allocOutputBuffer(size_t outputBufferSize) { in allocOutputBuffer() function in Mpeg4H263DecoderTest239 ASSERT_NO_FATAL_FAILURE(allocOutputBuffer(outputBufferSize)); in processMpeg4H263Decoder()