Home
last modified time | relevance | path

Searched refs:pix_mp (Results 1 – 20 of 20) sorted by relevance

/hardware/qcom/media/msm8996/videopp/src/
Domx_vdpp.cpp1629 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/
Dvideo_encoder_device_v4l2.cpp964 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/
Dvideo_encoder_device_copper.cpp360 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/
Dvideo_encoder_device_v4l2.cpp1237 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/
Domx_vdec_msm8974.cpp1869 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 …]
Domx_vdec_hevc.cpp1474 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/
Domx_vdec_hevc_swvdec.cpp1785 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/
Domx_vdec_copper.cpp1398 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/
Dvideodev2.h1236 struct v4l2_pix_format_mplane pix_mp; member
/hardware/qcom/msm8994/original-kernel-headers/linux/
Dvideodev2.h1745 struct v4l2_pix_format_mplane pix_mp; /* V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE */ member
/hardware/qcom/msm8x84/original-kernel-headers/linux/
Dvideodev2.h1742 struct v4l2_pix_format_mplane pix_mp; /* V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE */ member
/hardware/qcom/msm8x84/kernel-headers/linux/
Dvideodev2.h1235 struct v4l2_pix_format_mplane pix_mp; member
/hardware/qcom/msm8x09/original-kernel-headers/linux/
Dvideodev2.h1874 struct v4l2_pix_format_mplane pix_mp; /* V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE */ member
/hardware/qcom/msm8998/kernel-headers/linux/
Dvideodev2.h1451 struct v4l2_pix_format_mplane pix_mp; member
/hardware/qcom/msm8x09/kernel-headers/linux/
Dvideodev2.h1076 struct v4l2_pix_format_mplane pix_mp; member
/hardware/qcom/msm8996/kernel-headers/linux/
Dvideodev2.h1335 struct v4l2_pix_format_mplane pix_mp; member
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dvideodev2.h1870 struct v4l2_pix_format_mplane pix_mp; /* V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE */ member
/hardware/qcom/msm8998/original-kernel-headers/linux/
Dvideodev2.h2130 struct v4l2_pix_format_mplane pix_mp; /* V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE */ member
/hardware/qcom/msm8960/original-kernel-headers/linux/
Dvideodev2.h2430 struct v4l2_pix_format_mplane pix_mp; /* V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE */ member
/hardware/qcom/msm8960/kernel-headers/linux/
Dvideodev2.h2066 struct v4l2_pix_format_mplane pix_mp; member