Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/test/unittest/
H A DTestHiPlayer.cpp36 MockObject<AudioDecoderFilter> audioDecoder {}; member in OHOS::Media::Test::UtTestHiPlayer
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/utils/test/unittest/common/histreamer_ability_parser/
H A Dhistreamer_ability_parser_test.cpp209 AudioDecoder audioDecoder; variable
432 AudioDecoder audioDecoder; variable
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_audio_decoder.cpp193 std::shared_ptr<AVCodecAudioDecoder> audioDecoder = AudioDecoderFactory::CreateByMime(mime); in OH_AudioDecoder_CreateByMime() local
207 std::shared_ptr<AVCodecAudioDecoder> audioDecoder = AudioDecoderFactory::CreateByName(name); in OH_AudioDecoder_CreateByName() local
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/src/
H A Dhistreamer_ability_querier.cpp368 AudioDecoder audioDecoder; in QueryAudioDecoderAbility() local
461 void ToJson(cJSON *jsonObject, const AudioDecoder &audioDecoder) in ToJson()
499 void FromJson(const cJSON *jsonObject, AudioDecoder &audioDecoder) in FromJson()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/utils/src/
H A Dhistreamer_ability_parser.cpp184 void FromJson(const cJSON *jsonObject, AudioDecoder &audioDecoder) in FromJson()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/test/unittest/common/src/
H A Dhistreamer_ability_querier_test.cpp440 AudioDecoder audioDecoder; variable