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:pgroup
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
rtpenc_rfc4175.c
29
int xinc, yinc,
pgroup
;
in ff_rtp_send_raw_rfc4175()
local
38
pgroup
= 4;
in ff_rtp_send_raw_rfc4175()
43
pgroup
= 5;
in ff_rtp_send_raw_rfc4175()
48
pgroup
= 6;
in ff_rtp_send_raw_rfc4175()
53
pgroup
= 3;
in ff_rtp_send_raw_rfc4175()
58
pgroup
= 3;
in ff_rtp_send_raw_rfc4175()
82
length = (pixels *
pgroup
) / xinc;
in ff_rtp_send_raw_rfc4175()
88
pixels = (left /
pgroup
) * xinc;
in ff_rtp_send_raw_rfc4175()
89
length = (pixels *
pgroup
) / xinc;
in ff_rtp_send_raw_rfc4175()
104
cont = (left > (head_size +
pgroup
)
in ff_rtp_send_raw_rfc4175()
[all...]
H
A
D
rtpdec_rfc4175.c
41
unsigned int
pgroup
; /* size of the pixel group in bytes */
member
58
data->
pgroup
= 4;
in rfc4175_parse_format()
62
data->
pgroup
= 5;
in rfc4175_parse_format()
73
data->
pgroup
= 6;
in rfc4175_parse_format()
83
data->
pgroup
= 3;
in rfc4175_parse_format()
93
data->
pgroup
= 3;
in rfc4175_parse_format()
107
data->frame_size = data->width * data->height * data->
pgroup
/ data->xinc;
in rfc4175_parse_format()
278
if (payload_len < data->
pgroup
)
in rfc4175_handle_packet()
289
if (!data->
pgroup
|| length % data->
pgroup
)
in rfc4175_handle_packet()
[all...]
H
A
D
rawvideodec.c
76
unsigned int
pgroup
; /* size of the pixel group in bytes */
in rawvideo_read_header()
local
85
pgroup
= 5;
in rawvideo_read_header()
89
pgroup
= 4;
in rawvideo_read_header()
98
packet_size = s->width * s->height *
pgroup
/ xinc;
in rawvideo_read_header()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H
A
D
sb_bc_parser.cpp
481
unsigned
pgroup
= !cgroup, prev_slot = src.sel == ALU_SRC_PS ?
in prepare_alu_group()
local
488
alu_node *prev_alu = slots[
pgroup
][prev_slot];
in prepare_alu_group()
/third_party/ntfs-3g/libntfs-3g/
H
A
D
security.c
4720
const SID *
pgroup
;
in mergesecurityattr()
local
4838
pgroup
= (const SID*)&newattr[offgroup];
in mergesecurityattr()
4843
pgroup
= (const SID*)&oldattr[offgroup];
in mergesecurityattr()
4847
size = ntfs_sid_size(
pgroup
);
in mergesecurityattr()
4848
memcpy(&target[pos],
pgroup
, size);
in mergesecurityattr()
/third_party/rust/crates/libc/src/unix/haiku/
H
A
D
mod.rs
1963
pub fn posix_spawnattr_setpgroup(attr: *mut posix_spawnattr_t,
pgroup
: ::pid_t) -> ::c_int;
in posix_spawnattr_setpgroup()
Completed in 21 milliseconds