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

/frameworks/av/include/media/stagefright/
H A DMediaCodec.h342 // Used only to synchronize asynchronous getBufferAndFormat
389 status_t getBufferAndFormat(
/frameworks/av/media/libstagefright/foundation/include/
H A DMediaCodec.h342 // Used only to synchronize asynchronous getBufferAndFormat
389 status_t getBufferAndFormat(
/frameworks/av/media/libstagefright/include/
H A DMediaCodec.h342 // Used only to synchronize asynchronous getBufferAndFormat
389 status_t getBufferAndFormat(
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp1213 return getBufferAndFormat(kPortIndexOutput, index, buffer, &format);
1218 return getBufferAndFormat(kPortIndexOutput, index, &buffer, format);
1223 return getBufferAndFormat(kPortIndexInput, index, buffer, &format);
1230 status_t MediaCodec::getBufferAndFormat( function in class:MediaCodec
1235 ALOGE("getBufferAndFormat - resource already released");
1240 ALOGE("getBufferAndFormat - null MediaCodecBuffer");
1245 ALOGE("getBufferAndFormat - null AMessage");
1253 ALOGE("getBufferAndFormat - not executing");
1263 ALOGE("getBufferAndFormat - trying to get buffer with "
1270 ALOGE("getBufferAndFormat
[all...]

Completed in 80 milliseconds