Home
last modified time | relevance | path

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

/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(cJSON *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 cJSON *jsonObject, AudioDecoder &audioDecoder); argument