Searched refs:hasPendingBuffer (Results 1 – 2 of 2) sorted by relevance
441 bool hasPendingBuffer(int portIndex);442 bool hasPendingBuffer();
1308 bool MediaCodec::hasPendingBuffer(int portIndex) { in hasPendingBuffer() function in android::MediaCodec1314 bool MediaCodec::hasPendingBuffer() { in hasPendingBuffer() function in android::MediaCodec1315 return hasPendingBuffer(kPortIndexInput) || hasPendingBuffer(kPortIndexOutput); in hasPendingBuffer()2729 if (!force && hasPendingBuffer()) { in onMessageReceived()