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:audioObjectType
(Results
1 - 3
of
3
) sorted by relevance
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/utils/
H
A
D
aac_audio_config_parser.cpp
55
audioConfig_.
audioObjectType
= 0xFF; // 0xFF
in Reset()
64
uint8_t
audioObjectType
= 0;
in ParseObjectType()
local
65
if (!bitReader_.ReadBits(5,
audioObjectType
)) { // 5
in ParseObjectType()
68
if (
audioObjectType
== 31) { // 31
in ParseObjectType()
69
if (!bitReader_.ReadBits(6,
audioObjectType
)) { // 6
in ParseObjectType()
72
audioObjectType
+= 32; // 32
in ParseObjectType()
74
audioConfig_.
audioObjectType
=
audioObjectType
;
in ParseObjectType()
117
if (audioConfig_.
audioObjectType
== 5 || audioConfig_.
audioObjectType
in ParseObjectTypeFull()
[all...]
H
A
D
aac_audio_config_parser.h
42
uint8_t
audioObjectType
{0xFF};
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H
A
D
adts.cpp
52
int32_t
audioObjectType
;
in ParseAacConfig()
local
56
audioObjectType
= cfg1 >> 3; // 3:byte offset
in ParseAacConfig()
64
adts.profile_ =
audioObjectType
- 1;
in ParseAacConfig()
Completed in 3 milliseconds