Home
last modified time | relevance | path

Searched refs:AudioDecoder (Results 1 - 14 of 14) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/codec/include/
H A Daudio_decoder.h23 class AudioDecoder : public FrameSource, class
26 AudioDecoder() = default;
27 virtual ~AudioDecoder() = default;
H A Dcodec_factory.h31 static std::shared_ptr<AudioDecoder> CreateAudioDecoder(CodecId format);
H A Daudio_g711_codec.h44 class AudioG711Decoder : public AudioDecoder {
H A Daudio_aac_codec.h38 class AudioAACDecoder : public AudioDecoder {
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/include/
H A Dhistreamer_ability_querier.h67 /******************* AudioDecoder Begin *****************/
78 struct AudioDecoder { struct
90 void ToJson(cJSON *jsonObject, const AudioDecoder &audioDecoder);
91 void FromJson(const cJSON *jsonObject, AudioDecoder &audioDecoder);
92 /******************* AudioDecoder End *******************/
148 std::vector<AudioDecoder> QueryAudioDecoderAbility();
/foundation/CastEngine/castengine_wifi_display/services/codec/src/
H A Dcodec_factory.cpp50 std::shared_ptr<AudioDecoder> CodecFactory::CreateAudioDecoder(CodecId format) in CreateAudioDecoder()
53 std::shared_ptr<AudioDecoder> decoder; in CreateAudioDecoder()
/foundation/CastEngine/castengine_wifi_display/tests/demo/codec/
H A Dcodec_demo.cpp93 std::shared_ptr<AudioDecoder> decoder = CodecFactory::CreateAudioDecoder(CODEC_G711A); in DecodeG711()
117 std::shared_ptr<AudioDecoder> decoder = CodecFactory::CreateAudioDecoder(OHOS::Sharing::CODEC_AAC); in DecodeAAC()
/foundation/CastEngine/castengine_wifi_display/services/mediaplayer/include/
H A Daudio_player.h66 std::shared_ptr<AudioDecoder> audioDecoder_ = nullptr;
/foundation/CastEngine/castengine_wifi_display/tests/demo/player/
H A Dplayer_demo.cpp118 std::shared_ptr<AudioDecoder> decoder = CodecFactory::CreateAudioDecoder(CODEC_G711A); in DecodeG711ByTime()
223 std::shared_ptr<AudioDecoder> decoder = CodecFactory::CreateAudioDecoder(CODEC_G711A); in main()
/foundation/distributedhardware/distributed_hardware_fwk/utils/src/
H A Dhistreamer_ability_parser.cpp148 DHLOGE("AudioDecoder AUDIO_CHANNEL_LAYOUT is invalid!"); in FromJson()
184 void FromJson(const cJSON *jsonObject, AudioDecoder &audioDecoder) in FromJson()
197 DHLOGE("AudioDecoder OUTS is invalid!"); in FromJson()
208 DHLOGE("AudioDecoder OUTS is invalid!"); in FromJson()
411 void FromJson<AudioDecoder>(const std::string &key, const cJSON *jsonObject, std::vector<AudioDecoder> &objs);
/foundation/distributedhardware/distributed_hardware_fwk/utils/test/unittest/common/histreamer_ability_parser/
H A Dhistreamer_ability_parser_test.cpp199 * @tc.desc: Verify the FromJson(const cJSON *jsonObj, AudioDecoder &audioDecoder) function
209 AudioDecoder audioDecoder; in HWTEST_F()
422 * @tc.desc: Verify the FromJson<AudioDecoder> function
432 AudioDecoder audioDecoder; in HWTEST_F()
435 std::vector<AudioDecoder>audioDecoders; in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/src/
H A Dhistreamer_ability_querier.cpp354 std::vector<AudioDecoder> QueryAudioDecoderAbility() in QueryAudioDecoderAbility()
356 std::vector<AudioDecoder> audioDecoders; in QueryAudioDecoderAbility()
360 AVTRANS_LOGI("AudioDecoder Plugin not want: %{public}s", name.c_str()); in QueryAudioDecoderAbility()
368 AudioDecoder audioDecoder; in QueryAudioDecoderAbility()
461 void ToJson(cJSON *jsonObject, const AudioDecoder &audioDecoder) in ToJson()
499 void FromJson(const cJSON *jsonObject, AudioDecoder &audioDecoder) in FromJson()
502 AVTRANS_LOGE("AudioDecoder NAME is invalid"); in FromJson()
513 AVTRANS_LOGE("AudioDecoder INS is invalid"); in FromJson()
524 AVTRANS_LOGE("AudioDecoder OUTS is invalid"); in FromJson()
1014 std::vector<AudioDecoder> audioDecoder in QueryAudioDecoderAbilityStr()
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/utils/include/
H A Dhistreamer_ability_parser.h284 /******************* AudioDecoder Begin *****************/
295 struct AudioDecoder { struct
303 void FromJson(const cJSON *jsonObject, AudioDecoder &audioDecoder);
304 /******************* AudioDecoder End *******************/
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/test/unittest/common/src/
H A Dhistreamer_ability_querier_test.cpp107 std::vector<AudioDecoder> audioDecoders = QueryAudioDecoderAbility(); in HWTEST_F()
109 for (std::vector<AudioDecoder>::size_type i = 0; i < audioDecoders.size(); i++) { in HWTEST_F()
406 * @tc.desc: Verify the FromJson(const cJSON *jsonObject, AudioDecoder &audioDecoder) function.
413 AudioDecoder audioDecoder; in HWTEST_F()

Completed in 8 milliseconds