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:aacConfig_
(Results
1 - 5
of
5
) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H
A
D
rtp_codec_aac.cpp
30
if (aacExtra && !aacExtra->
aacConfig_
.empty()) {
in RtpDecoderAAC()
31
for (size_t i = 0; i < aacExtra->
aacConfig_
.size() / 2; ++i) { // 2:unit
in RtpDecoderAAC()
33
sscanf_s(aacExtra->
aacConfig_
.substr(i * 2, 2).data(), "%02X", &cfg); // 2:unit
in RtpDecoderAAC()
35
aacConfig_
.push_back((char)cfg);
in RtpDecoderAAC()
38
MEDIA_LOGD("
aacConfig_
: %{public}s.",
aacConfig_
.c_str());
in RtpDecoderAAC()
119
auto size = AdtsHeader::DumpAacConfig(
aacConfig_
, frame_->Size(), (uint8_t *)adtsHeader, sizeof(adtsHeader));
in FlushData()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/include/
H
A
D
rtp_def.h
45
std::string
aacConfig_
;
H
A
D
rtp_codec_aac.h
45
std::string
aacConfig_
;
member in OHOS::Sharing::RtpDecoderAAC
/foundation/CastEngine/castengine_wifi_display/tests/demo/rtp/
H
A
D
h264_rtp_dec_demo.cpp
95
extra->
aacConfig_
= "1210";
in main()
H
A
D
rtp_dec_demo.cpp
179
extra->
aacConfig_
= "1210";
in main()
Completed in 2 milliseconds