Home
last modified time | relevance | path

Searched refs:m_sOutput_buff_property (Results 1 – 21 of 21) sorted by relevance

/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
H A Dvideo_encoder_device_copper.cpp392m_sOutput_buff_property.mincount=m_sOutput_buff_property.maxcount=m_sOutput_buff_property.actualco… in venc_open()
486 if(*actual_buff_count > m_sOutput_buff_property.mincount) in venc_set_buf_req()
488 temp_count = m_sOutput_buff_property.actualcount; in venc_set_buf_req()
489 m_sOutput_buff_property.actualcount = *actual_buff_count; in venc_set_buf_req()
493 m_sOutput_buff_property.actualcount = temp_count; in venc_set_buf_req()
599 *min_buff_count = m_sOutput_buff_property.mincount; in venc_get_buf_req()
600 *actual_buff_count = m_sOutput_buff_property.actualcount; in venc_get_buf_req()
601 *buff_size = m_sOutput_buff_property.datasize; in venc_get_buf_req()
658 m_sOutput_buff_property.maxcount, m_sOutput_buff_property.actualcount, in venc_set_param()
659 m_sOutput_buff_property.mincount); in venc_set_param()
[all …]
H A Dvideo_encoder_device.cpp300 ioctl_msg.out = (void*)&m_sOutput_buff_property; in venc_open()
367 temp_count = m_sOutput_buff_property.actualcount; in venc_set_buf_req()
369 ioctl_msg.in = (void*)&m_sOutput_buff_property; in venc_set_buf_req()
374 m_sOutput_buff_property.actualcount = temp_count; in venc_set_buf_req()
534 ioctl_msg.out = (void*)&m_sOutput_buff_property; in venc_get_buf_req()
540 *min_buff_count = m_sOutput_buff_property.mincount; in venc_get_buf_req()
542 *buff_size = m_sOutput_buff_property.datasize; in venc_get_buf_req()
598 ioctl_msg.out = (void*)&m_sOutput_buff_property; in venc_set_param()
607 m_sOutput_buff_property.maxcount, m_sOutput_buff_property.actualcount, in venc_set_param()
609 ioctl_msg.in = (void*)&m_sOutput_buff_property; in venc_set_param()
[all …]
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp396 ioctl_msg.out = (void*)&m_sOutput_buff_property; in venc_open()
468 temp_count = m_sOutput_buff_property.actualcount; in venc_set_buf_req()
470 ioctl_msg.in = (void*)&m_sOutput_buff_property; in venc_set_buf_req()
475 m_sOutput_buff_property.actualcount = temp_count; in venc_set_buf_req()
665 ioctl_msg.out = (void*)&m_sOutput_buff_property; in venc_get_buf_req()
672 *min_buff_count = m_sOutput_buff_property.mincount; in venc_get_buf_req()
673 *actual_buff_count = m_sOutput_buff_property.actualcount; in venc_get_buf_req()
674 *buff_size = m_sOutput_buff_property.datasize; in venc_get_buf_req()
746 m_sOutput_buff_property.maxcount, m_sOutput_buff_property.actualcount, in venc_set_param()
747 m_sOutput_buff_property.mincount); in venc_set_param()
[all …]
H A Dvideo_encoder_device_v4l2.cpp241 memset(&m_sOutput_buff_property, 0, sizeof(m_sOutput_buff_property)); in venc_dev()
957 m_sOutput_buff_property.alignment = SZ_1M; in venc_open()
960 m_sOutput_buff_property.alignment = SZ_4K; in venc_open()
998 m_sOutput_buff_property.mincount = m_sOutput_buff_property.actualcount = bufreq.count; in venc_open()
1271 m_sOutput_buff_property.mincount = m_sOutput_buff_property.actualcount = bufreq.count; in venc_get_buf_req()
1274 *buff_size = m_sOutput_buff_property.datasize; in venc_get_buf_req()
1395m_sOutput_buff_property.mincount = m_sOutput_buff_property.actualcount = bufreq.count; in venc_set_param()
2472 bufreq.count = m_sOutput_buff_property.actualcount; in venc_reconfig_reqbufs()
4528 bufreq.count = m_sOutput_buff_property.actualcount; in venc_set_vpe_rotation()
4534 if (bufreq.count >= m_sOutput_buff_property.mincount) in venc_set_vpe_rotation()
[all …]
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp397 ioctl_msg.out = (void*)&m_sOutput_buff_property; in venc_open()
469 temp_count = m_sOutput_buff_property.actualcount; in venc_set_buf_req()
471 ioctl_msg.in = (void*)&m_sOutput_buff_property; in venc_set_buf_req()
476 m_sOutput_buff_property.actualcount = temp_count; in venc_set_buf_req()
666 ioctl_msg.out = (void*)&m_sOutput_buff_property; in venc_get_buf_req()
673 *min_buff_count = m_sOutput_buff_property.mincount; in venc_get_buf_req()
674 *actual_buff_count = m_sOutput_buff_property.actualcount; in venc_get_buf_req()
675 *buff_size = m_sOutput_buff_property.datasize; in venc_get_buf_req()
747 m_sOutput_buff_property.maxcount, m_sOutput_buff_property.actualcount, in venc_set_param()
748 m_sOutput_buff_property.mincount); in venc_set_param()
[all …]
H A Dvideo_encoder_device_v4l2.cpp255 memset(&m_sOutput_buff_property, 0, sizeof(m_sOutput_buff_property)); in venc_dev()
1228 m_sOutput_buff_property.alignment = SZ_1M; in venc_open()
1231 m_sOutput_buff_property.alignment = SZ_4K; in venc_open()
1272 m_sOutput_buff_property.mincount = m_sOutput_buff_property.actualcount = bufreq.count; in venc_open()
1592 m_sOutput_buff_property.mincount = m_sOutput_buff_property.actualcount = bufreq.count; in venc_get_buf_req()
1595 *buff_size = m_sOutput_buff_property.datasize; in venc_get_buf_req()
1712m_sOutput_buff_property.mincount = m_sOutput_buff_property.actualcount = bufreq.count; in venc_set_param()
3174 bufreq.count = m_sOutput_buff_property.actualcount; in venc_reconfig_reqbufs()
5841 bufreq.count = m_sOutput_buff_property.actualcount; in venc_set_vpe_rotation()
5847 if (bufreq.count >= m_sOutput_buff_property.mincount) in venc_set_vpe_rotation()
[all …]
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp130 memset(&m_sOutput_buff_property, 0, sizeof(m_sOutput_buff_property)); in venc_dev()
1477 m_sOutput_buff_property.alignment = SZ_1M; in venc_open()
1480 m_sOutput_buff_property.alignment = SZ_4K; in venc_open()
1521 m_sOutput_buff_property.mincount = m_sOutput_buff_property.actualcount = bufreq.count; in venc_open()
1886 m_sOutput_buff_property.mincount = minCount; in venc_get_buf_req()
1888 if (m_sOutput_buff_property.actualcount < m_sOutput_buff_property.mincount) in venc_get_buf_req()
1889 m_sOutput_buff_property.actualcount = m_sOutput_buff_property.mincount; in venc_get_buf_req()
1893 *buff_size = m_sOutput_buff_property.datasize; in venc_get_buf_req()
3625 bufreq.count = m_sOutput_buff_property.actualcount; in venc_reconfig_reqbufs()
6093 bufreq.count = m_sOutput_buff_property.actualcount; in venc_set_vpe_rotation()
[all …]
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2_params.cpp635 m_sOutput_buff_property.datasize = fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_set_param()
652 m_sOutput_buff_property.actualcount != portDefn->nBufferCountActual || in venc_set_param()
655 if (portDefn->nBufferCountActual < m_sOutput_buff_property.mincount) { in venc_set_param()
657 … portDefn->nBufferCountActual, m_sOutput_buff_property.mincount, portDefn->nPortIndex); in venc_set_param()
666m_sOutput_buff_property.actualcount, portDefn->nBufferCountActual, in venc_set_param()
673 m_sOutput_buff_property.actualcount = portDefn->nBufferCountActual; in venc_set_param()
687 m_sOutput_buff_property.datasize = fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_set_param()
702 output_extradata_info.count = m_sOutput_buff_property.actualcount; in venc_set_param()
1138 m_sOutput_buff_property.datasize = fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_set_param()
H A Dvideo_encoder_device_v4l2.cpp149 memset(&m_sOutput_buff_property, 0, sizeof(m_sOutput_buff_property)); in venc_dev()
1609 m_sOutput_buff_property.alignment = SZ_1M; in venc_open()
1612 m_sOutput_buff_property.alignment = SZ_4K; in venc_open()
1660 m_sOutput_buff_property.mincount = m_sOutput_buff_property.actualcount = bufreq.count; in venc_open()
1802 temp_count = m_sOutput_buff_property.actualcount; in venc_set_buf_req()
1987 m_sOutput_buff_property.mincount = minCount; in venc_get_buf_req()
1988 m_sOutput_buff_property.actualcount = m_sOutput_buff_property.mincount; in venc_get_buf_req()
1990 *min_buff_count = m_sOutput_buff_property.mincount; in venc_get_buf_req()
1991 *actual_buff_count = m_sOutput_buff_property.actualcount; in venc_get_buf_req()
1992 *buff_size = m_sOutput_buff_property.datasize; in venc_get_buf_req()
[all …]
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp208 memset(&m_sOutput_buff_property, 0, sizeof(m_sOutput_buff_property)); in venc_dev()
1414 m_sOutput_buff_property.alignment = SZ_1M; in venc_open()
1417 m_sOutput_buff_property.alignment = SZ_4K; in venc_open()
1458 m_sOutput_buff_property.mincount = m_sOutput_buff_property.actualcount = bufreq.count; in venc_open()
1800 m_sOutput_buff_property.mincount = m_sOutput_buff_property.actualcount = bufreq.count; in venc_get_buf_req()
1803 *buff_size = m_sOutput_buff_property.datasize; in venc_get_buf_req()
1931m_sOutput_buff_property.mincount = m_sOutput_buff_property.actualcount = bufreq.count; in venc_set_param()
3559 bufreq.count = m_sOutput_buff_property.actualcount; in venc_reconfig_reqbufs()
6438 bufreq.count = m_sOutput_buff_property.actualcount; in venc_set_vpe_rotation()
6444 if (bufreq.count >= m_sOutput_buff_property.mincount) in venc_set_vpe_rotation()
[all …]
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp167 memset(&m_sOutput_buff_property, 0, sizeof(m_sOutput_buff_property)); in venc_dev()
1780 m_sOutput_buff_property.alignment = SZ_1M; in venc_open()
1783 m_sOutput_buff_property.alignment = SZ_4K; in venc_open()
1836 m_sOutput_buff_property.mincount = m_sOutput_buff_property.actualcount = bufreq.count; in venc_open()
2005 temp_count = m_sOutput_buff_property.actualcount; in venc_set_buf_req()
2226 m_sOutput_buff_property.mincount = minCount; in venc_get_buf_req()
2228 if (m_sOutput_buff_property.actualcount < m_sOutput_buff_property.mincount) in venc_get_buf_req()
2229 m_sOutput_buff_property.actualcount = m_sOutput_buff_property.mincount; in venc_get_buf_req()
2231 *min_buff_count = m_sOutput_buff_property.mincount; in venc_get_buf_req()
2233 *buff_size = m_sOutput_buff_property.datasize; in venc_get_buf_req()
[all …]
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
H A Dvideo_encoder_device.h117 struct venc_allocatorproperty m_sOutput_buff_property; variable
H A Dvideo_encoder_device_copper.h228 struct msm_venc_allocatorproperty m_sOutput_buff_property; variable
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_device.h122 struct venc_allocatorproperty m_sOutput_buff_property; variable
H A Dvideo_encoder_device_v4l2.h351 struct msm_venc_allocatorproperty m_sOutput_buff_property; variable
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_device.h122 struct venc_allocatorproperty m_sOutput_buff_property; variable
H A Dvideo_encoder_device_v4l2.h458 struct msm_venc_allocatorproperty m_sOutput_buff_property; variable
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_device_v4l2.h447 struct msm_venc_allocatorproperty m_sOutput_buff_property; variable
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_device_v4l2.h401 struct msm_venc_allocatorproperty m_sOutput_buff_property; variable
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_device_v4l2.h492 struct msm_venc_allocatorproperty m_sOutput_buff_property; variable
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_device_v4l2.h447 struct msm_venc_allocatorproperty m_sOutput_buff_property; variable