HomeSort by relevance Sort by last modified time
    Searched refs:pix_mp (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium_org/content/common/gpu/media/
v4l2_video_device.cc 89 format.fmt.pix_mp.num_planes > 0) {
91 base::checked_cast<int>(format.fmt.pix_mp.plane_fmt[0].bytesperline);
93 base::checked_cast<int>(format.fmt.pix_mp.plane_fmt[0].sizeimage);
94 visible_size.SetSize(base::checked_cast<int>(format.fmt.pix_mp.width),
95 base::checked_cast<int>(format.fmt.pix_mp.height));
97 V4L2Device::V4L2PixFmtToVideoFrameFormat(format.fmt.pix_mp.pixelformat);
133 for (size_t i = 0; i < format.fmt.pix_mp.num_planes; ++i) {
134 DCHECK_EQ(format.fmt.pix_mp.plane_fmt[i].bytesperline,
v4l2_video_encode_accelerator.cc 848 format.fmt.pix_mp.width = visible_size_.width();
849 format.fmt.pix_mp.height = visible_size_.height();
850 format.fmt.pix_mp.pixelformat = output_format_fourcc_;
851 format.fmt.pix_mp.plane_fmt[0].sizeimage =
853 format.fmt.pix_mp.num_planes = 1;
858 base::checked_cast<size_t>(format.fmt.pix_mp.plane_fmt[0].sizeimage);
889 format.fmt.pix_mp.width = visible_size_.width();
890 format.fmt.pix_mp.height = visible_size_.height();
891 format.fmt.pix_mp.pixelformat = input_format_fourcc;
892 format.fmt.pix_mp.num_planes = input_planes_count
    [all...]
v4l2_image_processor.cc 245 format.fmt.pix_mp.width = input_visible_size_.width();
246 format.fmt.pix_mp.height = input_visible_size_.height();
247 format.fmt.pix_mp.pixelformat = input_format_fourcc_;
248 format.fmt.pix_mp.num_planes = input_planes_count_;
250 format.fmt.pix_mp.plane_fmt[i].sizeimage =
253 format.fmt.pix_mp.plane_fmt[i].bytesperline =
295 format.fmt.pix_mp.width = output_allocated_size_.width();
296 format.fmt.pix_mp.height = output_allocated_size_.height();
297 format.fmt.pix_mp.pixelformat = output_format_fourcc_;
298 format.fmt.pix_mp.num_planes = output_planes_count_
    [all...]
v4l2_video_decode_accelerator.cc 282 format.fmt.pix_mp.pixelformat = output_format_fourcc;
    [all...]
  /hardware/samsung_slsi/exynos5/libhwjpeg/
ExynosJpegBase.cpp 91 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.pixelformat = pstConfig->pix.dec_fmt.out_fmt
    [all...]
  /hardware/samsung_slsi/exynos5/librotator/
exynos_rotator.c 454 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.num_planes; i++)
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp     [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
video_encoder_device_copper.cpp 360 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.width = m_sVenc_cfg.input_width
    [all...]
  /hardware/samsung_slsi/exynos5/libgscaler/
exynos_gscaler.c 633 info->format.fmt.pix_mp.width = info->width;
634 info->format.fmt.pix_mp.height = info->height;
635 info->format.fmt.pix_mp.pixelformat = info->v4l2_colorformat;
636 info->format.fmt.pix_mp.field = V4L2_FIELD_ANY;
637 info->format.fmt.pix_mp.num_planes = plane_count;
690 info->buffer.length = info->format.fmt.pix_mp.num_planes;
693 for (i = 0; i < info->format.fmt.pix_mp.num_planes; i++) {
    [all...]
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_stream.c 203 vb.length = stream->fmt.fmt.pix_mp.num_planes;
621 stream->fmt.fmt.pix_mp.width = fmt->dim.width;
622 stream->fmt.fmt.pix_mp.height= fmt->dim.height;
623 stream->fmt.fmt.pix_mp.field = V4L2_FIELD_NONE;
624 stream->fmt.fmt.pix_mp.pixelformat =
626 &(stream->fmt.fmt.pix_mp.num_planes));
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp     [all...]
omx_vdec_hevc_swvdec.cpp     [all...]
omx_vdec_msm8974.cpp     [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/enc/src/
ExynosVideoEncoder.c     [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_stream.c     [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec_copper.cpp     [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_stream.c     [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
ExynosVideoDecoder.c 724 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;
    [all...]
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp 672 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;
    [all...]
  /bionic/libc/kernel/uapi/linux/
videodev2.h 1192 struct v4l2_pix_format_mplane pix_mp; member in union:v4l2_format::__anon911
    [all...]
  /development/ndk/platforms/android-L/include/linux/
videodev2.h 1185 struct v4l2_pix_format_mplane pix_mp; member in union:v4l2_format::__anon2486
    [all...]
  /external/kernel-headers/original/uapi/linux/
videodev2.h 1708 struct v4l2_pix_format_mplane pix_mp; \/* V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE *\/ member in union:v4l2_format::__anon7184
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCamera.cpp     [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
videodev2.h 1192 struct v4l2_pix_format_mplane pix_mp; member in union:v4l2_format::__anon55667
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
videodev2.h 1192 struct v4l2_pix_format_mplane pix_mp; member in union:v4l2_format::__anon56434
    [all...]

Completed in 4672 milliseconds

1 2