Home
last modified time | relevance | path

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

/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
Dvideo_encoder_device_copper.cpp357 m_sOutput_buff_property.alignment=m_sInput_buff_property.alignment=4096; in venc_open()
366 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_open()
385m_sInput_buff_property.mincount=m_sInput_buff_property.maxcount=m_sInput_buff_property.actualcount… in venc_open()
471 if(*actual_buff_count > m_sInput_buff_property.mincount) in venc_set_buf_req()
473 temp_count = m_sInput_buff_property.actualcount; in venc_set_buf_req()
474 m_sInput_buff_property.actualcount = *actual_buff_count; in venc_set_buf_req()
478 m_sInput_buff_property.actualcount = temp_count; in venc_set_buf_req()
552 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req()
559m_sInput_buff_property.mincount=m_sInput_buff_property.maxcount=m_sInput_buff_property.actualcount… in venc_get_buf_req()
562 *min_buff_count = m_sInput_buff_property.mincount; in venc_get_buf_req()
[all …]
Dvideo_encoder_device.cpp293 ioctl_msg.out = (void*)&m_sInput_buff_property; in venc_open()
348 if(*actual_buff_count > m_sInput_buff_property.mincount) in venc_set_buf_req()
350 temp_count = m_sInput_buff_property.actualcount; in venc_set_buf_req()
351 m_sInput_buff_property.actualcount = *actual_buff_count; in venc_set_buf_req()
352 ioctl_msg.in = (void*)&m_sInput_buff_property; in venc_set_buf_req()
357 m_sInput_buff_property.actualcount = temp_count; in venc_set_buf_req()
514 ioctl_msg.out = (void*)&m_sInput_buff_property; in venc_get_buf_req()
520 *min_buff_count = m_sInput_buff_property.mincount; in venc_get_buf_req()
521 *actual_buff_count = m_sInput_buff_property.actualcount; in venc_get_buf_req()
526 m_sInput_buff_property.datasize = (m_sInput_buff_property.datasize + 4095) in venc_get_buf_req()
[all …]
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device.cpp388 ioctl_msg.out = (void*)&m_sInput_buff_property; in venc_open()
452 if (*actual_buff_count > m_sInput_buff_property.mincount) { in venc_set_buf_req()
453 temp_count = m_sInput_buff_property.actualcount; in venc_set_buf_req()
454 m_sInput_buff_property.actualcount = *actual_buff_count; in venc_set_buf_req()
455 ioctl_msg.in = (void*)&m_sInput_buff_property; in venc_set_buf_req()
460 m_sInput_buff_property.actualcount = temp_count; in venc_set_buf_req()
646 ioctl_msg.out = (void*)&m_sInput_buff_property; in venc_get_buf_req()
653 *min_buff_count = m_sInput_buff_property.mincount; in venc_get_buf_req()
654 *actual_buff_count = m_sInput_buff_property.actualcount; in venc_get_buf_req()
659 m_sInput_buff_property.datasize = (m_sInput_buff_property.datasize + 4095) in venc_get_buf_req()
[all …]
Dvideo_encoder_device_v4l2.cpp200 memset(&m_sInput_buff_property, 0, sizeof(m_sInput_buff_property)); in venc_dev()
872 m_sInput_buff_property.alignment = SZ_1M; in venc_open()
875 m_sInput_buff_property.alignment = SZ_4K; in venc_open()
899 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_open()
906 m_sInput_buff_property.mincount = m_sInput_buff_property.actualcount = bufreq.count; in venc_open()
1036 if (*actual_buff_count > m_sInput_buff_property.mincount) { in venc_set_buf_req()
1037 temp_count = m_sInput_buff_property.actualcount; in venc_set_buf_req()
1038 m_sInput_buff_property.actualcount = *actual_buff_count; in venc_set_buf_req()
1096 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req()
1112 m_sInput_buff_property.mincount = m_sInput_buff_property.actualcount = bufreq.count; in venc_get_buf_req()
[all …]
/hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
Dvideo_encoder_device.h116 struct venc_allocatorproperty m_sInput_buff_property; variable
Dvideo_encoder_device_copper.h227 struct msm_venc_allocatorproperty m_sInput_buff_property; variable
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device.h121 struct venc_allocatorproperty m_sInput_buff_property; variable
Dvideo_encoder_device_v4l2.h315 struct msm_venc_allocatorproperty m_sInput_buff_property; variable