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

/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp1263 bool MediaCodec::hasPendingBuffer(int portIndex) { function in class:android::MediaCodec
1269 bool MediaCodec::hasPendingBuffer() { function in class:android::MediaCodec
1270 return hasPendingBuffer(kPortIndexInput) || hasPendingBuffer(kPortIndexOutput);
2576 if (!force && hasPendingBuffer()) {

Completed in 29 milliseconds