/hardware/qcom/media/msm8996/videopp/src/ |
D | omx_vdpp.cpp | 1629 fmt.fmt.pix_mp.height = drv_ctx.video_resolution_input.frame_height; in component_init() 1630 fmt.fmt.pix_mp.width = drv_ctx.video_resolution_input.frame_width; in component_init() 1633 fmt.fmt.pix_mp.field = V4L2_FIELD_NONE; in component_init() 1637 fmt.fmt.pix_mp.field = V4L2_FIELD_INTERLACED; in component_init() 1639 fmt.fmt.pix_mp.pixelformat = output_capability; in component_init() 1643 … setFormatParams(output_capability, drv_ctx.input_bytesperpixel, &(fmt.fmt.pix_mp.num_planes)); in component_init() 1644 for( i=0; i<fmt.fmt.pix_mp.num_planes; i++ ) in component_init() 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 …DEBUG_PRINT_HIGH(" fmt.fmt.pix_mp.plane_fmt[%d].sizeimage = %d \n ", i, fmt.fmt.pix_mp.plane_fmt[i… in component_init() [all …]
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 964 fmt.fmt.pix_mp.height = m_sVenc_cfg.dvs_height; in venc_open() 965 fmt.fmt.pix_mp.width = m_sVenc_cfg.dvs_width; in venc_open() 966 fmt.fmt.pix_mp.pixelformat = m_sVenc_cfg.codectype; in venc_open() 977 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_open() 980 fmt.fmt.pix_mp.height = m_sVenc_cfg.input_height; in venc_open() 981 fmt.fmt.pix_mp.width = m_sVenc_cfg.input_width; in venc_open() 982 fmt.fmt.pix_mp.pixelformat = V4L2_PIX_FMT_NV12; in venc_open() 983 fmt.fmt.pix_mp.colorspace = V4L2_COLORSPACE_BT878; in venc_open() 986 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_open() 1195 fmt.fmt.pix_mp.height = m_sVenc_cfg.input_height; in venc_get_buf_req() [all …]
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/ |
D | video_encoder_device_copper.cpp | 360 fmt.fmt.pix_mp.height = m_sVenc_cfg.input_height; in venc_open() 361 fmt.fmt.pix_mp.width = m_sVenc_cfg.input_width; in venc_open() 362 fmt.fmt.pix_mp.pixelformat = V4L2_PIX_FMT_NV12; in venc_open() 366 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_open() 370 fmt.fmt.pix_mp.height = m_sVenc_cfg.input_height; in venc_open() 371 fmt.fmt.pix_mp.width = m_sVenc_cfg.input_width; in venc_open() 372 fmt.fmt.pix_mp.pixelformat = V4L2_PIX_FMT_H264; in venc_open() 376 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_open() 547 fmt.fmt.pix_mp.height = m_sVenc_cfg.input_height; in venc_get_buf_req() 548 fmt.fmt.pix_mp.width = m_sVenc_cfg.input_width; in venc_get_buf_req() [all …]
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 1237 fmt.fmt.pix_mp.height = m_sVenc_cfg.dvs_height; in venc_open() 1238 fmt.fmt.pix_mp.width = m_sVenc_cfg.dvs_width; in venc_open() 1239 fmt.fmt.pix_mp.pixelformat = m_sVenc_cfg.codectype; in venc_open() 1250 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_open() 1254 fmt.fmt.pix_mp.height = m_sVenc_cfg.input_height; in venc_open() 1255 fmt.fmt.pix_mp.width = m_sVenc_cfg.input_width; in venc_open() 1256 fmt.fmt.pix_mp.pixelformat = V4L2_DEFAULT_OUTPUT_COLOR_FMT; in venc_open() 1257 fmt.fmt.pix_mp.colorspace = V4L2_COLORSPACE_470_SYSTEM_BG; in venc_open() 1260 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_open() 1470 *w = fmt.fmt.pix_mp.width; in venc_get_dimensions() [all …]
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_msm8974.cpp | 1869 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height; in component_init() 1870 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width; in component_init() 1871 fmt.fmt.pix_mp.pixelformat = output_capability; in component_init() 1931 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height; in component_init() 1932 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width; in component_init() 1933 fmt.fmt.pix_mp.pixelformat = capture_capability; in component_init() 3330 fmt.fmt.pix_mp.pixelformat = capture_capability; in set_parameter() 3337 … if ((portDefn->format.video.nFrameHeight != (unsigned int)fmt.fmt.pix_mp.height) || in set_parameter() 3338 … (portDefn->format.video.nFrameWidth != (unsigned int)fmt.fmt.pix_mp.width)) { in set_parameter() 3357 … fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height; in set_parameter() [all …]
|
D | omx_vdec_hevc.cpp | 1474 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height; in component_init() 1475 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width; in component_init() 1476 fmt.fmt.pix_mp.pixelformat = output_capability; in component_init() 1506 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height; in component_init() 1507 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width; in component_init() 1508 fmt.fmt.pix_mp.pixelformat = capture_capability; in component_init() 2807 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height; in set_parameter() 2808 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width; in set_parameter() 2809 fmt.fmt.pix_mp.pixelformat = output_capability; in set_parameter() 2810 …mt.fmt.pix_mp.height = %d , fmt.fmt.pix_mp.width = %d",fmt.fmt.pix_mp.height,fmt.fmt.pix_mp.width); in set_parameter() [all …]
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc_swvdec.cpp | 1785 fmt.fmt.pix_mp.width = 320; in component_init() 1786 fmt.fmt.pix_mp.height = 240; in component_init() 1787 fmt.fmt.pix_mp.pixelformat = V4L2_PIX_FMT_HEVC_HYBRID; in component_init() 1940 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height; in component_init() 1941 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width; in component_init() 1942 fmt.fmt.pix_mp.pixelformat = output_capability; in component_init() 1969 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height; in component_init() 1970 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width; in component_init() 1971 fmt.fmt.pix_mp.pixelformat = capture_capability; in component_init() 3540 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height; in set_parameter() [all …]
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
D | omx_vdec_copper.cpp | 1398 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height; in component_init() 1399 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width; in component_init() 1400 fmt.fmt.pix_mp.pixelformat = output_capability; in component_init() 1430 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height; in component_init() 1431 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width; in component_init() 1432 fmt.fmt.pix_mp.pixelformat = output_capability; in component_init() 2976 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height; in set_parameter() 2977 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width; in set_parameter() 2978 fmt.fmt.pix_mp.pixelformat = capture_capability; in set_parameter() 7271 fmt.fmt.pix_mp.pixelformat = output_capability; in get_buffer_req() [all …]
|
/hardware/qcom/msm8994/kernel-headers/linux/ |
D | videodev2.h | 1236 struct v4l2_pix_format_mplane pix_mp; member
|
/hardware/qcom/msm8994/original-kernel-headers/linux/ |
D | videodev2.h | 1745 struct v4l2_pix_format_mplane pix_mp; /* V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE */ member
|
/hardware/qcom/msm8x84/original-kernel-headers/linux/ |
D | videodev2.h | 1742 struct v4l2_pix_format_mplane pix_mp; /* V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE */ member
|
/hardware/qcom/msm8x84/kernel-headers/linux/ |
D | videodev2.h | 1235 struct v4l2_pix_format_mplane pix_mp; member
|
/hardware/qcom/msm8x09/original-kernel-headers/linux/ |
D | videodev2.h | 1874 struct v4l2_pix_format_mplane pix_mp; /* V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE */ member
|
/hardware/qcom/msm8998/kernel-headers/linux/ |
D | videodev2.h | 1451 struct v4l2_pix_format_mplane pix_mp; member
|
/hardware/qcom/msm8x09/kernel-headers/linux/ |
D | videodev2.h | 1076 struct v4l2_pix_format_mplane pix_mp; member
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
D | videodev2.h | 1335 struct v4l2_pix_format_mplane pix_mp; member
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
D | videodev2.h | 1870 struct v4l2_pix_format_mplane pix_mp; /* V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE */ member
|
/hardware/qcom/msm8998/original-kernel-headers/linux/ |
D | videodev2.h | 2130 struct v4l2_pix_format_mplane pix_mp; /* V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE */ member
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
D | videodev2.h | 2430 struct v4l2_pix_format_mplane pix_mp; /* V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE */ member
|
/hardware/qcom/msm8960/kernel-headers/linux/ |
D | videodev2.h | 2066 struct v4l2_pix_format_mplane pix_mp; member
|