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:GetCodecType
(Results
1 - 25
of
39
) sorted by relevance
1
2
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/
H
A
D
a2dp_codec_config.cpp
149
A2dpCodecType lastType =
GetCodecType
(lastCodecInfo);
150
A2dpCodecType newType =
GetCodecType
(newCodecInfo);
214
A2dpCodecType
GetCodecType
(const uint8_t *codecInfo)
in GetCodecType()
function
223
A2dpCodecType codecType =
GetCodecType
(codecInfo);
in GetSourceCodecIndex()
238
A2dpCodecType codecType =
GetCodecType
(codecInfo);
in GetSinkCodecIndex()
256
A2dpCodecType codecType =
GetCodecType
(codecInfo);
in IsPeerSinkCodecValid()
281
A2dpCodecType codecType =
GetCodecType
(codecInfo);
in IsPeerSourceCodecValid()
/foundation/multimedia/av_codec/services/engine/codec/include/audio/decoder/
H
A
D
audio_ffmpeg_mp3_decoder_plugin.h
39
std::string_view
GetCodecType
() const noexcept override;
H
A
D
audio_ffmpeg_flac_decoder_plugin.h
39
std::string_view
GetCodecType
() const noexcept override;
H
A
D
audio_ffmpeg_amrwb_decoder_plugin.h
39
std::string_view
GetCodecType
() const noexcept override;
H
A
D
audio_ffmpeg_amrnb_decoder_plugin.h
39
std::string_view
GetCodecType
() const noexcept override;
H
A
D
audio_opus_decoder_plugin.h
47
std::string_view
GetCodecType
() const noexcept override;
H
A
D
audio_ffmpeg_vorbis_decoder_plugin.h
39
std::string_view
GetCodecType
() const noexcept override;
H
A
D
audio_g711mu_decoder_plugin.h
39
std::string_view
GetCodecType
() const noexcept override;
H
A
D
audio_ffmpeg_aac_decoder_plugin.h
39
std::string_view
GetCodecType
() const noexcept override;
/foundation/multimedia/av_codec/services/engine/codec/include/audio/
H
A
D
audio_base_codec.h
52
virtual std::string_view
GetCodecType
() const noexcept = 0;
/foundation/multimedia/av_codec/services/engine/codec/include/audio/encoder/
H
A
D
audio_ffmpeg_flac_encoder_plugin.h
39
std::string_view
GetCodecType
() const noexcept override;
H
A
D
audio_opus_encoder_plugin.h
49
std::string_view
GetCodecType
() const noexcept override;
H
A
D
audio_g711mu_encoder_plugin.h
39
std::string_view
GetCodecType
() const noexcept override;
H
A
D
audio_ffmpeg_aac_encoder_plugin.h
49
std::string_view
GetCodecType
() const noexcept override;
/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H
A
D
hdi_codec_manager.h
47
static PluginType
GetCodecType
(const CodecType& hdiType);
H
A
D
hdi_codec_manager.cpp
125
auto pluginType =
GetCodecType
(hdiCap.type);
in AddHdiCap()
196
PluginType HdiCodecManager::
GetCodecType
(const CodecType& hdiType)
in GetCodecType()
function in OHOS::Media::Plugin::CodecAdapter::HdiCodecManager
/foundation/distributedhardware/distributed_screen/services/common/utils/include/
H
A
D
video_param.h
40
uint8_t
GetCodecType
() const;
/foundation/distributedhardware/distributed_screen/services/screentransport/screensinktrans/src/
H
A
D
screen_sink_trans.cpp
151
if ((param.
GetCodecType
() != VIDEO_CODEC_TYPE_VIDEO_H264) &&
in CheckVideoParam()
152
(param.
GetCodecType
() != VIDEO_CODEC_TYPE_VIDEO_H265) &&
in CheckVideoParam()
153
(param.
GetCodecType
() != VIDEO_CODEC_TYPE_VIDEO_MPEG4)) {
in CheckVideoParam()
/foundation/distributedhardware/distributed_screen/services/screentransport/screensourcetrans/src/
H
A
D
screen_source_trans.cpp
218
if ((param.
GetCodecType
() != VIDEO_CODEC_TYPE_VIDEO_H264) &&
in CheckVideoParam()
219
(param.
GetCodecType
() != VIDEO_CODEC_TYPE_VIDEO_H265) &&
in CheckVideoParam()
220
(param.
GetCodecType
() != VIDEO_CODEC_TYPE_VIDEO_MPEG4)) {
in CheckVideoParam()
/foundation/multimedia/av_codec/services/engine/codec/audio/decoder/
H
A
D
audio_ffmpeg_amrwb_decoder_plugin.cpp
162
std::string_view AudioFFMpegAmrwbDecoderPlugin::
GetCodecType
() const noexcept
H
A
D
audio_ffmpeg_amrnb_decoder_plugin.cpp
158
std::string_view AudioFFMpegAmrnbDecoderPlugin::
GetCodecType
() const noexcept
H
A
D
audio_ffmpeg_flac_decoder_plugin.cpp
154
std::string_view AudioFFMpegFlacDecoderPlugin::
GetCodecType
() const noexcept
H
A
D
audio_ffmpeg_mp3_decoder_plugin.cpp
139
std::string_view AudioFFMpegMp3DecoderPlugin::
GetCodecType
() const noexcept
/foundation/distributedhardware/distributed_screen/services/common/utils/src/
H
A
D
video_param.cpp
90
uint8_t VideoParam::
GetCodecType
() const
in GetCodecType()
function in OHOS::DistributedHardware::VideoParam
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/include/
H
A
D
a2dp_codec_config.h
162
A2dpCodecType
GetCodecType
(const uint8_t *codecInfo);
Completed in 8 milliseconds
1
2