Home
last modified time | relevance | path

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

/hardware/qcom/media/msm8974/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()
376 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_open()
392m_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()
588 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req()
596 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req()
599 *min_buff_count = m_sOutput_buff_property.mincount; in venc_get_buf_req()
[all …]
Dvideo_encoder_device.cpp300 ioctl_msg.out = (void*)&m_sOutput_buff_property; in venc_open()
365 if(*actual_buff_count > m_sOutput_buff_property.mincount) in venc_set_buf_req()
367 temp_count = m_sOutput_buff_property.actualcount; in venc_set_buf_req()
368 m_sOutput_buff_property.actualcount = *actual_buff_count; 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()
541 *actual_buff_count = m_sOutput_buff_property.actualcount; in venc_get_buf_req()
542 *buff_size = m_sOutput_buff_property.datasize; in venc_get_buf_req()
[all …]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device.cpp397 ioctl_msg.out = (void*)&m_sOutput_buff_property; in venc_open()
468 if (*actual_buff_count > m_sOutput_buff_property.mincount) { in venc_set_buf_req()
469 temp_count = m_sOutput_buff_property.actualcount; in venc_set_buf_req()
470 m_sOutput_buff_property.actualcount = *actual_buff_count; 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()
[all …]
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()
1250 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_open()
1272 m_sOutput_buff_property.mincount = m_sOutput_buff_property.actualcount = bufreq.count; in venc_open()
1421 if (*actual_buff_count > m_sOutput_buff_property.mincount) { in venc_set_buf_req()
1422 temp_count = m_sOutput_buff_property.actualcount; in venc_set_buf_req()
1423 m_sOutput_buff_property.actualcount = *actual_buff_count; in venc_set_buf_req()
1563 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req()
1570 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req()
[all …]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device.cpp396 ioctl_msg.out = (void*)&m_sOutput_buff_property; in venc_open()
467 if (*actual_buff_count > m_sOutput_buff_property.mincount) { in venc_set_buf_req()
468 temp_count = m_sOutput_buff_property.actualcount; in venc_set_buf_req()
469 m_sOutput_buff_property.actualcount = *actual_buff_count; 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()
[all …]
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()
977 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_open()
998 m_sOutput_buff_property.mincount = m_sOutput_buff_property.actualcount = bufreq.count; in venc_open()
1145 if (*actual_buff_count > m_sOutput_buff_property.mincount) { in venc_set_buf_req()
1146 temp_count = m_sOutput_buff_property.actualcount; in venc_set_buf_req()
1147 m_sOutput_buff_property.actualcount = *actual_buff_count; in venc_set_buf_req()
1248 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req()
1255 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req()
[all …]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
Dvideo_encoder_device.h117 struct venc_allocatorproperty m_sOutput_buff_property; variable
Dvideo_encoder_device_copper.h228 struct msm_venc_allocatorproperty m_sOutput_buff_property; variable
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device.h122 struct venc_allocatorproperty m_sOutput_buff_property; variable
Dvideo_encoder_device_v4l2.h458 struct msm_venc_allocatorproperty m_sOutput_buff_property; variable
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device.h122 struct venc_allocatorproperty m_sOutput_buff_property; variable
Dvideo_encoder_device_v4l2.h351 struct msm_venc_allocatorproperty m_sOutput_buff_property; variable
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h492 struct msm_venc_allocatorproperty m_sOutput_buff_property; variable