Home
last modified time | relevance | path

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

/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h515 struct BatchInfo { struct
516 BatchInfo();
533 BatchInfo mBatchInfo; argument
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h574 struct BatchInfo { struct
575 BatchInfo();
592 BatchInfo mBatchInfo; argument
/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.h625 struct BatchInfo { struct
626 BatchInfo();
643 BatchInfo mBatchInfo; argument
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h580 struct BatchInfo { struct
581 BatchInfo();
598 BatchInfo mBatchInfo; argument
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp3466 usage = BatchInfo::getColorFormatAt(hnd, 0); in venc_empty_buf()
3816 plane.reserved[0] = BatchInfo::getFdAt(hnd, i); in venc_empty_batch()
3818 plane.data_offset = BatchInfo::getOffsetAt(hnd, i); in venc_empty_batch()
3820 plane.length = plane.bytesused = BatchInfo::getSizeAt(hnd, i); in venc_empty_batch()
3834 bufTimeStamp = bufhdr->nTimeStamp + BatchInfo::getTimeStampAt(hnd, i) / 1000; in venc_empty_batch()
7145 venc_dev::BatchInfo::BatchInfo() in BatchInfo() function in venc_dev::BatchInfo
7153 int venc_dev::BatchInfo::registerBuffer(int bufferId) { in registerBuffer()
7168 int venc_dev::BatchInfo::retrieveBufferAt(int v4l2Id) { in retrieveBufferAt()
7187 bool venc_dev::BatchInfo::isPending(int bufferId) { in isPending()
7195 int venc_dev::BatchInfo::getFdAt(native_handle_t *hnd, int index) { in getFdAt()
[all …]
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp4671 venc_dev::BatchInfo::BatchInfo() in BatchInfo() function in venc_dev::BatchInfo
4679 int venc_dev::BatchInfo::registerBuffer(int bufferId) { in registerBuffer()
4694 int venc_dev::BatchInfo::retrieveBufferAt(int v4l2Id) { in retrieveBufferAt()
4713 bool venc_dev::BatchInfo::isPending(int bufferId) { in isPending()
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp7599 venc_dev::BatchInfo::BatchInfo() in BatchInfo() function in venc_dev::BatchInfo
7607 int venc_dev::BatchInfo::registerBuffer(int bufferId) { in registerBuffer()
7622 int venc_dev::BatchInfo::retrieveBufferAt(int v4l2Id) { in retrieveBufferAt()
7641 bool venc_dev::BatchInfo::isPending(int bufferId) { in isPending()