/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/sdm845/media/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 1486 fmt.fmt.pix_mp.height = m_sVenc_cfg.dvs_height; in venc_open() 1487 fmt.fmt.pix_mp.width = m_sVenc_cfg.dvs_width; in venc_open() 1488 fmt.fmt.pix_mp.pixelformat = m_sVenc_cfg.codectype; in venc_open() 1499 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_open() 1503 fmt.fmt.pix_mp.height = m_sVenc_cfg.input_height; in venc_open() 1504 fmt.fmt.pix_mp.width = m_sVenc_cfg.input_width; in venc_open() 1505 fmt.fmt.pix_mp.pixelformat = V4L2_DEFAULT_OUTPUT_COLOR_FMT; in venc_open() 1506 fmt.fmt.pix_mp.colorspace = V4L2_COLORSPACE_470_SYSTEM_BG; in venc_open() 1509 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_open() 1727 *w = fmt.fmt.pix_mp.width; in venc_get_dimensions() [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/msm8998/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 1423 fmt.fmt.pix_mp.height = m_sVenc_cfg.dvs_height; in venc_open() 1424 fmt.fmt.pix_mp.width = m_sVenc_cfg.dvs_width; in venc_open() 1425 fmt.fmt.pix_mp.pixelformat = m_sVenc_cfg.codectype; in venc_open() 1436 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_open() 1440 fmt.fmt.pix_mp.height = m_sVenc_cfg.input_height; in venc_open() 1441 fmt.fmt.pix_mp.width = m_sVenc_cfg.input_width; in venc_open() 1442 fmt.fmt.pix_mp.pixelformat = V4L2_DEFAULT_OUTPUT_COLOR_FMT; in venc_open() 1443 fmt.fmt.pix_mp.colorspace = V4L2_COLORSPACE_470_SYSTEM_BG; in venc_open() 1446 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_open() 1669 *w = fmt.fmt.pix_mp.width; in venc_get_dimensions() [all …]
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 1143 fmt.fmt.pix_mp.pixelformat = capture_capability; in decide_dpb_buffer_mode() 1239 fmt.fmt.pix_mp.pixelformat = capture_capability; in decide_downscalar() 1245 isPortraitVideo = fmt.fmt.pix_mp.width < fmt.fmt.pix_mp.height ? OMX_TRUE : OMX_FALSE; in decide_downscalar() 1309 fmt.fmt.pix_mp.pixelformat = capture_capability; in decide_downscalar() 1316 height = fmt.fmt.pix_mp.height; in decide_downscalar() 1317 width = fmt.fmt.pix_mp.width; in decide_downscalar() 1320 …fmt.fmt.pix_mp.width, fmt.fmt.pix_mp.height, m_downscalar_width, m_downscalar_height, m_is_display… in decide_downscalar() 1322 if ((fmt.fmt.pix_mp.width * fmt.fmt.pix_mp.height > m_downscalar_width * m_downscalar_height) && in decide_downscalar() 1330 width = m_downscalar_width > fmt.fmt.pix_mp.width ? in decide_downscalar() 1331 fmt.fmt.pix_mp.width : m_downscalar_width; in decide_downscalar() [all …]
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 1108 fmt.fmt.pix_mp.pixelformat = capture_capability; in decide_downscalar() 1116 fmt.fmt.pix_mp.width, fmt.fmt.pix_mp.height, m_downscalar_width, m_downscalar_height); in decide_downscalar() 1118 if (fmt.fmt.pix_mp.width * fmt.fmt.pix_mp.height > m_downscalar_width * m_downscalar_height) { in decide_downscalar() 1125 OMX_U32 width = m_downscalar_width > fmt.fmt.pix_mp.width ? in decide_downscalar() 1126 fmt.fmt.pix_mp.width : m_downscalar_width; in decide_downscalar() 1127 OMX_U32 height = m_downscalar_height > fmt.fmt.pix_mp.height ? in decide_downscalar() 1128 fmt.fmt.pix_mp.height : m_downscalar_height; in decide_downscalar() 1159 rc = update_resolution(fmt.fmt.pix_mp.width, fmt.fmt.pix_mp.height, in decide_downscalar() 1160 fmt.fmt.pix_mp.plane_fmt[0].bytesperline, fmt.fmt.pix_mp.plane_fmt[0].reserved[0]); in decide_downscalar() 1162 … DEBUG_PRINT_ERROR("%s: update_resolution WxH %dx%d failed\n", __func__, fmt.fmt.pix_mp.width, in decide_downscalar() [all …]
|
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 …]
|
D | omx_vdec_hevc.cpp | 1453 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height; in component_init() 1454 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width; in component_init() 1455 fmt.fmt.pix_mp.pixelformat = output_capability; in component_init() 1485 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height; in component_init() 1486 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width; in component_init() 1487 fmt.fmt.pix_mp.pixelformat = capture_capability; in component_init() 2786 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height; in set_parameter() 2787 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width; in set_parameter() 2788 fmt.fmt.pix_mp.pixelformat = output_capability; in set_parameter() 2789 …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/msm8998/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 1075 fmt.fmt.pix_mp.pixelformat = capture_capability; in decide_dpb_buffer_mode() 1239 fmt.fmt.pix_mp.pixelformat = capture_capability; in decide_downscalar() 1245 isPortraitVideo = fmt.fmt.pix_mp.width < fmt.fmt.pix_mp.height ? OMX_TRUE : OMX_FALSE; in decide_downscalar() 1309 fmt.fmt.pix_mp.pixelformat = capture_capability; in decide_downscalar() 1316 height = fmt.fmt.pix_mp.height; in decide_downscalar() 1317 width = fmt.fmt.pix_mp.width; in decide_downscalar() 1320 …fmt.fmt.pix_mp.width, fmt.fmt.pix_mp.height, m_downscalar_width, m_downscalar_height, m_is_display… in decide_downscalar() 1322 if ((fmt.fmt.pix_mp.width * fmt.fmt.pix_mp.height > m_downscalar_width * m_downscalar_height) && in decide_downscalar() 1330 width = m_downscalar_width > fmt.fmt.pix_mp.width ? in decide_downscalar() 1331 fmt.fmt.pix_mp.width : m_downscalar_width; in decide_downscalar() [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_swvdec.cpp | 1768 fmt.fmt.pix_mp.width = 320; in component_init() 1769 fmt.fmt.pix_mp.height = 240; in component_init() 1770 fmt.fmt.pix_mp.pixelformat = V4L2_PIX_FMT_HEVC_HYBRID; in component_init() 1917 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height; in component_init() 1918 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width; in component_init() 1919 fmt.fmt.pix_mp.pixelformat = output_capability; in component_init() 1946 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height; in component_init() 1947 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width; in component_init() 1948 fmt.fmt.pix_mp.pixelformat = capture_capability; in component_init() 3468 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/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/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/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/msm8994/kernel-headers/linux/ |
D | videodev2.h | 1236 struct v4l2_pix_format_mplane pix_mp; member
|
/hardware/qcom/msm8x84/kernel-headers/linux/ |
D | videodev2.h | 1235 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/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/msm8998/original-kernel-headers/linux/ |
D | videodev2.h | 2130 struct v4l2_pix_format_mplane pix_mp; /* V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE */ member
|