Searched defs:audioDecoder (Results 1 – 6 of 6) sorted by relevance
36 MockObject<AudioDecoderFilter> audioDecoder {}; member in OHOS::Media::Test::UtTestHiPlayer
186 AudioDecoder audioDecoder; variable376 AudioDecoder audioDecoder; variable
190 std::shared_ptr<AVCodecAudioDecoder> audioDecoder = AudioDecoderFactory::CreateByMime(mime); in OH_AudioDecoder_CreateByMime() local203 std::shared_ptr<AVCodecAudioDecoder> audioDecoder = AudioDecoderFactory::CreateByName(name); in OH_AudioDecoder_CreateByName() local
295 AudioDecoder audioDecoder; in QueryAudioDecoderAbility() local361 void ToJson(nlohmann::json &jsonObject, const AudioDecoder &audioDecoder) in ToJson()381 void FromJson(const nlohmann::json &jsonObject, AudioDecoder &audioDecoder) in FromJson()
146 void FromJson(const nlohmann::json &jsonObject, AudioDecoder &audioDecoder) in FromJson()
377 AudioDecoder audioDecoder; variable