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.h441 bool hasPendingBuffer(int portIndex);
442 bool hasPendingBuffer();
/frameworks/av/media/libstagefright/
DMediaCodec.cpp1308 bool MediaCodec::hasPendingBuffer(int portIndex) { in hasPendingBuffer() function in android::MediaCodec
1314 bool MediaCodec::hasPendingBuffer() { in hasPendingBuffer() function in android::MediaCodec
1315 return hasPendingBuffer(kPortIndexInput) || hasPendingBuffer(kPortIndexOutput); in hasPendingBuffer()
2729 if (!force && hasPendingBuffer()) { in onMessageReceived()