Home
last modified time | relevance | path

Searched defs:AudioDecoder (Results 1 – 3 of 3) sorted by relevance

/foundation/distributedhardware/distributed_audio/services/audioprocessor/decoder/include/
Daudio_decoder_callback.h29 class AudioDecoder; variable
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/include/
Dhistreamer_ability_querier.h78 struct AudioDecoder { struct
80 std::vector<AudioDecoderIn> ins; argument
81 std::vector<AudioDecoderOut> outs; argument
90 void ToJson(nlohmann::json &jsonObject, const AudioDecoder &audioDecoder); argument
/foundation/distributedhardware/distributed_hardware_fwk/utils/include/
Dhistreamer_ability_parser.h295 struct AudioDecoder { struct
297 std::vector<AudioDecoderIn> ins; argument
298 std::vector<AudioDecoderOut> outs; argument
303 void FromJson(const nlohmann::json &jsonObject, AudioDecoder &audioDecoder); argument