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

/frameworks/av/include/media/stagefright/
H A DMediaCodec.h325 // Used only to synchronize asynchronous getBufferAndFormat
368 status_t getBufferAndFormat(
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp893 return getBufferAndFormat(kPortIndexOutput, index, buffer, &format);
898 return getBufferAndFormat(kPortIndexOutput, index, &buffer, format);
903 return getBufferAndFormat(kPortIndexInput, index, buffer, &format);
910 status_t MediaCodec::getBufferAndFormat( function in class:android::MediaCodec
915 ALOGE("getBufferAndFormat - resource already released");
920 ALOGE("getBufferAndFormat - null ABuffer");
925 ALOGE("getBufferAndFormat - null AMessage");
933 ALOGE("getBufferAndFormat - not executing");
943 ALOGE("getBufferAndFormat - trying to get buffer with "
950 ALOGE("getBufferAndFormat
[all...]

Completed in 128 milliseconds