Searched refs:hasPendingBuffer (Results 1 – 2 of 2) sorted by relevance
435 bool hasPendingBuffer(int portIndex);436 bool hasPendingBuffer();
1273 bool MediaCodec::hasPendingBuffer(int portIndex) { in hasPendingBuffer() function in android::MediaCodec1279 bool MediaCodec::hasPendingBuffer() { in hasPendingBuffer() function in android::MediaCodec1280 return hasPendingBuffer(kPortIndexInput) || hasPendingBuffer(kPortIndexOutput); in hasPendingBuffer()2630 if (!force && hasPendingBuffer()) { in onMessageReceived()