Home
last modified time | relevance | path

Searched refs:ctrls (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dv4l2_m2m_enc.c55 struct v4l2_ext_controls ctrls = { { 0 } }; in v4l2_set_ext_ctrl() local
58 /* set ctrls */ in v4l2_set_ext_ctrl()
59 ctrls.ctrl_class = V4L2_CTRL_CLASS_MPEG; in v4l2_set_ext_ctrl()
60 ctrls.controls = &ctrl; in v4l2_set_ext_ctrl()
61 ctrls.count = 1; in v4l2_set_ext_ctrl()
67 if (ioctl(s->fd, VIDIOC_S_EXT_CTRLS, &ctrls) < 0) in v4l2_set_ext_ctrl()
76 struct v4l2_ext_controls ctrls = { { 0 } }; in v4l2_get_ext_ctrl() local
80 /* set ctrls */ in v4l2_get_ext_ctrl()
81 ctrls.ctrl_class = V4L2_CTRL_CLASS_MPEG; in v4l2_get_ext_ctrl()
82 ctrls in v4l2_get_ext_ctrl()
[all...]
/third_party/node/deps/v8/src/runtime/
H A Druntime-test-wasm.cc45 const WasmCompileControls& ctrls = GetPerIsolateWasmControls()->at(isolate); in IsWasmCompileAllowed() local
46 return (is_async && ctrls.AllowAnySizeForAsync) || in IsWasmCompileAllowed()
48 ctrls.MaxWasmBufferSize) || in IsWasmCompileAllowed()
51 ctrls.MaxWasmBufferSize); in IsWasmCompileAllowed()
60 const WasmCompileControls& ctrls = GetPerIsolateWasmControls()->at(isolate); in IsWasmInstantiateAllowed() local
61 if (is_async && ctrls.AllowAnySizeForAsync) return true; in IsWasmInstantiateAllowed()
69 ctrls.MaxWasmBufferSize; in IsWasmInstantiateAllowed()
/third_party/skia/third_party/externals/freetype/src/sdf/
H A Dftsdf.c1252 FT_26D6_Vec ctrls[3]; in split_sdf_shape() local
1255 ctrls[0] = edge->start_pos; in split_sdf_shape()
1256 ctrls[1] = edge->control_a; in split_sdf_shape()
1257 ctrls[2] = edge->end_pos; in split_sdf_shape()
1259 error = split_sdf_conic( memory, ctrls, 32, &new_edges ); in split_sdf_shape()
1266 FT_26D6_Vec ctrls[4]; in split_sdf_shape() local
1269 ctrls[0] = edge->start_pos; in split_sdf_shape()
1270 ctrls[1] = edge->control_a; in split_sdf_shape()
1271 ctrls[2] = edge->control_b; in split_sdf_shape()
1272 ctrls[ in split_sdf_shape()
[all...]
/third_party/backends/japi/
H A DJscanimage.java436 Enumeration ctrls = controls.elements(); in reinit()
437 while (ctrls.hasMoreElements()) // Do each control. in reinit()
439 SaneComponent comp = (SaneComponent) ctrls.nextElement(); in reinit()

Completed in 6 milliseconds