Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h435 bool hasPendingBuffer(int portIndex);
436 bool hasPendingBuffer();
/frameworks/av/media/libstagefright/
DMediaCodec.cpp1273 bool MediaCodec::hasPendingBuffer(int portIndex) { in hasPendingBuffer() function in android::MediaCodec
1279 bool MediaCodec::hasPendingBuffer() { in hasPendingBuffer() function in android::MediaCodec
1280 return hasPendingBuffer(kPortIndexInput) || hasPendingBuffer(kPortIndexOutput); in hasPendingBuffer()
2630 if (!force && hasPendingBuffer()) { in onMessageReceived()