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

/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp557 return getBufferAndFormat(kPortIndexOutput, index, buffer, &format);
562 return getBufferAndFormat(kPortIndexOutput, index, &buffer, format);
567 return getBufferAndFormat(kPortIndexInput, index, buffer, &format);
574 status_t MediaCodec::getBufferAndFormat( function in class:android::MediaCodec
1959 // synchronization boundary for getBufferAndFormat
1995 // synchronization boundary for getBufferAndFormat

Completed in 74 milliseconds