Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaCodec.h526 status_t getBufferAndFormat(
/aosp12/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp2689 return getBufferAndFormat(kPortIndexOutput, index, buffer, &format); in getOutputBuffer()
2694 return getBufferAndFormat(kPortIndexOutput, index, &buffer, format); in getOutputFormat()
2699 return getBufferAndFormat(kPortIndexInput, index, buffer, &format); in getInputBuffer()
2706 status_t MediaCodec::getBufferAndFormat( in getBufferAndFormat() function in android::MediaCodec