Home
last modified time | relevance | path

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

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h574 struct BatchInfo { struct
575 BatchInfo();
601 BatchInfo mBatchInfo; argument
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h624 struct BatchInfo { struct
625 BatchInfo();
642 BatchInfo mBatchInfo; argument
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp3465 usage = BatchInfo::getColorFormatAt(hnd, 0); in venc_empty_buf()
3807 plane.reserved[0] = BatchInfo::getFdAt(hnd, i); in venc_empty_batch()
3809 plane.data_offset = BatchInfo::getOffsetAt(hnd, i); in venc_empty_batch()
3811 plane.length = plane.bytesused = BatchInfo::getSizeAt(hnd, i); in venc_empty_batch()
3825 bufTimeStamp = bufhdr->nTimeStamp + BatchInfo::getTimeStampAt(hnd, i) / 1000; in venc_empty_batch()
7134 venc_dev::BatchInfo::BatchInfo() in BatchInfo() function in venc_dev::BatchInfo
7142 int venc_dev::BatchInfo::registerBuffer(int bufferId) { in registerBuffer()
7157 int venc_dev::BatchInfo::retrieveBufferAt(int v4l2Id) { in retrieveBufferAt()
7176 bool venc_dev::BatchInfo::isPending(int bufferId) { in isPending()
7184 int venc_dev::BatchInfo::getFdAt(native_handle_t *hnd, int index) { in getFdAt()
[all …]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp7890 venc_dev::BatchInfo::BatchInfo() in BatchInfo() function in venc_dev::BatchInfo
7898 int venc_dev::BatchInfo::registerBuffer(int bufferId) { in registerBuffer()
7913 int venc_dev::BatchInfo::retrieveBufferAt(int v4l2Id) { in retrieveBufferAt()
7932 bool venc_dev::BatchInfo::isPending(int bufferId) { in isPending()