Home
last modified time | relevance | path

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

/external/v4l2_codec2/common/include/v4l2_codec2/common/
DV4L2Device.h37 struct V4L2ExtCtrl { struct
40 struct v4l2_ext_control ctrl;
/external/v4l2_codec2/common/
DV4L2Device.cpp73 V4L2ExtCtrl::V4L2ExtCtrl(uint32_t id) { in V4L2ExtCtrl() function in android::V4L2ExtCtrl
78 V4L2ExtCtrl::V4L2ExtCtrl(uint32_t id, int32_t val) : V4L2ExtCtrl(id) { in V4L2ExtCtrl() function in android::V4L2ExtCtrl