Home
last modified time | relevance | path

Searched defs:audioDecoder (Results 1 – 6 of 6) sorted by relevance

/foundation/multimedia/histreamer/tests/ut/
DTestHiPlayer.cpp36 MockObject<AudioDecoderFilter> audioDecoder {}; member in OHOS::Media::Test::UtTestHiPlayer
/foundation/distributedhardware/distributed_hardware_fwk/utils/test/unittest/common/histreamer_ability_parser/
Dhistreamer_ability_parser_test.cpp186 AudioDecoder audioDecoder; variable
376 AudioDecoder audioDecoder; variable
/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
Dnative_audio_decoder.cpp190 std::shared_ptr<AVCodecAudioDecoder> audioDecoder = AudioDecoderFactory::CreateByMime(mime); in OH_AudioDecoder_CreateByMime() local
203 std::shared_ptr<AVCodecAudioDecoder> audioDecoder = AudioDecoderFactory::CreateByName(name); in OH_AudioDecoder_CreateByName() local
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/src/
Dhistreamer_ability_querier.cpp295 AudioDecoder audioDecoder; in QueryAudioDecoderAbility() local
361 void ToJson(nlohmann::json &jsonObject, const AudioDecoder &audioDecoder) in ToJson()
381 void FromJson(const nlohmann::json &jsonObject, AudioDecoder &audioDecoder) in FromJson()
/foundation/distributedhardware/distributed_hardware_fwk/utils/src/
Dhistreamer_ability_parser.cpp146 void FromJson(const nlohmann::json &jsonObject, AudioDecoder &audioDecoder) in FromJson()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/test/unittest/common/src/
Dhistreamer_ability_querier_test.cpp377 AudioDecoder audioDecoder; variable