/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/aac/ |
H A D | ffmpeg_aac_decoder_plugin.cpp | 90 if (!CheckSampleFormat(parameter)) { in SetParameter() 158 bool FFmpegAACDecoderPlugin::CheckSampleFormat(const std::shared_ptr<Meta> &format) in CheckSampleFormat() function in OHOS::Media::Plugins::Ffmpeg::FFmpegAACDecoderPlugin 160 return basePlugin->CheckSampleFormat(format, channels_); in CheckSampleFormat()
|
H A D | ffmpeg_aac_decoder_plugin.h | 68 bool CheckSampleFormat(const std::shared_ptr<Meta> &format);
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/audio/decoder/ |
H A D | audio_ffmpeg_amrnb_decoder_plugin.cpp | 132 if (!CheckSampleFormat(format)) { in Checkinit() 138 bool AudioFFMpegAmrnbDecoderPlugin::CheckSampleFormat(const Format &format) in CheckSampleFormat() function in OHOS::MediaAVCodec::AudioFFMpegAmrnbDecoderPlugin
|
H A D | audio_ffmpeg_amrwb_decoder_plugin.cpp | 132 if (!CheckSampleFormat(format)) { in Checkinit() 138 bool AudioFFMpegAmrwbDecoderPlugin::CheckSampleFormat(const Format &format) in CheckSampleFormat() function in OHOS::MediaAVCodec::AudioFFMpegAmrwbDecoderPlugin
|
H A D | audio_ffmpeg_aac_decoder_plugin.cpp | 73 bool AudioFFMpegAacDecoderPlugin::CheckSampleFormat(const Format &format) in CheckSampleFormat() function in OHOS::MediaAVCodec::AudioFFMpegAacDecoderPlugin 125 …if (!CheckAdts(format) || !CheckChannelCount(format) || !CheckSampleFormat(format) || !CheckSample… in CheckFormat()
|
H A D | audio_opus_decoder_plugin.cpp | 79 int32_t AudioOpusDecoderPlugin::CheckSampleFormat() in CheckSampleFormat() function in OHOS::MediaAVCodec::AudioOpusDecoderPlugin 108 ret = CheckSampleFormat(); in Init()
|
H A D | audio_ffmpeg_vorbis_decoder_plugin.cpp | 62 bool AudioFFMpegVorbisDecoderPlugin::CheckSampleFormat(const Format &format) in CheckSampleFormat() function in OHOS::MediaAVCodec::AudioFFMpegVorbisDecoderPlugin 113 if (!CheckChannelCount(format) || !CheckSampleFormat(format) || !CheckSampleRate(format)) { in CheckFormat()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/vorbis/ |
H A D | ffmpeg_vorbis_decoder_plugin.cpp | 96 if (!CheckSampleFormat(parameter)) { in SetParameter() 155 bool FFmpegVorbisDecoderPlugin::CheckSampleFormat(const std::shared_ptr<Meta> &format) in CheckSampleFormat() function in OHOS::Media::Plugins::Ffmpeg::FFmpegVorbisDecoderPlugin 157 return basePlugin->CheckSampleFormat(format, channels_); in CheckSampleFormat()
|
H A D | ffmpeg_vorbis_decoder_plugin.h | 66 bool CheckSampleFormat(const std::shared_ptr<Meta> &format);
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/audio/encoder/ |
H A D | audio_g711mu_encoder_plugin.cpp | 60 int32_t AudioG711muEncoderPlugin::CheckSampleFormat() in CheckSampleFormat() function in OHOS::MediaAVCodec::AudioG711muEncoderPlugin 96 int32_t ret = CheckSampleFormat(); in CheckFormat()
|
H A D | audio_opus_encoder_plugin.cpp | 84 int32_t AudioOpusEncoderPlugin::CheckSampleFormat() in CheckSampleFormat() function in OHOS::MediaAVCodec::AudioOpusEncoderPlugin 132 ret = CheckSampleFormat(); in Init()
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/include/audio/decoder/ |
H A D | audio_ffmpeg_amrnb_decoder_plugin.h | 48 bool CheckSampleFormat(const Format &format);
|
H A D | audio_ffmpeg_amrwb_decoder_plugin.h | 48 bool CheckSampleFormat(const Format &format);
|
H A D | audio_ffmpeg_aac_decoder_plugin.h | 52 bool CheckSampleFormat(const Format &format);
|
H A D | audio_opus_decoder_plugin.h | 57 int32_t CheckSampleFormat();
|
H A D | audio_ffmpeg_vorbis_decoder_plugin.h | 52 bool CheckSampleFormat(const Format &format);
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/include/audio/encoder/ |
H A D | audio_g711mu_encoder_plugin.h | 48 int32_t CheckSampleFormat();
|
H A D | audio_opus_encoder_plugin.h | 59 int32_t CheckSampleFormat();
|
H A D | audio_ffmpeg_aac_encoder_plugin.h | 87 bool CheckSampleFormat(const Format &format);
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/ape/ |
H A D | ffmpeg_ape_decoder_plugin.h | 68 bool CheckSampleFormat(const std::shared_ptr<Meta> &format);
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/ |
H A D | ffmpeg_base_decoder.h | 77 bool CheckSampleFormat(const std::shared_ptr<Meta> &format, int32_t channels);
|
/ohos5.0/foundation/multimedia/media_foundation/engine/include/pipeline/filters/source/audio_capture/ |
H A D | audio_capture_filter.h | 67 bool CheckSampleFormat(const Plugin::Capability& cap);
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/amrnb/ |
H A D | ffmpeg_amrnb_decoder_plugin.cpp | 154 CHECK_AND_RETURN_RET_LOG(basePlugin->CheckSampleFormat(format, channels), in CheckInit()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/amrwb/ |
H A D | ffmpeg_amrwb_decoder_plugin.cpp | 154 CHECK_AND_RETURN_RET_LOG(basePlugin->CheckSampleFormat(format, channels), in CheckInit()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/mp3/ |
H A D | ffmpeg_mp3_decoder_plugin.cpp | 155 …CHECK_AND_RETURN_RET_LOG(basePlugin->CheckSampleFormat(format, channels), Status::ERROR_INVALID_PA… in CheckInit()
|