Home
last modified time | relevance | path

Searched refs:v4l2_format (Results 1 – 25 of 42) sorted by relevance

12

/hardware/libhardware/modules/camera/3_4/
Dformat_metadata_factory.cpp47 for (auto v4l2_format : v4l2_formats) { in GetHalFormats() local
48 int32_t hal_format = StreamFormat::V4L2ToHalPixelFormat(v4l2_format); in GetHalFormats()
127 uint32_t v4l2_format = StreamFormat::HalToV4L2PixelFormat(hal_format); in AddFormatComponents() local
128 if (v4l2_format == 0) { in AddFormatComponents()
137 v4l2_format = qualified_formats[0]; in AddFormatComponents()
139 v4l2_format = StreamFormat::HalToV4L2PixelFormat( in AddFormatComponents()
148 v4l2_format); in AddFormatComponents()
157 v4l2_format)) { in AddFormatComponents()
164 v4l2_format = qualified_formats[0]; in AddFormatComponents()
167 hal_format, v4l2_format); in AddFormatComponents()
[all …]
Dstream_format.h37 StreamFormat(const v4l2_format& format);
42 void FillFormatRequest(v4l2_format* format) const;
Dv4l2_wrapper.h73 virtual int GetFormatFrameSizes(uint32_t v4l2_format,
78 uint32_t v4l2_format,
Dv4l2_wrapper.cpp378 int V4L2Wrapper::GetFormatFrameSizes(uint32_t v4l2_format, in GetFormatFrameSizes() argument
382 size_query.pixel_format = v4l2_format; in GetFormatFrameSizes()
416 v4l2_format); in GetFormatFrameSizes()
423 v4l2_format); in GetFormatFrameSizes()
451 uint32_t v4l2_format, in GetFormatFrameDurationRange() argument
458 duration_query.pixel_format = v4l2_format; in GetFormatFrameDurationRange()
528 v4l2_format new_format; in SetFormat()
/hardware/google/graphics/common/libhwjpeg/
DLibScalerForJpeg.h30 bool SetSrcImage(unsigned int width, unsigned int height, unsigned int v4l2_format) { in SetSrcImage() argument
31 return mSrcImage.set(width, height, v4l2_format); in SetSrcImage()
34 bool SetDstImage(unsigned int width, unsigned int height, unsigned int v4l2_format) { in SetDstImage() argument
35 return mDstImage.set(width, height, v4l2_format); in SetDstImage()
DThumbnailScaler.h12 virtual bool SetSrcImage(unsigned int width, unsigned int height, unsigned int v4l2_format) = 0;
13 virtual bool SetDstImage(unsigned int width, unsigned int height, unsigned int v4l2_format) = 0;
DLibScalerForJpeg.cpp132 v4l2_format fmt{}; in setFormat()
/hardware/google/gchips/include/
Dexynos_v4l2.h61 int exynos_v4l2_g_fmt(int fd, struct v4l2_format *fmt);
63 int exynos_v4l2_s_fmt(int fd, struct v4l2_format *fmt);
65 int exynos_v4l2_try_fmt(int fd, struct v4l2_format *fmt);
/hardware/google/graphics/common/libv4l2/
Dexynos_v4l2.h61 int exynos_v4l2_g_fmt(int fd, struct v4l2_format *fmt);
63 int exynos_v4l2_s_fmt(int fd, struct v4l2_format *fmt);
65 int exynos_v4l2_try_fmt(int fd, struct v4l2_format *fmt);
Dexynos_v4l2.c320 int exynos_v4l2_g_fmt(int fd, struct v4l2_format *fmt) in exynos_v4l2_g_fmt()
352 static int __v4l2_s_fmt(int fd, unsigned int request, struct v4l2_format *fmt) in __v4l2_s_fmt()
388 int exynos_v4l2_try_fmt(int fd, struct v4l2_format *fmt) in exynos_v4l2_try_fmt()
393 int exynos_v4l2_s_fmt(int fd, struct v4l2_format *fmt) in exynos_v4l2_s_fmt()
/hardware/qcom/display/msm8998/sdm/libs/core/drm/
Dhw_info_drm.h59 void GetSDMFormat(uint32_t v4l2_format, LayerBufferFormat *sdm_format);
/hardware/qcom/display/msm8909/sdm/libs/core/drm/
Dhw_info_drm.h60 void GetSDMFormat(uint32_t v4l2_format, LayerBufferFormat *sdm_format);
Dhw_info_drm.cpp360 void HWInfoDRM::GetSDMFormat(uint32_t v4l2_format, LayerBufferFormat *sdm_format) { in GetSDMFormat() argument
361 switch (v4l2_format) { in GetSDMFormat()
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/
Dhw_info_drm.h59 void GetSDMFormat(uint32_t v4l2_format, LayerBufferFormat *sdm_format);
/hardware/qcom/sdm845/display/sdm/libs/core/drm/
Dhw_info_drm.h59 void GetSDMFormat(uint32_t v4l2_format, LayerBufferFormat *sdm_format);
/hardware/qcom/sm8150/display/sdm/libs/core/drm/
Dhw_info_drm.h62 void GetSDMFormat(uint32_t v4l2_format, LayerBufferFormat *sdm_format);
/hardware/qcom/sm7250/display/sdm/libs/core/drm/
Dhw_info_drm.h62 void GetSDMFormat(uint32_t v4l2_format, LayerBufferFormat *sdm_format);
/hardware/google/graphics/common/libhwjpeg/include/
Dexynos-hwjpeg.h535 v4l2_format m_v4l2Format; // v4l2 format for the source image
599 v4l2_format m_v4l2Format;
/hardware/qcom/msm8x84/kernel-headers/linux/
Dvideodev2.h1230 struct v4l2_format { struct
1375 struct v4l2_format format;
1382 #define VIDIOC_G_FMT _IOWR('V', 4, struct v4l2_format)
1384 #define VIDIOC_S_FMT _IOWR('V', 5, struct v4l2_format)
1436 #define VIDIOC_TRY_FMT _IOWR('V', 64, struct v4l2_format)
/hardware/qcom/msm8994/kernel-headers/linux/
Dvideodev2.h1231 struct v4l2_format { struct
1376 struct v4l2_format format;
1384 #define VIDIOC_G_FMT _IOWR('V', 4, struct v4l2_format)
1385 #define VIDIOC_S_FMT _IOWR('V', 5, struct v4l2_format)
1437 #define VIDIOC_TRY_FMT _IOWR('V', 64, struct v4l2_format)
/hardware/qcom/msm8x84/original-kernel-headers/linux/
Dvideodev2.h1738 struct v4l2_format { struct
1904 struct v4l2_format format;
1915 #define VIDIOC_G_FMT _IOWR('V', 4, struct v4l2_format)
1916 #define VIDIOC_S_FMT _IOWR('V', 5, struct v4l2_format)
1958 #define VIDIOC_TRY_FMT _IOWR('V', 64, struct v4l2_format)
/hardware/qcom/msm8994/original-kernel-headers/linux/
Dvideodev2.h1741 struct v4l2_format { struct
1907 struct v4l2_format format;
1918 #define VIDIOC_G_FMT _IOWR('V', 4, struct v4l2_format)
1919 #define VIDIOC_S_FMT _IOWR('V', 5, struct v4l2_format)
1961 #define VIDIOC_TRY_FMT _IOWR('V', 64, struct v4l2_format)
/hardware/qcom/msm8x09/kernel-headers/linux/
Dvideodev2.h1072 struct v4l2_format { struct
1214 struct v4l2_format format;
1220 #define VIDIOC_G_FMT _IOWR('V', 4, struct v4l2_format)
1221 #define VIDIOC_S_FMT _IOWR('V', 5, struct v4l2_format)
1265 #define VIDIOC_TRY_FMT _IOWR('V', 64, struct v4l2_format)
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2_params.cpp484 struct v4l2_format fmt; in set_parameter()
640 memset(&fmt, 0x0, sizeof(struct v4l2_format)); in set_parameter()
711 struct v4l2_format fmt; in set_parameter()
715 memset(&fmt, 0x0, sizeof(struct v4l2_format)); in set_parameter()
/hardware/qcom/msm8960/kernel-headers/linux/
Dvideodev2.h2061 struct v4l2_format { struct
2189 struct v4l2_format format;
2196 #define VIDIOC_G_FMT _IOWR('V', 4, struct v4l2_format)
2197 #define VIDIOC_S_FMT _IOWR('V', 5, struct v4l2_format)
2249 #define VIDIOC_TRY_FMT _IOWR('V', 64, struct v4l2_format)

12