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:lamef
(Results
1 - 1
of
1
) sorted by relevance
/third_party/libsnd/src/
H
A
D
mpeg_l3_encode.c
40
{ lame_t
lamef
;
member
87
if (! (pmpeg->
lamef
= lame_init ()))
in mpeg_l3_encoder_init()
92
lame_set_in_samplerate (pmpeg->
lamef
, psf->sf.samplerate) ;
in mpeg_l3_encoder_init()
93
lame_set_num_channels (pmpeg->
lamef
, psf->sf.channels) ;
in mpeg_l3_encoder_init()
94
if (lame_set_out_samplerate (pmpeg->
lamef
, psf->sf.samplerate) < 0)
in mpeg_l3_encoder_init()
97
lame_set_write_id3tag_automatic (pmpeg->
lamef
, 0) ;
in mpeg_l3_encoder_init()
101
lame_set_bWriteVbrTag (pmpeg->
lamef
, 0) ;
in mpeg_l3_encoder_init()
141
id3tag_init (pmpeg->
lamef
) ;
in mpeg_l3_encoder_write_id3tag()
146
id3tag_set_title (pmpeg->
lamef
, psf->strings.storage + psf->strings.data [i].offset) ;
in mpeg_l3_encoder_write_id3tag()
150
id3tag_set_artist (pmpeg->
lamef
, ps
in mpeg_l3_encoder_write_id3tag()
357
mpeg_l3_encoder_log_config(SF_PRIVATE *psf, lame_t
lamef
)
mpeg_l3_encoder_log_config()
argument
[all...]
Completed in 1 milliseconds