Searched refs:allocOutputBuffer (Results 1 – 3 of 3) 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()
1574 allocOutputBuffer(output, &linearBlock, &linearView, &graphicBlock); in handleWork()1702 void allocOutputBuffer( in allocOutputBuffer() function in android::Codec2Client::Component::ApexHandler