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:audioCodecId_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/mediaplayer/src/
H
A
D
audio_player.cpp
34
audioCodecId_
= audioCodecId;
in Init()
38
audioDecoder_ = CodecFactory::CreateAudioDecoder(
audioCodecId_
);
in Init()
40
SHARING_LOGE("CreateAudioDecoder failed for CodecId:%{public}d!", (int32_t)
audioCodecId_
);
in Init()
64
if (CODEC_NONE ==
audioCodecId_
|| nullptr == audioDecoder_ || nullptr == audioDecoderReceiver_ ||
in Start()
66
SHARING_LOGE("start must be after init, CodecId:%{public}d!", (int32_t)
audioCodecId_
);
in Start()
123
frame->codecId_ =
audioCodecId_
;
in ProcessAudioData()
/foundation/CastEngine/castengine_wifi_display/services/mediaplayer/include/
H
A
D
audio_player.h
69
CodecId
audioCodecId_
= CODEC_NONE;
member in OHOS::Sharing::AudioPlayer
/foundation/CastEngine/castengine_wifi_display/services/impl/scene/wfd/
H
A
D
wfd_source_scene.h
131
CodecId
audioCodecId_
= CodecId::CODEC_AAC;
member in OHOS::Sharing::final
H
A
D
wfd_sink_scene.h
136
CodecId
audioCodecId_
= CodecId::CODEC_AAC;
member in OHOS::Sharing::final
H
A
D
wfd_source_scene.cpp
295
audioCodecId_
= static_cast<CodecId>(audioCodec);
in Initialize()
296
audioCodecId_
= CodecId::CODEC_AAC;
in Initialize()
739
connectionInfo.audioCodecId =
audioCodecId_
;
in OnP2pPeerConnected()
H
A
D
wfd_sink_scene.cpp
229
audioCodecId_
= static_cast<CodecId>(audioCodec);
in Initialize()
1045
connectionInfo.audioCodecId =
audioCodecId_
;
in OnP2pPeerConnected()
Completed in 5 milliseconds