Searched refs:hasPendingBuffer (Results 1 – 2 of 2) sorted by relevance
399 bool hasPendingBuffer(int portIndex);400 bool hasPendingBuffer();
616 bool MediaCodec::hasPendingBuffer(int portIndex) { in hasPendingBuffer() function in android::MediaCodec627 bool MediaCodec::hasPendingBuffer() { in hasPendingBuffer() function in android::MediaCodec628 return hasPendingBuffer(kPortIndexInput) || hasPendingBuffer(kPortIndexOutput); in hasPendingBuffer()1902 if (!force && hasPendingBuffer()) { in onMessageReceived()