/external/v4l2_codec2/common/include/v4l2_codec2/common/ |
D | V4L2Device.h | 198 std::optional<struct v4l2_format> setFormat(uint32_t fourcc, const ui::Size& size, 205 std::optional<struct v4l2_format> tryFormat(uint32_t fourcc, const ui::Size& size, 220 std::pair<std::optional<struct v4l2_format>, int> getFormat(); 295 std::optional<struct v4l2_format> mCurrentFormat; 347 static ui::Size allocatedSizeFromV4L2Format(const struct v4l2_format& format); 360 static std::string v4L2FormatToString(const struct v4l2_format& format); 367 const struct v4l2_format& format);
|
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
D | test_VIDIOC_FMT.c | 190 struct v4l2_format format; in do_get_formats() 191 struct v4l2_format format2; in do_get_formats() 509 struct v4l2_format format; in do_get_format_invalid() 510 struct v4l2_format format2; in do_get_format_invalid() 574 struct v4l2_format format; in test_VIDIOC_G_FMT_NULL() 715 struct v4l2_format format_orig; in do_set_formats_enum() 716 struct v4l2_format format_min; in do_set_formats_enum() 717 struct v4l2_format format_max; in do_set_formats_enum() 718 struct v4l2_format format_set; in do_set_formats_enum() 719 struct v4l2_format format2; in do_set_formats_enum() [all …]
|
/external/v4l2_codec2/common/ |
D | V4L2Device.cpp | 55 struct v4l2_format buildV4L2Format(const enum v4l2_buf_type type, uint32_t fourcc, in buildV4L2Format() 57 struct v4l2_format format; in buildV4L2Format() 92 const struct v4l2_format& format, size_t bufferId); 104 const struct v4l2_format& format, size_t bufferId); 117 struct v4l2_format mFormat __attribute__((unused)); 122 const struct v4l2_format& format, size_t bufferId) { in create() 132 enum v4l2_memory memory, const struct v4l2_format& format, size_t bufferId) in V4L2Buffer() 723 std::optional<struct v4l2_format> V4L2Queue::setFormat(uint32_t fourcc, const ui::Size& size, in setFormat() 725 struct v4l2_format format = buildV4L2Format(mType, fourcc, size, bufferSize, stride); in setFormat() 735 std::optional<struct v4l2_format> V4L2Queue::tryFormat(uint32_t fourcc, const ui::Size& size, in tryFormat() [all …]
|
/external/strace/tests-m32/ |
D | ioctl_v4l2.c | 54 init_v4l2_format(struct v4l2_format *const f, in init_v4l2_format() 177 dprint_ioctl_v4l2(struct v4l2_format *const f, in dprint_ioctl_v4l2() 374 #define print_ioctl_v4l2(v4l2_format, request, buf_type) \ argument 375 dprint_ioctl_v4l2((v4l2_format), (request), (buf_type), #buf_type) 410 TAIL_ALLOC_OBJECT_CONST_PTR(struct v4l2_format, p_format); in main() 545 struct v4l2_format *const p_v4l2_format = in main()
|
/external/strace/tests/ |
D | ioctl_v4l2.c | 54 init_v4l2_format(struct v4l2_format *const f, in init_v4l2_format() 177 dprint_ioctl_v4l2(struct v4l2_format *const f, in dprint_ioctl_v4l2() 374 #define print_ioctl_v4l2(v4l2_format, request, buf_type) \ argument 375 dprint_ioctl_v4l2((v4l2_format), (request), (buf_type), #buf_type) 410 TAIL_ALLOC_OBJECT_CONST_PTR(struct v4l2_format, p_format); in main() 545 struct v4l2_format *const p_v4l2_format = in main()
|
/external/strace/tests-mx32/ |
D | ioctl_v4l2.c | 54 init_v4l2_format(struct v4l2_format *const f, in init_v4l2_format() 177 dprint_ioctl_v4l2(struct v4l2_format *const f, in dprint_ioctl_v4l2() 374 #define print_ioctl_v4l2(v4l2_format, request, buf_type) \ argument 375 dprint_ioctl_v4l2((v4l2_format), (request), (buf_type), #buf_type) 410 TAIL_ALLOC_OBJECT_CONST_PTR(struct v4l2_format, p_format); in main() 545 struct v4l2_format *const p_v4l2_format = in main()
|
/external/webrtc/modules/video_capture/linux/ |
D | device_info_linux.cc | 237 struct v4l2_format video_fmt; in FillCapabilities() 238 memset(&video_fmt, 0, sizeof(struct v4l2_format)); in FillCapabilities()
|
D | video_capture_linux.cc | 175 struct v4l2_format video_fmt; in StartCapture() 176 memset(&video_fmt, 0, sizeof(struct v4l2_format)); in StartCapture()
|
/external/v4l2_codec2/components/ |
D | V4L2Decoder.cpp | 494 const std::optional<struct v4l2_format> format = getFormatInfo(); in changeResolution() 505 const std::optional<struct v4l2_format> adjustedFormat = getFormatInfo(); in changeResolution() 661 std::optional<struct v4l2_format> V4L2Decoder::getFormatInfo() { in getFormatInfo() 665 struct v4l2_format format; in getFormatInfo()
|
D | V4L2Encoder.cpp | 442 std::optional<struct v4l2_format> format; in configureInputFormat()
|
/external/v4l2_codec2/components/include/v4l2_codec2/components/ |
D | V4L2Decoder.h | 72 std::optional<struct v4l2_format> getFormatInfo();
|
/external/kernel-headers/original/uapi/linux/ |
D | videodev2.h | 2303 struct v4l2_format { struct 2480 struct v4l2_format format; 2491 #define VIDIOC_G_FMT _IOWR('V', 4, struct v4l2_format) 2492 #define VIDIOC_S_FMT _IOWR('V', 5, struct v4l2_format) 2536 #define VIDIOC_TRY_FMT _IOWR('V', 64, struct v4l2_format)
|
/external/libkmsxx/utils/ |
D | kmscapture.cpp | 140 struct v4l2_format v4lfmt = {}; in CameraPipeline()
|
/external/libkmsxx/kms++util/src/ |
D | videodevice.cpp | 54 v4l2_format v4lfmt{}; in v4l2_set_format()
|
/external/strace/ |
D | v4l2.c | 57 typedef struct v4l2_format struct_v4l2_format;
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_netbsd.cpp | 1039 unsigned struct_v4l2_format_sz = sizeof(v4l2_format);
|
/external/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 47576 …<class-decl name="v4l2_format" size-in-bits="1664" is-struct="yes" visibility="default" filepath="… 50145 …<class-decl name="v4l2_format" size-in-bits="1664" is-struct="yes" visibility="default" filepath="…
|
D | test-PR27569-v0.abi | 47547 …<class-decl name="v4l2_format" size-in-bits="1664" is-struct="yes" visibility="default" filepath="… 50116 …<class-decl name="v4l2_format" size-in-bits="1664" is-struct="yes" visibility="default" filepath="…
|