Home
last modified time | relevance | path

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

/hardware/qcom/media/mm-video/vidc/venc/src/
Dvideo_encoder_device_copper.cpp358 m_sOutput_buff_property.alignment=m_sInput_buff_property.alignment=4096; in venc_open()
367 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_open()
386m_sInput_buff_property.mincount=m_sInput_buff_property.maxcount=m_sInput_buff_property.actualcount… in venc_open()
472 if(*actual_buff_count > m_sInput_buff_property.mincount) in venc_set_buf_req()
474 temp_count = m_sInput_buff_property.actualcount; in venc_set_buf_req()
475 m_sInput_buff_property.actualcount = *actual_buff_count; in venc_set_buf_req()
479 m_sInput_buff_property.actualcount = temp_count; in venc_set_buf_req()
553 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req()
560m_sInput_buff_property.mincount=m_sInput_buff_property.maxcount=m_sInput_buff_property.actualcount… in venc_get_buf_req()
563 *min_buff_count = m_sInput_buff_property.mincount; in venc_get_buf_req()
[all …]
Dvideo_encoder_device.cpp294 ioctl_msg.out = (void*)&m_sInput_buff_property; in venc_open()
349 if(*actual_buff_count > m_sInput_buff_property.mincount) in venc_set_buf_req()
351 temp_count = m_sInput_buff_property.actualcount; in venc_set_buf_req()
352 m_sInput_buff_property.actualcount = *actual_buff_count; in venc_set_buf_req()
353 ioctl_msg.in = (void*)&m_sInput_buff_property; in venc_set_buf_req()
358 m_sInput_buff_property.actualcount = temp_count; in venc_set_buf_req()
515 ioctl_msg.out = (void*)&m_sInput_buff_property; in venc_get_buf_req()
521 *min_buff_count = m_sInput_buff_property.mincount; in venc_get_buf_req()
522 *actual_buff_count = m_sInput_buff_property.actualcount; in venc_get_buf_req()
527 m_sInput_buff_property.datasize = (m_sInput_buff_property.datasize + 4095) in venc_get_buf_req()
[all …]
/hardware/qcom/media/mm-video/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