Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ctrls
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
v4l2_m2m_enc.c
55
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
D
runtime-test-wasm.cc
45
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
D
ftsdf.c
1252
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
D
Jscanimage.java
436
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