Home
last modified time | relevance | path

Searched refs:GetCodecType (Results 1 - 25 of 39) sorted by relevance

12

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/
H A Da2dp_codec_config.cpp149 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 Daudio_ffmpeg_mp3_decoder_plugin.h39 std::string_view GetCodecType() const noexcept override;
H A Daudio_ffmpeg_flac_decoder_plugin.h39 std::string_view GetCodecType() const noexcept override;
H A Daudio_ffmpeg_amrwb_decoder_plugin.h39 std::string_view GetCodecType() const noexcept override;
H A Daudio_ffmpeg_amrnb_decoder_plugin.h39 std::string_view GetCodecType() const noexcept override;
H A Daudio_opus_decoder_plugin.h47 std::string_view GetCodecType() const noexcept override;
H A Daudio_ffmpeg_vorbis_decoder_plugin.h39 std::string_view GetCodecType() const noexcept override;
H A Daudio_g711mu_decoder_plugin.h39 std::string_view GetCodecType() const noexcept override;
H A Daudio_ffmpeg_aac_decoder_plugin.h39 std::string_view GetCodecType() const noexcept override;
/foundation/multimedia/av_codec/services/engine/codec/include/audio/
H A Daudio_base_codec.h52 virtual std::string_view GetCodecType() const noexcept = 0;
/foundation/multimedia/av_codec/services/engine/codec/include/audio/encoder/
H A Daudio_ffmpeg_flac_encoder_plugin.h39 std::string_view GetCodecType() const noexcept override;
H A Daudio_opus_encoder_plugin.h49 std::string_view GetCodecType() const noexcept override;
H A Daudio_g711mu_encoder_plugin.h39 std::string_view GetCodecType() const noexcept override;
H A Daudio_ffmpeg_aac_encoder_plugin.h49 std::string_view GetCodecType() const noexcept override;
/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H A Dhdi_codec_manager.h47 static PluginType GetCodecType(const CodecType& hdiType);
H A Dhdi_codec_manager.cpp125 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 Dvideo_param.h40 uint8_t GetCodecType() const;
/foundation/distributedhardware/distributed_screen/services/screentransport/screensinktrans/src/
H A Dscreen_sink_trans.cpp151 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 Dscreen_source_trans.cpp218 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 Daudio_ffmpeg_amrwb_decoder_plugin.cpp162 std::string_view AudioFFMpegAmrwbDecoderPlugin::GetCodecType() const noexcept
H A Daudio_ffmpeg_amrnb_decoder_plugin.cpp158 std::string_view AudioFFMpegAmrnbDecoderPlugin::GetCodecType() const noexcept
H A Daudio_ffmpeg_flac_decoder_plugin.cpp154 std::string_view AudioFFMpegFlacDecoderPlugin::GetCodecType() const noexcept
H A Daudio_ffmpeg_mp3_decoder_plugin.cpp139 std::string_view AudioFFMpegMp3DecoderPlugin::GetCodecType() const noexcept
/foundation/distributedhardware/distributed_screen/services/common/utils/src/
H A Dvideo_param.cpp90 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 Da2dp_codec_config.h162 A2dpCodecType GetCodecType(const uint8_t *codecInfo);

Completed in 8 milliseconds

12