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

/frameworks/av/include/media/stagefright/
H A DMediaCodec.h424 bool hasPendingBuffer(int portIndex);
425 bool hasPendingBuffer();
/frameworks/av/media/libstagefright/foundation/include/
H A DMediaCodec.h424 bool hasPendingBuffer(int portIndex);
425 bool hasPendingBuffer();
/frameworks/av/media/libstagefright/include/
H A DMediaCodec.h424 bool hasPendingBuffer(int portIndex);
425 bool hasPendingBuffer();
/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 15 milliseconds