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:a_FormatDetails
(Results
1 - 2
of
2
) sorted by relevance
/third_party/lame/ACM/
H
A
D
ACM.cpp
490
\param
a_FormatDetails
will be filled with all the corresponding data
492
inline DWORD ACM::OnFormatDetails(LPACMFORMATDETAILS
a_FormatDetails
, const LPARAM a_Query)
in OnFormatDetails()
argument
501
my_debug.OutPut(DEBUG_LEVEL_FUNC_CODE, "enter ACM_FORMATDETAILSF_INDEX for index 0x%04X:%03d",
a_FormatDetails
->dwFormatTag,
a_FormatDetails
->dwFormatIndex);
in OnFormatDetails()
502
if (
a_FormatDetails
->dwFormatTag == PERSONAL_FORMAT) {
in OnFormatDetails()
503
if (
a_FormatDetails
->dwFormatIndex < GetNumberEncodingFormats()) {
in OnFormatDetails()
505
WaveExt =
a_FormatDetails
->pwfx;
in OnFormatDetails()
510
GetMP3FormatForIndex(
a_FormatDetails
->dwFormatIndex, *WaveExt,
a_FormatDetails
->szFormat);
in OnFormatDetails()
516
my_debug.OutPut(DEBUG_LEVEL_FUNC_CODE, "ACM_FORMATDETAILSF_INDEX unknown index 0x%04X:%03d",
a_FormatDetails
in OnFormatDetails()
[all...]
H
A
D
ACM.h
76
inline DWORD OnFormatDetails(LPACMFORMATDETAILS
a_FormatDetails
, const LPARAM a_Query);
Completed in 3 milliseconds