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:max_p
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
rangecoder.c
68
void ff_build_rac_states(RangeCoder *c, int factor, int
max_p
)
in ff_build_rac_states()
argument
83
if (last_p8 && last_p8 < 256 && p8 <=
max_p
)
in ff_build_rac_states()
90
for (i = 256 -
max_p
; i <=
max_p
; i++) {
in ff_build_rac_states()
99
if (p8 >
max_p
)
in ff_build_rac_states()
100
p8 =
max_p
;
in ff_build_rac_states()
H
A
D
rangecoder.h
60
void ff_build_rac_states(RangeCoder *c, int factor, int
max_p
);
/third_party/ffmpeg/libavformat/
H
A
D
rtsp.h
362
int
max_p
;
member
H
A
D
rtsp.c
2057
p[rt->
max_p
].fd = ffurl_get_file_handle(rt->rtsp_hd);
in udp_read_packet()
2058
p[rt->
max_p
++].events = POLLIN;
in udp_read_packet()
2074
p[rt->
max_p
].fd = fds[fdsidx];
in udp_read_packet()
2075
p[rt->
max_p
++].events = POLLIN;
in udp_read_packet()
2087
n = poll(p, rt->
max_p
, POLLING_TIME);
in udp_read_packet()
Completed in 5 milliseconds