Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/test/unittest/decoder_filter_test/
Daudio_decoder_filter_unit_test.cpp49 std::shared_ptr<Pipeline::AudioDecoderFilter> audioDecoder = variable
83 std::shared_ptr<Pipeline::AudioDecoderFilter> audioDecoder = variable
99 std::shared_ptr<Pipeline::AudioDecoderFilter> audioDecoder = variable
114 std::shared_ptr<Pipeline::AudioDecoderFilter> audioDecoder = variable
133 std::shared_ptr<Pipeline::AudioDecoderFilter> audioDecoder = variable
145 std::shared_ptr<Pipeline::AudioDecoderFilter> audioDecoder = variable
/foundation/CastEngine/castengine_wifi_display/services/codec/src/
Daudio_avcodec_decoder.cpp85 auto audioDecoder = GetDecoder(); in Start() local
123 auto audioDecoder = GetDecoder(); in StopDecoder() local
149 auto audioDecoder = GetDecoder(); in SetDecoderFormat() local
179 auto audioDecoder = GetDecoder(); in OnFrame() local
251 auto audioDecoder = GetDecoder(); in OnOutputBufferAvailable() local
/foundation/multimedia/media_foundation/test/unittest/
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.cpp423 AudioDecoder audioDecoder; variable
432 AudioDecoder audioDecoder; variable
460 AudioDecoder audioDecoder; variable
892 AudioDecoder audioDecoder; variable
/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
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
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/src/
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()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/test/unittest/common/src/
Dhistreamer_ability_querier_test.cpp411 AudioDecoder audioDecoder; variable
/foundation/distributedhardware/distributed_hardware_fwk/utils/src/
Dhistreamer_ability_parser.cpp189 void FromJson(const cJSON *jsonObject, AudioDecoder &audioDecoder) in FromJson()