Searched refs:control_query (Results 1 – 1 of 1) sorted by relevance
193 v4l2_query_ext_ctrl control_query; in V4L2Control() local194 int res = device->QueryControl(control_id, &control_query); in V4L2Control()200 int32_t control_min = static_cast<int32_t>(control_query.minimum); in V4L2Control()201 int32_t control_max = static_cast<int32_t>(control_query.maximum); in V4L2Control()202 int32_t control_step = static_cast<int32_t>(control_query.step); in V4L2Control()218 switch (control_query.type) { in V4L2Control()225 control_query.type, in V4L2Control()260 control_query.type, in V4L2Control()292 control_query.name, in V4L2Control()293 control_query.type); in V4L2Control()