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_FRAME_SIZE
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
bit.c
29
#define
MAX_FRAME_SIZE
10
macro
80
uint16_t buf[8 *
MAX_FRAME_SIZE
+ 2];
in read_packet()
91
if(packet_size >
MAX_FRAME_SIZE
)
in read_packet()
/third_party/ffmpeg/libavcodec/
H
A
D
8svx.c
63
#define
MAX_FRAME_SIZE
2048
macro
134
buf_size = FFMIN(
MAX_FRAME_SIZE
, esc->data_size - esc->data_idx);
in eightsvx_decode_frame()
H
A
D
g722enc.c
43
#define
MAX_FRAME_SIZE
32768
macro
72
if (avctx->frame_size & 1 || avctx->frame_size >
MAX_FRAME_SIZE
) {
in g722_encode_init()
77
else if (avctx->frame_size >
MAX_FRAME_SIZE
)
in g722_encode_init()
78
new_frame_size =
MAX_FRAME_SIZE
;
in g722_encode_init()
H
A
D
libopusdec.c
157
#define
MAX_FRAME_SIZE
(960 * 6)
macro
165
frame->nb_samples =
MAX_FRAME_SIZE
;
in libopus_decode()
H
A
D
opus.h
38
#define
MAX_FRAME_SIZE
1275
macro
H
A
D
opus.c
128
if (frame_bytes >
MAX_FRAME_SIZE
)
in ff_opus_parse_packet()
147
if (frame_bytes & 1 || frame_bytes >> 1 >
MAX_FRAME_SIZE
)
in ff_opus_parse_packet()
177
if (frame_bytes < 0 || frame_bytes >
MAX_FRAME_SIZE
)
in ff_opus_parse_packet()
239
frame_bytes / pkt->frame_count >
MAX_FRAME_SIZE
)
in ff_opus_parse_packet()
/third_party/node/src/
H
A
D
node_http2.h
1137
V(
MAX_FRAME_SIZE
) \
Completed in 10 milliseconds