Searched refs:hasPendingBuffer (Results 1 – 2 of 2) sorted by relevance
424 bool hasPendingBuffer(int portIndex);425 bool hasPendingBuffer();
934 bool MediaCodec::hasPendingBuffer(int portIndex) { in hasPendingBuffer() function in android::MediaCodec940 bool MediaCodec::hasPendingBuffer() { in hasPendingBuffer() function in android::MediaCodec941 return hasPendingBuffer(kPortIndexInput) || hasPendingBuffer(kPortIndexOutput); in hasPendingBuffer()2170 if (!force && hasPendingBuffer()) { in onMessageReceived()