Searched defs:getBufferAndFormat (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp826 return getBufferAndFormat(kPortIndexOutput, index, buffer, &format);
831 return getBufferAndFormat(kPortIndexOutput, index, &buffer, format);
836 return getBufferAndFormat(kPortIndexInput, index, buffer, &format);
843 status_t MediaCodec::getBufferAndFormat( function in class:android::MediaCodec
2398 // synchronization boundary for getBufferAndFormat
2451 // synchronization boundary for getBufferAndFormat

Completed in 555 milliseconds