Home
last modified time | relevance | path

Searched refs:AllocatedBuffersCount (Results 1 – 4 of 4) sorted by relevance

/external/v4l2_codec2/components/
DV4L2Decoder.cpp346 mInputQueue->AllocatedBuffersCount(), in serviceDeviceTask()
349 mOutputQueue->AllocatedBuffersCount()); in serviceDeviceTask()
556 } else if (mBlockIdToV4L2Id.size() < mOutputQueue->AllocatedBuffersCount()) { in onVideoFrameReady()
DV4L2EncodeComponent.cpp1621 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()
/external/v4l2_codec2/accel/
Dv4l2_device.h341 size_t AllocatedBuffersCount() const;
Dv4l2_device.cc1046 size_t V4L2Queue::AllocatedBuffersCount() const { in AllocatedBuffersCount() function in media::V4L2Queue