Searched refs:pix_mp (Results 1 - 21 of 21) sorted by relevance

/hardware/samsung_slsi/exynos5/libhwjpeg/
H A DExynosJpegBase.cpp91 fmt.fmt.pix_mp.width = pstConfig->width;
92 fmt.fmt.pix_mp.height = pstConfig->height;
93 fmt.fmt.pix_mp.field = V4L2_FIELD_ANY;
94 fmt.fmt.pix_mp.num_planes = pstConfig->numOfPlanes;
97 fmt.fmt.pix_mp.colorspace = V4L2_COLORSPACE_JPEG;
105 fmt.fmt.pix_mp.pixelformat = pstConfig->pix.enc_fmt.in_fmt;
107 fmt.fmt.pix_mp.pixelformat = pstConfig->pix.dec_fmt.in_fmt;
108 fmt.fmt.pix_mp.plane_fmt[0].sizeimage = pstConfig->sizeJpeg;
113 fmt.fmt.pix_mp.pixelformat = pstConfig->pix.enc_fmt.out_fmt;
115 fmt.fmt.pix_mp
[all...]
/hardware/samsung_slsi/exynos5/librotator/
H A Dexynos_rotator.c454 if (info->width != info->format.fmt.pix_mp.width ||
455 info->height != info->format.fmt.pix_mp.height ||
456 info->v4l2_colorformat != info->format.fmt.pix_mp.pixelformat) {
512 info->format.fmt.pix_mp.width = info->width;
513 info->format.fmt.pix_mp.height = info->height;
514 info->format.fmt.pix_mp.pixelformat = info->v4l2_colorformat;
515 info->format.fmt.pix_mp.field = V4L2_FIELD_ANY;
516 info->format.fmt.pix_mp.num_planes = plane_count;
568 info->buffer.length = info->format.fmt.pix_mp.num_planes;
570 for (i = 0; i < info->format.fmt.pix_mp
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp878 fmt.fmt.pix_mp.height = m_sVenc_cfg.dvs_height;
879 fmt.fmt.pix_mp.width = m_sVenc_cfg.dvs_width;
880 fmt.fmt.pix_mp.pixelformat = m_sVenc_cfg.codectype;
891 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage;
894 fmt.fmt.pix_mp.height = m_sVenc_cfg.input_height;
895 fmt.fmt.pix_mp.width = m_sVenc_cfg.input_width;
896 fmt.fmt.pix_mp.pixelformat = V4L2_PIX_FMT_NV12;
899 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage;
1092 fmt.fmt.pix_mp.height = m_sVenc_cfg.input_height;
1093 fmt.fmt.pix_mp
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
H A Dvideo_encoder_device_copper.cpp360 fmt.fmt.pix_mp.height = m_sVenc_cfg.input_height;
361 fmt.fmt.pix_mp.width = m_sVenc_cfg.input_width;
362 fmt.fmt.pix_mp.pixelformat = V4L2_PIX_FMT_NV12;
366 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage;
370 fmt.fmt.pix_mp.height = m_sVenc_cfg.input_height;
371 fmt.fmt.pix_mp.width = m_sVenc_cfg.input_width;
372 fmt.fmt.pix_mp.pixelformat = V4L2_PIX_FMT_H264;
376 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage;
547 fmt.fmt.pix_mp.height = m_sVenc_cfg.input_height;
548 fmt.fmt.pix_mp
[all...]
/hardware/samsung_slsi/exynos5/libgscaler/
H A Dexynos_gscaler.c628 info->format.fmt.pix_mp.width = info->width;
629 info->format.fmt.pix_mp.height = info->height;
630 info->format.fmt.pix_mp.pixelformat = info->v4l2_colorformat;
631 info->format.fmt.pix_mp.field = V4L2_FIELD_ANY;
632 info->format.fmt.pix_mp.num_planes = plane_count;
685 info->buffer.length = info->format.fmt.pix_mp.num_planes;
688 for (i = 0; i < info->format.fmt.pix_mp.num_planes; i++) {
1583 fmt.fmt.pix_mp.width = gsc_handle->src_img.fw;
1584 fmt.fmt.pix_mp.height = gsc_handle->src_img.fh;
1585 fmt.fmt.pix_mp
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc.cpp1476 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height;
1477 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width;
1478 fmt.fmt.pix_mp.pixelformat = output_capability;
1508 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height;
1509 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width;
1510 fmt.fmt.pix_mp.pixelformat = capture_capability;
2809 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height;
2810 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width;
2811 fmt.fmt.pix_mp.pixelformat = output_capability;
2812 DEBUG_PRINT_LOW("fmt.fmt.pix_mp
[all...]
H A Domx_vdec_hevc_swvdec.cpp1768 fmt.fmt.pix_mp.width = 320;
1769 fmt.fmt.pix_mp.height = 240;
1770 fmt.fmt.pix_mp.pixelformat = V4L2_PIX_FMT_HEVC_HYBRID;
1917 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height;
1918 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width;
1919 fmt.fmt.pix_mp.pixelformat = output_capability;
1946 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height;
1947 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width;
1948 fmt.fmt.pix_mp.pixelformat = capture_capability;
3468 fmt.fmt.pix_mp
[all...]
H A Domx_vdec_msm8974.cpp1722 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height;
1723 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width;
1724 fmt.fmt.pix_mp.pixelformat = output_capability;
1783 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height;
1784 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width;
1785 fmt.fmt.pix_mp.pixelformat = capture_capability;
3105 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height;
3106 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width;
3107 fmt.fmt.pix_mp.pixelformat = capture_capability;
3108 DEBUG_PRINT_LOW("fmt.fmt.pix_mp
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/enc/src/
H A DExynosVideoEncoder.c1025 fmt.fmt.pix_mp.pixelformat = __ColorFormatType_To_V4L2PixelFormat(bufferConf->eColorFormat);
1026 fmt.fmt.pix_mp.width = bufferConf->nFrameWidth;
1027 fmt.fmt.pix_mp.height = bufferConf->nFrameHeight;
1028 fmt.fmt.pix_mp.num_planes = VIDEO_ENCODER_INBUF_PLANES;
1075 bufferConf->nFrameHeight = fmt.fmt.pix_mp.width;
1076 bufferConf->nFrameHeight = fmt.fmt.pix_mp.height;
1077 bufferConf->nSizeImage = fmt.fmt.pix_mp.plane_fmt[0].sizeimage;
1110 fmt.fmt.pix_mp.pixelformat = __CodingType_To_V4L2PixelFormat(bufferConf->eCompressionFormat);
1111 fmt.fmt.pix_mp.plane_fmt[0].sizeimage = bufferConf->nSizeImage;
1158 bufferConf->nSizeImage = fmt.fmt.pix_mp
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec_copper.cpp1398 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height;
1399 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width;
1400 fmt.fmt.pix_mp.pixelformat = output_capability;
1430 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height;
1431 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width;
1432 fmt.fmt.pix_mp.pixelformat = output_capability;
2976 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height;
2977 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width;
2978 fmt.fmt.pix_mp.pixelformat = capture_capability;
7271 fmt.fmt.pix_mp
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
H A DExynosVideoDecoder.c724 fmt.fmt.pix_mp.pixelformat = __CodingType_To_V4L2PixelFormat(bufferConf->eCompressionFormat);
725 fmt.fmt.pix_mp.plane_fmt[0].sizeimage = bufferConf->nSizeImage;
765 fmt.fmt.pix_mp.pixelformat = __ColorFormatType_To_V4L2PixelFormat(bufferConf->eColorFormat);
818 bufferConf->nFrameWidth = fmt.fmt.pix_mp.width;
819 bufferConf->nFrameHeight = fmt.fmt.pix_mp.height;
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp672 fmt.fmt.pix_mp.width = h->stride;
673 fmt.fmt.pix_mp.height = cfg.h;
674 fmt.fmt.pix_mp.pixelformat = V4L2_PIX_FMT_BGR32;
675 fmt.fmt.pix_mp.field = V4L2_FIELD_ANY;
676 fmt.fmt.pix_mp.num_planes = 1;
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCamera.cpp3426 v4l2_fmt.fmt.pix_mp.width = w;
3427 v4l2_fmt.fmt.pix_mp.height = h;
3428 v4l2_fmt.fmt.pix_mp.pixelformat = colorFormat;
3429 v4l2_fmt.fmt.pix_mp.num_planes = planes;
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dvideodev2.h1235 struct v4l2_pix_format_mplane pix_mp; member in union:v4l2_format::__anon2209
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dvideodev2.h1732 * @pix_mp: definition of a multiplanar image format
1742 struct v4l2_pix_format_mplane pix_mp; /* V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE */ member in union:v4l2_format::__anon2306
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dvideodev2.h2066 struct v4l2_pix_format_mplane pix_mp; member in union:v4l2_format::__anon1894
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dvideodev2.h2420 * @pix_mp: definition of a multiplanar image format
2430 struct v4l2_pix_format_mplane pix_mp; /* V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE */ member in union:v4l2_format::__anon1949
/hardware/qcom/msm8x74/kernel-headers/linux/
H A Dvideodev2.h2161 struct v4l2_pix_format_mplane pix_mp; member in union:v4l2_format::__anon2068
/hardware/qcom/msm8x74/original-kernel-headers/linux/
H A Dvideodev2.h2547 * @pix_mp: definition of a multiplanar image format
2557 struct v4l2_pix_format_mplane pix_mp; /* V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE */ member in union:v4l2_format::__anon2132
/hardware/samsung_slsi/exynos5/include/linux/
H A Dvideodev2.h2201 * @pix_mp: definition of a multiplanar image format
2211 struct v4l2_pix_format_mplane pix_mp; /* V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE */ member in union:v4l2_format::__anon2679
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.cpp127 v4l2_fmt.fmt.pix_mp.width = node->width;
128 v4l2_fmt.fmt.pix_mp.height = node->height;
129 v4l2_fmt.fmt.pix_mp.pixelformat = node->format;
130 v4l2_fmt.fmt.pix_mp.field = V4L2_FIELD_ANY;

Completed in 221 milliseconds