Searched refs:pix (Results 1 – 13 of 13) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/ |
D | row.h | 81 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/ |
D | V4LCameraAdapter.cpp | 166 mVideoInfo->format.fmt.pix.width = width; in setParameters() 167 mVideoInfo->format.fmt.pix.height = height; in setParameters() 168 mVideoInfo->format.fmt.pix.pixelformat = DEFAULT_PIXEL_FORMAT; in setParameters()
|
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/ |
D | V4LCameraAdapter.cpp | 220 mVideoInfo->format.fmt.pix.width = width; in v4lSetFormat() 221 mVideoInfo->format.fmt.pix.height = height; in v4lSetFormat() 222 mVideoInfo->format.fmt.pix.pixelformat = pix_format; in v4lSetFormat() 230 …OGDB("VIDIOC_G_FMT : WxH = %dx%d", mVideoInfo->format.fmt.pix.width, mVideoInfo->format.fmt.pix.he… in v4lSetFormat()
|
/hardware/intel/img/psb_video/src/ |
D | psb_surface_attrib.c | 169 width = v4l2_fmt->fmt.pix.width; 170 height = v4l2_fmt->fmt.pix.height;
|
/hardware/qcom/camera/usbcamcore/src/ |
D | QualcommUsbCamera.cpp | 1354 v4l2format.fmt.pix.field = V4L2_FIELD_NONE; in initUsbCamera() 1355 v4l2format.fmt.pix.pixelformat = pixelFormat; in initUsbCamera() 1356 v4l2format.fmt.pix.width = width; in initUsbCamera() 1357 v4l2format.fmt.pix.height = height; in initUsbCamera()
|
/hardware/qcom/msm8x84/kernel-headers/linux/ |
D | videodev2.h | 1234 struct v4l2_pix_format pix; member
|
/hardware/qcom/msm8994/original-kernel-headers/linux/ |
D | videodev2.h | 1744 struct v4l2_pix_format pix; /* V4L2_BUF_TYPE_VIDEO_CAPTURE */ member
|
/hardware/qcom/msm8994/kernel-headers/linux/ |
D | videodev2.h | 1235 struct v4l2_pix_format pix; member
|
/hardware/qcom/msm8x84/original-kernel-headers/linux/ |
D | videodev2.h | 1741 struct v4l2_pix_format pix; /* V4L2_BUF_TYPE_VIDEO_CAPTURE */ member
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
D | videodev2.h | 1862 struct v4l2_pix_format pix; /* V4L2_BUF_TYPE_VIDEO_CAPTURE */ member
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
D | videodev2.h | 1329 struct v4l2_pix_format pix; member
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
D | videodev2.h | 2429 struct v4l2_pix_format pix; /* V4L2_BUF_TYPE_VIDEO_CAPTURE */ member
|
/hardware/qcom/msm8960/kernel-headers/linux/ |
D | videodev2.h | 2065 struct v4l2_pix_format pix; member
|