/hardware/qcom/media/msm8996/videopp/src/ |
D | omx_vdpp.cpp | 1646 …fmt.fmt.pix_mp.plane_fmt[i].sizeimage = paddedFrameWidth128(fmt.fmt.pix_mp.width * drv_ctx.input_b… in component_init() 1647 …fmt.fmt.pix_mp.plane_fmt[i].bytesperline = paddedFrameWidth128(fmt.fmt.pix_mp.width * drv_ctx.inpu… in component_init() 1648 …HIGH(" fmt.fmt.pix_mp.plane_fmt[%d].sizeimage = %d \n ", i, fmt.fmt.pix_mp.plane_fmt[i].sizeimage); in component_init() 1674 fmt.fmt.pix_mp.plane_fmt[i].sizeimage = paddedFrameWidth128(fmt.fmt.pix_mp.width * in component_init() 1677 …fmt.fmt.pix_mp.plane_fmt[i].bytesperline = paddedFrameWidth128(fmt.fmt.pix_mp.width * drv_ctx.outp… in component_init() 1678 …HIGH(" fmt.fmt.pix_mp.plane_fmt[%d].sizeimage = %d \n ", i, fmt.fmt.pix_mp.plane_fmt[i].sizeimage); in component_init() 2992 …fmt.fmt.pix_mp.plane_fmt[i].sizeimage = paddedFrameWidth128(fmt.fmt.pix_mp.width * drv_ctx.output_… in set_parameter() 2993 …fmt.fmt.pix_mp.plane_fmt[i].bytesperline = paddedFrameWidth128(fmt.fmt.pix_mp.width * drv_ctx.outp… in set_parameter() 2994 …_FMT (op) fmt.fmt.pix_mp.plane_fmt[%d].sizeimage = %d \n",i,fmt.fmt.pix_mp.plane_fmt[i].sizeimage); in set_parameter() 3002 …_FMT (op) fmt.fmt.pix_mp.plane_fmt[%d].sizeimage = %d \n",i,fmt.fmt.pix_mp.plane_fmt[i].sizeimage); in set_parameter() [all …]
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/ |
D | video_encoder_device_copper.cpp | 366 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_open() 376 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_open() 552 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_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()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 977 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_open() 986 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_open() 1200 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_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() 1279 extra_data_size = fmt.fmt.pix_mp.plane_fmt[extra_idx].sizeimage; in venc_get_buf_req() 1339 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_set_param() 1377 m_sOutput_buff_property.datasize = fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_set_param() 4526 m_sOutput_buff_property.datasize = fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_set_vpe_rotation()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 1250 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_open() 1260 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_open() 1493 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req() 1532 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req() 1548 extra_data_size = fmt.fmt.pix_mp.plane_fmt[extra_idx].sizeimage; in venc_get_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() 1600 extra_data_size = fmt.fmt.pix_mp.plane_fmt[extra_idx].sizeimage; in venc_get_buf_req() 1659 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_set_param() 1694 m_sOutput_buff_property.datasize = fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_set_param() [all …]
|
/hardware/qcom/msm8994/kernel-headers/linux/ |
D | videodev2.h | 1226 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES]; member
|
/hardware/qcom/msm8994/original-kernel-headers/linux/ |
D | videodev2.h | 1726 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES]; member
|
/hardware/qcom/msm8x84/original-kernel-headers/linux/ |
D | videodev2.h | 1723 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES]; member
|
/hardware/qcom/msm8x84/kernel-headers/linux/ |
D | videodev2.h | 1225 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES]; member
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_msm8974.cpp | 8746 fmt.fmt.pix_mp.plane_fmt[0].bytesperline, in get_buffer_req() 8747 fmt.fmt.pix_mp.plane_fmt[0].reserved[0]); in get_buffer_req() 8750 DEBUG_PRINT_HIGH("Buffer Size = %d",fmt.fmt.pix_mp.plane_fmt[0].sizeimage); in get_buffer_req() 8763 buffer_prop->buffer_size = fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in get_buffer_req() 8767 extra_data_size = fmt.fmt.pix_mp.plane_fmt[extra_idx].sizeimage; in get_buffer_req() 8828 fmt.fmt.pix_mp.plane_fmt[0].sizeimage = buf_size; in set_buffer_req() 8951 portDefn->format.video.nStride = fmt.fmt.pix_mp.plane_fmt[0].bytesperline; in update_portdef() 8952 portDefn->format.video.nSliceHeight = fmt.fmt.pix_mp.plane_fmt[0].reserved[0]; in update_portdef()
|
D | omx_vdec_hevc.cpp | 6247 omx->drv_ctx.video_resolution.stride = fmt.fmt.pix_mp.plane_fmt[0].bytesperline; in async_message_process() 6248 omx->drv_ctx.video_resolution.scan_lines = fmt.fmt.pix_mp.plane_fmt[0].reserved[0]; in async_message_process() 7156 DEBUG_PRINT_HIGH("Buffer Size (plane[0].sizeimage) = %d",fmt.fmt.pix_mp.plane_fmt[0].sizeimage); in get_buffer_req() 7164 buffer_prop->buffer_size = fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in get_buffer_req() 7168 extra_data_size = fmt.fmt.pix_mp.plane_fmt[extra_idx].sizeimage; in get_buffer_req()
|
/hardware/qcom/msm8x09/original-kernel-headers/linux/ |
D | videodev2.h | 1843 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES]; member
|
/hardware/qcom/msm8998/kernel-headers/linux/ |
D | videodev2.h | 1430 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES]; member
|
/hardware/qcom/msm8x09/kernel-headers/linux/ |
D | videodev2.h | 1062 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES]; member
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
D | videodev2.h | 1317 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES]; member
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
D | videodev2.h | 1839 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES]; member
|
/hardware/qcom/msm8998/original-kernel-headers/linux/ |
D | videodev2.h | 2096 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES]; member
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
D | videodev2.h | 2411 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES]; member
|
/hardware/qcom/msm8960/kernel-headers/linux/ |
D | videodev2.h | 2056 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES]; member
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc_swvdec.cpp | 8350 fmt.fmt.pix_mp.plane_fmt[0].bytesperline, in get_buffer_req() 8351 fmt.fmt.pix_mp.plane_fmt[0].reserved[0]); in get_buffer_req() 8354 DEBUG_PRINT_HIGH("Buffer Size (plane[0].sizeimage) = %d",fmt.fmt.pix_mp.plane_fmt[0].sizeimage); in get_buffer_req() 8370 buffer_prop->buffer_size = fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in get_buffer_req() 8374 extra_data_size = fmt.fmt.pix_mp.plane_fmt[extra_idx].sizeimage; in get_buffer_req()
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
D | omx_vdec_copper.cpp | 7304 printf("Buffer Size = %d \n ",fmt.fmt.pix_mp.plane_fmt[0].sizeimage); in get_buffer_req() 7314 buffer_prop->buffer_size = fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in get_buffer_req()
|