Home | History | Annotate | Download | only in vda

Lines Matching refs:ctrls

1948   std::vector<struct v4l2_ext_control> ctrls;
2003 ctrls.push_back(ctrl);
2043 ctrls.push_back(ctrl);
2091 ctrls.push_back(ctrl);
2098 ext_ctrls.count = ctrls.size();
2099 ext_ctrls.controls = &ctrls[0];
2292 std::vector<struct v4l2_ext_control> ctrls;
2298 ctrls.push_back(ctrl);
2304 ctrls.push_back(ctrl);
2308 ext_ctrls.count = ctrls.size();
2309 ext_ctrls.controls = &ctrls[0];
2753 std::vector<struct v4l2_ext_control> ctrls;
2760 ctrls.push_back(ctrl);
2812 ctrls.push_back(ctrl);
2830 ctrls.push_back(ctrl);
2838 ext_ctrls.count = ctrls.size();
2839 ext_ctrls.controls = &ctrls[0];