Home
last modified time | relevance | path

Searched refs:v4l2_ext_control (Results 1 – 24 of 24) sorted by relevance

/external/strace/mpers-mx32/
Dstruct_v4l2_clip.c42 typedef struct v4l2_ext_control struct_v4l2_ext_control;
Dstruct_v4l2_format.c42 typedef struct v4l2_ext_control struct_v4l2_ext_control;
Dstruct_v4l2_framebuffer.c42 typedef struct v4l2_ext_control struct_v4l2_ext_control;
Dstruct_v4l2_ext_control.c42 typedef struct v4l2_ext_control struct_v4l2_ext_control;
Dstruct_v4l2_input.c42 typedef struct v4l2_ext_control struct_v4l2_ext_control;
Dstruct_v4l2_create_buffers.c42 typedef struct v4l2_ext_control struct_v4l2_ext_control;
Dstruct_v4l2_buffer.c42 typedef struct v4l2_ext_control struct_v4l2_ext_control;
Dstruct_v4l2_standard.c42 typedef struct v4l2_ext_control struct_v4l2_ext_control;
Dstruct_v4l2_ext_controls.c42 typedef struct v4l2_ext_control struct_v4l2_ext_control;
/external/strace/mpers-m32/
Dstruct_v4l2_framebuffer.c42 typedef struct v4l2_ext_control struct_v4l2_ext_control;
Dstruct_v4l2_standard.c42 typedef struct v4l2_ext_control struct_v4l2_ext_control;
Dstruct_v4l2_format.c42 typedef struct v4l2_ext_control struct_v4l2_ext_control;
Dstruct_v4l2_buffer.c42 typedef struct v4l2_ext_control struct_v4l2_ext_control;
Dstruct_v4l2_create_buffers.c42 typedef struct v4l2_ext_control struct_v4l2_ext_control;
Dstruct_v4l2_ext_controls.c42 typedef struct v4l2_ext_control struct_v4l2_ext_control;
Dstruct_v4l2_clip.c42 typedef struct v4l2_ext_control struct_v4l2_ext_control;
Dstruct_v4l2_ext_control.c42 typedef struct v4l2_ext_control struct_v4l2_ext_control;
Dstruct_v4l2_input.c42 typedef struct v4l2_ext_control struct_v4l2_ext_control;
/external/v4l2_codec2/vda/
Dv4l2_slice_video_decode_accelerator.cc1933 struct v4l2_ext_control ctrl; in SubmitFrameMetadata()
1934 std::vector<struct v4l2_ext_control> ctrls; in SubmitFrameMetadata()
2277 struct v4l2_ext_control ctrl; in SubmitDecode()
2278 std::vector<struct v4l2_ext_control> ctrls; in SubmitDecode()
2512 struct v4l2_ext_control ctrl; in SubmitDecode()
2738 std::vector<struct v4l2_ext_control> ctrls; in SubmitDecode()
2740 struct v4l2_ext_control ctrl; in SubmitDecode()
2890 struct v4l2_ext_control ctrl; in GetFrameContext()
Dvideodev2.h1483 struct v4l2_ext_control { struct
1515 struct v4l2_ext_control *controls;
/external/kernel-headers/original/uapi/linux/
Dvideodev2.h1549 struct v4l2_ext_control { struct
1574 struct v4l2_ext_control *controls; argument
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dtest_VIDIOC_EXT_CTRLS.c184 struct v4l2_ext_control control; in do_get_ext_control_one()
/external/strace/
Dv4l2.c51 typedef struct v4l2_ext_control struct_v4l2_ext_control;
DChangeLog6877 * v4l2.c (print_v4l2_ext_control): Cast v4l2_ext_control.string pointer
7406 v4l2.c: print v4l2_ext_control.value64 using PRId64 format.