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:mFormatID
(Results
1 - 5
of
5
) sorted by relevance
/third_party/libsnd/src/ALAC/
H
A
D
ALACAudioTypes.h
148
uint32_t
mFormatID
;
member
H
A
D
alac_encoder.c
1240
if ((source->
mFormatID
!= kALACFormatLinearPCM) || ((source->mFormatFlags & kALACFormatFlagIsFloat) != 0) || (source->mBitsPerChannel <= 16))
in alac_get_source_format()
/third_party/pulseaudio/src/modules/macosx/
H
A
D
module-coreaudio-device.c
668
if (u->stream_description.
mFormatID
!= kAudioFormatLinearPCM) {
in ca_device_create_streams()
670
(char) (u->stream_description.
mFormatID
>> 24),
in ca_device_create_streams()
671
(char) (u->stream_description.
mFormatID
>> 16) & 0xff,
in ca_device_create_streams()
672
(char) (u->stream_description.
mFormatID
>> 8) & 0xff,
in ca_device_create_streams()
673
(char) (u->stream_description.
mFormatID
& 0xff));
in ca_device_create_streams()
/third_party/ffmpeg/libavcodec/
H
A
D
audiotoolboxenc.c
238
.
mFormatID
= kAudioFormatLinearPCM,
in ffat_init_encoder()
252
.
mFormatID
= ffat_get_format_id(avctx->codec_id, avctx->profile),
in ffat_init_encoder()
H
A
D
audiotoolboxdec.c
314
.
mFormatID
= ffat_get_format_id(avctx->codec_id, avctx->profile),
in ffat_create_decoder()
318
.
mFormatID
= kAudioFormatLinearPCM,
in ffat_create_decoder()
Completed in 6 milliseconds