Searched refs:AUDIO_ENCODER_MP3_NAME (Results 1 – 8 of 8) sorted by relevance
46 static constexpr std::string_view AUDIO_ENCODER_MP3_NAME = "OH.Media.Codec.Encoder.Audio.Mp3"; variable
61 definition.name = std::string(OHOS::MediaAVCodec::AVCodecCodecName::AUDIO_ENCODER_MP3_NAME); in RegisterAudioEncoderPlugins()
171 audioEnc_ = OH_AudioCodec_CreateByName((AVCodecCodecName::AUDIO_ENCODER_MP3_NAME).data()); in CreateEnc()
92 audioMp3Capability.codecName = AVCodecCodecName::AUDIO_ENCODER_MP3_NAME; in GetMP3EncoderCapability()
257 audioEnc_ = OH_AudioCodec_CreateByName((AVCodecCodecName::AUDIO_ENCODER_MP3_NAME).data()); in CreateEnc()
236 audioEnc_ = OH_AudioCodec_CreateByName((AVCodecCodecName::AUDIO_ENCODER_MP3_NAME).data()); in CreateEnc()
411 audioEnc_ = OH_AudioCodec_CreateByName((AVCodecCodecName::AUDIO_ENCODER_MP3_NAME).data()); in CreateCodecFunc()