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:MAXFRAMESIZE
(Results
1 - 4
of
4
) sorted by relevance
/third_party/lame/mpglib/
H
A
D
interface.c
489
if (size >
MAXFRAMESIZE
) {
in decodeMP3_clipchoice()
492
size,
MAXFRAMESIZE
, bytes);
in decodeMP3_clipchoice()
499
exceed
MAXFRAMESIZE
, so we through away 'i' bytes */
in decodeMP3_clipchoice()
500
i = (size + bytes) -
MAXFRAMESIZE
;
in decodeMP3_clipchoice()
677
if (size >
MAXFRAMESIZE
) {
in decodeMP3_clipchoice()
678
lame_report_fnc(mp->report_err, "hip: fatal error.
MAXFRAMESIZE
not large enough.\n");
in decodeMP3_clipchoice()
H
A
D
mpglib.h
92
unsigned char bsspace[2][
MAXFRAMESIZE
+ 1024]; /* bit stream space used ???? */ /*
MAXFRAMESIZE
*/
H
A
D
mpg123.h
85
#define
MAXFRAMESIZE
2880
macro
/third_party/lame/libmp3lame/
H
A
D
VbrTag.c
465
#define
MAXFRAMESIZE
2880 /* or 0xB40, the max freeformat 640 32kHz framesize */
in InitVbrTag()
macro
502
if (total_frame_size < header_size || total_frame_size >
MAXFRAMESIZE
) {
in InitVbrTag()
532
uint8_t buffer[
MAXFRAMESIZE
];
in InitVbrTag()
1009
uint8_t buffer[
MAXFRAMESIZE
];
in PutVbrTag()
Completed in 4 milliseconds