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
defs:audioCodec
(Results
1 - 10
of
10
) sorted by relevance
/foundation/multimedia/av_codec/services/engine/codec/include/audio/
H
A
D
audio_codec_adapter.h
61
std::shared_ptr<AudioBaseCodec>
audioCodec
;
member in OHOS::MediaAVCodec::AudioCodecAdapter
/foundation/multimedia/av_codec/services/dfx/include/
H
A
D
avcodec_sysevent.h
65
std::string
audioCodec
;
member
75
std::string
audioCodec
;
member
/foundation/multimedia/player_framework/interfaces/inner_api/native/
H
A
D
recorder_profiles.h
214
std::string
audioCodec
= "";
member
235
std::string
audioCodec
= "";
member
/foundation/multimedia/player_framework/services/services/transcoder/server/
H
A
D
transcoder_server.h
84
AudioCodecFormat
audioCodec
= AUDIO_CODEC_FORMAT_BUTT;
member
/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H
A
D
native_audio_codec.cpp
167
std::shared_ptr<AVCodecAudioCodecImpl>
audioCodec
= std::make_shared<AVCodecAudioCodecImpl>();
in OH_AudioCodec_CreateByMime()
local
185
std::shared_ptr<AVCodecAudioCodecImpl>
audioCodec
= std::make_shared<AVCodecAudioCodecImpl>();
in OH_AudioCodec_CreateByName()
local
[all...]
/foundation/multimedia/player_framework/frameworks/js/recorder/
H
A
D
video_recorder_napi.cpp
705
std::string
audioCodec
= CommonNapi::GetPropertyString(env, item, "
audioCodec
");
in GetVideoRecorderProperties()
local
/foundation/multimedia/player_framework/services/services/recorder/server/
H
A
D
recorder_server.h
152
AudioCodecFormat
audioCodec
= AUDIO_CODEC_FORMAT_BUTT;
member
/foundation/CastEngine/castengine_wifi_display/services/impl/scene/wfd/
H
A
D
wfd_source_scene.cpp
293
int32_t
audioCodec
;
in Initialize()
local
H
A
D
wfd_sink_scene.cpp
227
int32_t
audioCodec
;
in Initialize()
local
/foundation/multimedia/player_framework/frameworks/js/avtranscoder/
H
A
D
avtranscoder_napi.cpp
823
std::string
audioCodec
= CommonNapi::GetPropertyString(env, args, "
audioCodec
");
in GetAudioConfig()
local
Completed in 10 milliseconds