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:dwXingTag
(Results
1 - 5
of
5
) sorted by relevance
/third_party/lame/dshow/
H
A
D
iaudioprops.h
206
DWORD *
dwXingTag
in DECLARE_INTERFACE_()
209
DWORD
dwXingTag
in DECLARE_INTERFACE_()
H
A
D
Mpegac.cpp
858
pmec->
dwXingTag
= rk.getDWORD(VALUE_XING_TAG, DEFAULT_XING_TAG);
in ReadPresetSettings()
1316
STDMETHODIMP CMpegAudEnc::get_XingTag(DWORD *
dwXingTag
)
in get_XingTag()
argument
1320
*
dwXingTag
= mec.
dwXingTag
;
in get_XingTag()
1321
DbgLog((LOG_TRACE, 1, TEXT("get_XingTag -> %d"), *
dwXingTag
));
in get_XingTag()
1325
STDMETHODIMP CMpegAudEnc::set_XingTag(DWORD
dwXingTag
)
in set_XingTag()
argument
1329
mec.
dwXingTag
=
dwXingTag
;
in set_XingTag()
1331
DbgLog((LOG_TRACE, 1, TEXT("set_XingTag(%d)"),
dwXingTag
));
in set_XingTag()
1510
rk.setDWORD(VALUE_XING_TAG, mec.
dwXingTag
);
in SaveAudioEncoderPropertiesToRegistry()
[all...]
H
A
D
Encoder.h
76
DWORD
dwXingTag
;
member
H
A
D
Mpegac.h
166
STDMETHODIMP get_XingTag(DWORD *
dwXingTag
);
167
STDMETHODIMP set_XingTag(DWORD
dwXingTag
);
H
A
D
Encoder.cpp
162
lame_set_bWriteVbrTag(pgf, m_mabsi.
dwXingTag
);
in Init()
Completed in 5 milliseconds