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:pTagData
(Results
1 - 3
of
3
) sorted by relevance
/third_party/lame/libmp3lame/
H
A
D
VbrTag.c
329
GetVbrTag(VBRTAGDATA *
pTagData
, const unsigned char *buf)
in GetVbrTag()
argument
336
pTagData
->flags = 0;
in GetVbrTag()
352
pTagData
->samprate = samplerate_table[2][h_sr_index];
in GetVbrTag()
354
pTagData
->samprate = samplerate_table[h_id][h_sr_index];
in GetVbrTag()
356
/*
pTagData
->samprate >>= 1; */
in GetVbrTag()
381
pTagData
->h_id = h_id;
in GetVbrTag()
383
head_flags =
pTagData
->flags = ExtractI4(buf);
in GetVbrTag()
387
pTagData
->frames = ExtractI4(buf);
in GetVbrTag()
392
pTagData
->bytes = ExtractI4(buf);
in GetVbrTag()
397
if (
pTagData
in GetVbrTag()
[all...]
H
A
D
VbrTag.h
72
int GetVbrTag(VBRTAGDATA *
pTagData
, const unsigned char *buf);
/third_party/lame/mpglib/
H
A
D
interface.c
252
VBRTAGDATA
pTagData
;
in check_vbr_header()
local
278
mp->vbr_header = GetVbrTag(&
pTagData
, xing);
in check_vbr_header()
280
mp->num_frames =
pTagData
.frames;
in check_vbr_header()
281
mp->enc_delay =
pTagData
.enc_delay;
in check_vbr_header()
282
mp->enc_padding =
pTagData
.enc_padding;
in check_vbr_header()
285
/* lame_report_fnc(mp->report_msg,"hip: Xing VBR header dectected. MP3 file has %i frames\n",
pTagData
.frames); */
in check_vbr_header()
286
if (
pTagData
.headersize < 1)
in check_vbr_header()
288
return
pTagData
.headersize;
in check_vbr_header()
Completed in 3 milliseconds