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.h424 bool hasPendingBuffer(int portIndex);
425 bool hasPendingBuffer();
/frameworks/av/media/libstagefright/
DMediaCodec.cpp956 bool MediaCodec::hasPendingBuffer(int portIndex) { in hasPendingBuffer() function in android::MediaCodec
962 bool MediaCodec::hasPendingBuffer() { in hasPendingBuffer() function in android::MediaCodec
963 return hasPendingBuffer(kPortIndexInput) || hasPendingBuffer(kPortIndexOutput); in hasPendingBuffer()
2226 if (!force && hasPendingBuffer()) { in onMessageReceived()