Searched refs:pix (Results 1 - 14 of 14) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
H A Drow.h81 void ARGBToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
82 void BGRAToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
83 void ABGRToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
95 void RGB24ToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
96 void RAWToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix);
110 void ARGBToYRow_C(const uint8* src_argb, uint8* dst_y, int pix);
111 void BGRAToYRow_C(const uint8* src_argb, uint8* dst_y, int pix);
112 void ABGRToYRow_C(const uint8* src_argb, uint8* dst_y, int pix);
113 void RGB24ToYRow_C(const uint8* src_argb, uint8* dst_y, int pix);
114 void RAWToYRow_C(const uint8* src_argb, uint8* dst_y, int pix);
[all...]
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/
H A DV4LCameraAdapter.cpp166 mVideoInfo->format.fmt.pix.width = width;
167 mVideoInfo->format.fmt.pix.height = height;
168 mVideoInfo->format.fmt.pix.pixelformat = DEFAULT_PIXEL_FORMAT;
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/
H A DV4LCameraAdapter.cpp220 mVideoInfo->format.fmt.pix.width = width;
221 mVideoInfo->format.fmt.pix.height = height;
222 mVideoInfo->format.fmt.pix.pixelformat = pix_format;
230 CAMHAL_LOGDB("VIDIOC_G_FMT : WxH = %dx%d", mVideoInfo->format.fmt.pix.width, mVideoInfo->format.fmt.pix.height);
/hardware/qcom/camera/msm8998/usbcamcore/src/
H A DQualcommUsbCamera.cpp1354 v4l2format.fmt.pix.field = V4L2_FIELD_NONE;
1355 v4l2format.fmt.pix.pixelformat = pixelFormat;
1356 v4l2format.fmt.pix.width = width;
1357 v4l2format.fmt.pix.height = height;
1369 /* TBR: In case of user pointer buffers, v4l2format.fmt.pix.sizeimage */
/hardware/qcom/camera/usbcamcore/src/
H A DQualcommUsbCamera.cpp1354 v4l2format.fmt.pix.field = V4L2_FIELD_NONE;
1355 v4l2format.fmt.pix.pixelformat = pixelFormat;
1356 v4l2format.fmt.pix.width = width;
1357 v4l2format.fmt.pix.height = height;
1369 /* TBR: In case of user pointer buffers, v4l2format.fmt.pix.sizeimage */
/hardware/intel/img/psb_video/src/
H A Dpsb_surface_attrib.c169 width = v4l2_fmt->fmt.pix.width;
170 height = v4l2_fmt->fmt.pix.height;
/hardware/qcom/msm8994/kernel-headers/linux/
H A Dvideodev2.h1235 struct v4l2_pix_format pix; member in union:v4l2_format::__anon4868
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dvideodev2.h1734 * @pix: definition of an image format
1744 struct v4l2_pix_format pix; /* V4L2_BUF_TYPE_VIDEO_CAPTURE */ member in union:v4l2_format::__anon4975
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dvideodev2.h1334 struct v4l2_pix_format pix; member in union:v4l2_format::__anon5116
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dvideodev2.h1859 * @pix: definition of an image format
1869 struct v4l2_pix_format pix; /* V4L2_BUF_TYPE_VIDEO_CAPTURE */ member in union:v4l2_format::__anon5267
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dvideodev2.h1234 struct v4l2_pix_format pix; member in union:v4l2_format::__anon5538
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dvideodev2.h1731 * @pix: definition of an image format
1741 struct v4l2_pix_format pix; /* V4L2_BUF_TYPE_VIDEO_CAPTURE */ member in union:v4l2_format::__anon5635
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dvideodev2.h2065 struct v4l2_pix_format pix; member in union:v4l2_format::__anon4738
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dvideodev2.h2419 * @pix: definition of an image format
2429 struct v4l2_pix_format pix; /* V4L2_BUF_TYPE_VIDEO_CAPTURE */ member in union:v4l2_format::__anon4793

Completed in 170 milliseconds