Searched refs:hasPendingBuffer (Results 1 – 2 of 2) sorted by relevance
433 bool hasPendingBuffer(int portIndex);434 bool hasPendingBuffer();
1263 bool MediaCodec::hasPendingBuffer(int portIndex) { in hasPendingBuffer() function in android::MediaCodec1269 bool MediaCodec::hasPendingBuffer() { in hasPendingBuffer() function in android::MediaCodec1270 return hasPendingBuffer(kPortIndexInput) || hasPendingBuffer(kPortIndexOutput); in hasPendingBuffer()2576 if (!force && hasPendingBuffer()) { in onMessageReceived()