Home
last modified time | relevance | path

Searched refs:CheckSampleFormat (Results 1 – 25 of 32) sorted by relevance

12

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/aac/
H A Dffmpeg_aac_decoder_plugin.cpp90 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 Dffmpeg_aac_decoder_plugin.h68 bool CheckSampleFormat(const std::shared_ptr<Meta> &format);
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/audio/decoder/
H A Daudio_ffmpeg_amrnb_decoder_plugin.cpp132 if (!CheckSampleFormat(format)) { in Checkinit()
138 bool AudioFFMpegAmrnbDecoderPlugin::CheckSampleFormat(const Format &format) in CheckSampleFormat() function in OHOS::MediaAVCodec::AudioFFMpegAmrnbDecoderPlugin
H A Daudio_ffmpeg_amrwb_decoder_plugin.cpp132 if (!CheckSampleFormat(format)) { in Checkinit()
138 bool AudioFFMpegAmrwbDecoderPlugin::CheckSampleFormat(const Format &format) in CheckSampleFormat() function in OHOS::MediaAVCodec::AudioFFMpegAmrwbDecoderPlugin
H A Daudio_ffmpeg_aac_decoder_plugin.cpp73 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 Daudio_opus_decoder_plugin.cpp79 int32_t AudioOpusDecoderPlugin::CheckSampleFormat() in CheckSampleFormat() function in OHOS::MediaAVCodec::AudioOpusDecoderPlugin
108 ret = CheckSampleFormat(); in Init()
H A Daudio_ffmpeg_vorbis_decoder_plugin.cpp62 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 Dffmpeg_vorbis_decoder_plugin.cpp96 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 Dffmpeg_vorbis_decoder_plugin.h66 bool CheckSampleFormat(const std::shared_ptr<Meta> &format);
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/audio/encoder/
H A Daudio_g711mu_encoder_plugin.cpp60 int32_t AudioG711muEncoderPlugin::CheckSampleFormat() in CheckSampleFormat() function in OHOS::MediaAVCodec::AudioG711muEncoderPlugin
96 int32_t ret = CheckSampleFormat(); in CheckFormat()
H A Daudio_opus_encoder_plugin.cpp84 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 Daudio_ffmpeg_amrnb_decoder_plugin.h48 bool CheckSampleFormat(const Format &format);
H A Daudio_ffmpeg_amrwb_decoder_plugin.h48 bool CheckSampleFormat(const Format &format);
H A Daudio_ffmpeg_aac_decoder_plugin.h52 bool CheckSampleFormat(const Format &format);
H A Daudio_opus_decoder_plugin.h57 int32_t CheckSampleFormat();
H A Daudio_ffmpeg_vorbis_decoder_plugin.h52 bool CheckSampleFormat(const Format &format);
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/include/audio/encoder/
H A Daudio_g711mu_encoder_plugin.h48 int32_t CheckSampleFormat();
H A Daudio_opus_encoder_plugin.h59 int32_t CheckSampleFormat();
H A Daudio_ffmpeg_aac_encoder_plugin.h87 bool CheckSampleFormat(const Format &format);
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/ape/
H A Dffmpeg_ape_decoder_plugin.h68 bool CheckSampleFormat(const std::shared_ptr<Meta> &format);
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/
H A Dffmpeg_base_decoder.h77 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 Daudio_capture_filter.h67 bool CheckSampleFormat(const Plugin::Capability& cap);
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/amrnb/
H A Dffmpeg_amrnb_decoder_plugin.cpp154 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 Dffmpeg_amrwb_decoder_plugin.cpp154 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 Dffmpeg_mp3_decoder_plugin.cpp155 …CHECK_AND_RETURN_RET_LOG(basePlugin->CheckSampleFormat(format, channels), Status::ERROR_INVALID_PA… in CheckInit()

12