Searched refs:AllocatedBuffersCount (Results 1 – 4 of 4) sorted by relevance
346 mInputQueue->AllocatedBuffersCount(), in serviceDeviceTask()349 mOutputQueue->AllocatedBuffersCount()); in serviceDeviceTask()556 } else if (mBlockIdToV4L2Id.size() < mOutputQueue->AllocatedBuffersCount()) { in onVideoFrameReady()
1621 mInputBuffersMap.resize(mInputQueue->AllocatedBuffersCount()); in createInputBuffers()1647 mOutputBuffersMap.resize(mOutputQueue->AllocatedBuffersCount()); in createOutputBuffers()1656 if (!mInputQueue || mInputQueue->AllocatedBuffersCount() == 0) return; in destroyInputBuffers()1666 if (!mOutputQueue || mOutputQueue->AllocatedBuffersCount() == 0) return; in destroyOutputBuffers()
341 size_t AllocatedBuffersCount() const;
1046 size_t V4L2Queue::AllocatedBuffersCount() const { in AllocatedBuffersCount() function in media::V4L2Queue