Home
last modified time | relevance | path

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

/hardware/samsung_slsi/exynos5/libhwjpeg/
DExynosJpegBase.cpp91 fmt.fmt.pix_mp.width = pstConfig->width; in t_v4l2SetFmt()
92 fmt.fmt.pix_mp.height = pstConfig->height; in t_v4l2SetFmt()
93 fmt.fmt.pix_mp.field = V4L2_FIELD_ANY; in t_v4l2SetFmt()
94 fmt.fmt.pix_mp.num_planes = pstConfig->numOfPlanes; in t_v4l2SetFmt()
97 fmt.fmt.pix_mp.colorspace = V4L2_COLORSPACE_JPEG; in t_v4l2SetFmt()
105 fmt.fmt.pix_mp.pixelformat = pstConfig->pix.enc_fmt.in_fmt; in t_v4l2SetFmt()
107 fmt.fmt.pix_mp.pixelformat = pstConfig->pix.dec_fmt.in_fmt; in t_v4l2SetFmt()
108 fmt.fmt.pix_mp.plane_fmt[0].sizeimage = pstConfig->sizeJpeg; in t_v4l2SetFmt()
113 fmt.fmt.pix_mp.pixelformat = pstConfig->pix.enc_fmt.out_fmt; in t_v4l2SetFmt()
115 fmt.fmt.pix_mp.pixelformat = pstConfig->pix.dec_fmt.out_fmt; in t_v4l2SetFmt()
[all …]
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp644 fmt.fmt.pix_mp.height = m_sVenc_cfg.input_height; in venc_open()
645 fmt.fmt.pix_mp.width = m_sVenc_cfg.input_width; in venc_open()
646 fmt.fmt.pix_mp.pixelformat = m_sVenc_cfg.codectype; in venc_open()
657 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_open()
660 fmt.fmt.pix_mp.height = m_sVenc_cfg.input_height; in venc_open()
661 fmt.fmt.pix_mp.width = m_sVenc_cfg.input_width; in venc_open()
662 fmt.fmt.pix_mp.pixelformat = V4L2_PIX_FMT_NV12; in venc_open()
665 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_open()
832 fmt.fmt.pix_mp.height = m_sVenc_cfg.input_height; in venc_get_buf_req()
833 fmt.fmt.pix_mp.width = m_sVenc_cfg.input_width; in venc_get_buf_req()
[all …]
/hardware/samsung_slsi/exynos5/librotator/
Dexynos_rotator.c454 if (info->width != info->format.fmt.pix_mp.width || in m_exynos_rotator_set_format()
455 info->height != info->format.fmt.pix_mp.height || in m_exynos_rotator_set_format()
456 info->v4l2_colorformat != info->format.fmt.pix_mp.pixelformat) { in m_exynos_rotator_set_format()
512 info->format.fmt.pix_mp.width = info->width; in m_exynos_rotator_set_format()
513 info->format.fmt.pix_mp.height = info->height; in m_exynos_rotator_set_format()
514 info->format.fmt.pix_mp.pixelformat = info->v4l2_colorformat; in m_exynos_rotator_set_format()
515 info->format.fmt.pix_mp.field = V4L2_FIELD_ANY; in m_exynos_rotator_set_format()
516 info->format.fmt.pix_mp.num_planes = plane_count; in m_exynos_rotator_set_format()
568 info->buffer.length = info->format.fmt.pix_mp.num_planes; in m_exynos_rotator_set_addr()
570 for (i = 0; i < info->format.fmt.pix_mp.num_planes; i++) { in m_exynos_rotator_set_addr()
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
Dvideo_encoder_device_copper.cpp362 fmt.fmt.pix_mp.height = m_sVenc_cfg.input_height; in venc_open()
363 fmt.fmt.pix_mp.width = m_sVenc_cfg.input_width; in venc_open()
364 fmt.fmt.pix_mp.pixelformat = V4L2_PIX_FMT_NV12; in venc_open()
368 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_open()
372 fmt.fmt.pix_mp.height = m_sVenc_cfg.input_height; in venc_open()
373 fmt.fmt.pix_mp.width = m_sVenc_cfg.input_width; in venc_open()
374 fmt.fmt.pix_mp.pixelformat = V4L2_PIX_FMT_H264; in venc_open()
378 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_open()
549 fmt.fmt.pix_mp.height = m_sVenc_cfg.input_height; in venc_get_buf_req()
550 fmt.fmt.pix_mp.width = m_sVenc_cfg.input_width; in venc_get_buf_req()
[all …]
/hardware/samsung_slsi/exynos5/libgscaler/
Dexynos_gscaler.c628 info->format.fmt.pix_mp.width = info->width; in m_exynos_gsc_set_format()
629 info->format.fmt.pix_mp.height = info->height; in m_exynos_gsc_set_format()
630 info->format.fmt.pix_mp.pixelformat = info->v4l2_colorformat; in m_exynos_gsc_set_format()
631 info->format.fmt.pix_mp.field = V4L2_FIELD_ANY; in m_exynos_gsc_set_format()
632 info->format.fmt.pix_mp.num_planes = plane_count; in m_exynos_gsc_set_format()
685 info->buffer.length = info->format.fmt.pix_mp.num_planes; in m_exynos_gsc_set_addr()
688 for (i = 0; i < info->format.fmt.pix_mp.num_planes; i++) { in m_exynos_gsc_set_addr()
1583 fmt.fmt.pix_mp.width = gsc_handle->src_img.fw; in exynos_gsc_out_config()
1584 fmt.fmt.pix_mp.height = gsc_handle->src_img.fh; in exynos_gsc_out_config()
1585 fmt.fmt.pix_mp.pixelformat = src_color_space; in exynos_gsc_out_config()
[all …]
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/enc/src/
DExynosVideoEncoder.c1025 fmt.fmt.pix_mp.pixelformat = __ColorFormatType_To_V4L2PixelFormat(bufferConf->eColorFormat); in MFC_Encoder_Set_Geometry_Inbuf()
1026 fmt.fmt.pix_mp.width = bufferConf->nFrameWidth; in MFC_Encoder_Set_Geometry_Inbuf()
1027 fmt.fmt.pix_mp.height = bufferConf->nFrameHeight; in MFC_Encoder_Set_Geometry_Inbuf()
1028 fmt.fmt.pix_mp.num_planes = VIDEO_ENCODER_INBUF_PLANES; in MFC_Encoder_Set_Geometry_Inbuf()
1075 bufferConf->nFrameHeight = fmt.fmt.pix_mp.width; in MFC_Encoder_Get_Geometry_Inbuf()
1076 bufferConf->nFrameHeight = fmt.fmt.pix_mp.height; in MFC_Encoder_Get_Geometry_Inbuf()
1077 bufferConf->nSizeImage = fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in MFC_Encoder_Get_Geometry_Inbuf()
1110 fmt.fmt.pix_mp.pixelformat = __CodingType_To_V4L2PixelFormat(bufferConf->eCompressionFormat); in MFC_Encoder_Set_Geometry_Outbuf()
1111 fmt.fmt.pix_mp.plane_fmt[0].sizeimage = bufferConf->nSizeImage; in MFC_Encoder_Set_Geometry_Outbuf()
1158 bufferConf->nSizeImage = fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in MFC_Encoder_Get_Geometry_Outbuf()
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc.cpp1462 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height; in component_init()
1463 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width; in component_init()
1464 fmt.fmt.pix_mp.pixelformat = output_capability; in component_init()
1494 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height; in component_init()
1495 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width; in component_init()
1496 fmt.fmt.pix_mp.pixelformat = capture_capability; in component_init()
2792 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height; in set_parameter()
2793 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width; in set_parameter()
2794 fmt.fmt.pix_mp.pixelformat = output_capability; in set_parameter()
2795 …fmt.pix_mp.height = %d , fmt.fmt.pix_mp.width = %d \n",fmt.fmt.pix_mp.height,fmt.fmt.pix_mp.width); in set_parameter()
[all …]
Domx_vdec_msm8974.cpp1594 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height; in component_init()
1595 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width; in component_init()
1596 fmt.fmt.pix_mp.pixelformat = output_capability; in component_init()
1645 fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height; in component_init()
1646 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width; in component_init()
1647 fmt.fmt.pix_mp.pixelformat = capture_capability; in component_init()
2937 … fmt.fmt.pix_mp.height = drv_ctx.video_resolution.frame_height; in set_parameter()
2938 … fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width; in set_parameter()
2939 fmt.fmt.pix_mp.pixelformat = output_capability; in set_parameter()
2940 …fmt.pix_mp.height = %d , fmt.fmt.pix_mp.width = %d \n",fmt.fmt.pix_mp.height,fmt.fmt.pix_mp.width); in set_parameter()
[all …]
/hardware/qcom/media/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/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
DExynosVideoDecoder.c724 fmt.fmt.pix_mp.pixelformat = __CodingType_To_V4L2PixelFormat(bufferConf->eCompressionFormat); in MFC_Decoder_Set_Geometry_Inbuf()
725 fmt.fmt.pix_mp.plane_fmt[0].sizeimage = bufferConf->nSizeImage; in MFC_Decoder_Set_Geometry_Inbuf()
765 fmt.fmt.pix_mp.pixelformat = __ColorFormatType_To_V4L2PixelFormat(bufferConf->eColorFormat); in MFC_Decoder_Set_Geometry_Outbuf()
818 bufferConf->nFrameWidth = fmt.fmt.pix_mp.width; in MFC_Decoder_Get_Geometry_Outbuf()
819 bufferConf->nFrameHeight = fmt.fmt.pix_mp.height; in MFC_Decoder_Get_Geometry_Outbuf()
/hardware/samsung_slsi/exynos5/libhwc/
Dhwc.cpp672 fmt.fmt.pix_mp.width = h->stride; in hdmi_output()
673 fmt.fmt.pix_mp.height = cfg.h; in hdmi_output()
674 fmt.fmt.pix_mp.pixelformat = V4L2_PIX_FMT_BGR32; in hdmi_output()
675 fmt.fmt.pix_mp.field = V4L2_FIELD_ANY; in hdmi_output()
676 fmt.fmt.pix_mp.num_planes = 1; in hdmi_output()
/hardware/samsung_slsi/exynos5/libcamera/
DExynosCamera.cpp3426 v4l2_fmt.fmt.pix_mp.width = w; in m_setWidthHeight()
3427 v4l2_fmt.fmt.pix_mp.height = h; in m_setWidthHeight()
3428 v4l2_fmt.fmt.pix_mp.pixelformat = colorFormat; in m_setWidthHeight()
3429 v4l2_fmt.fmt.pix_mp.num_planes = planes; in m_setWidthHeight()
/hardware/samsung_slsi/exynos5/include/
Dvideodev2.h2211 struct v4l2_pix_format_mplane pix_mp; /* V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE */ member
/hardware/qcom/msm8x74/original-kernel-headers/linux/
Dvideodev2.h2430 struct v4l2_pix_format_mplane pix_mp; /* V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE */ member
/hardware/qcom/msm8x74/kernel-headers/linux/
Dvideodev2.h2066 struct v4l2_pix_format_mplane pix_mp; member
/hardware/samsung_slsi/exynos5/libcamera2/
DExynosCameraHWInterface2.cpp126 v4l2_fmt.fmt.pix_mp.width = node->width; in cam_int_s_fmt()
127 v4l2_fmt.fmt.pix_mp.height = node->height; in cam_int_s_fmt()
128 v4l2_fmt.fmt.pix_mp.pixelformat = node->format; in cam_int_s_fmt()
129 v4l2_fmt.fmt.pix_mp.field = V4L2_FIELD_ANY; in cam_int_s_fmt()