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:xinc
(Results
1 - 3
of
3
) 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
36
xinc
= 2;
in ff_rtp_send_raw_rfc4175()
41
xinc
= 2;
in ff_rtp_send_raw_rfc4175()
46
xinc
= 4;
in ff_rtp_send_raw_rfc4175()
51
xinc
= 1;
in ff_rtp_send_raw_rfc4175()
56
xinc
= 1;
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()
130
copy_offset = (l_line * width + l_off) * pgroup /
xinc
;
in ff_rtp_send_raw_rfc4175()
[all...]
H
A
D
rtpdec_rfc4175.c
42
unsigned int
xinc
;
member
55
data->
xinc
= 2;
in rfc4175_parse_format()
70
data->
xinc
= 4;
in rfc4175_parse_format()
82
data->
xinc
= 1;
in rfc4175_parse_format()
92
data->
xinc
= 1;
in rfc4175_parse_format()
107
data->frame_size = data->width * data->height * data->pgroup / data->
xinc
;
in rfc4175_parse_format()
299
copy_offset = (line * data->width + offset) * data->pgroup / data->
xinc
;
in rfc4175_handle_packet()
H
A
D
rawvideodec.c
77
unsigned int
xinc
;
in rawvideo_read_header()
local
86
xinc
= 2;
in rawvideo_read_header()
90
xinc
= 2;
in rawvideo_read_header()
98
packet_size = s->width * s->height * pgroup /
xinc
;
in rawvideo_read_header()
Completed in 2 milliseconds