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

/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp934 bool MediaCodec::hasPendingBuffer(int portIndex) { function in class:android::MediaCodec
940 bool MediaCodec::hasPendingBuffer() { function in class:MediaCodec
941 return hasPendingBuffer(kPortIndexInput) || hasPendingBuffer(kPortIndexOutput);
2170 if (!force && hasPendingBuffer()) {

Completed in 260 milliseconds