Home
last modified time | relevance | path

Searched defs:V4L2ExtCtrl (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/v4l2_codec2/v4l2/include/v4l2_codec2/v4l2/
H A DV4L2Device.h58 struct V4L2ExtCtrl { struct
61 struct v4l2_ext_control ctrl;
/aosp_15_r20/external/v4l2_codec2/v4l2/
H A DV4L2Device.cpp85 V4L2ExtCtrl::V4L2ExtCtrl(uint32_t id) { in V4L2ExtCtrl() function in android::V4L2ExtCtrl
90 V4L2ExtCtrl::V4L2ExtCtrl(uint32_t id, int32_t val) : V4L2ExtCtrl(id) { in V4L2ExtCtrl() function in android::V4L2ExtCtrl