Home
last modified time | relevance | path

Searched defs:VideoDecoder (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.h131 struct VideoDecoder { struct
133 std::vector<VideoDecoderIn> ins; argument
134 std::vector<VideoDecoderOut> outs; argument
143 void ToJson(cJSON *jsonObject, const VideoDecoder &videoDecoder); argument
/foundation/distributedhardware/distributed_hardware_fwk/utils/include/
Dhistreamer_ability_parser.h338 struct VideoDecoder { struct
340 std::vector<VideoDecoderIn> ins; argument
341 std::vector<VideoDecoderOut> outs; argument
346 void FromJson(const cJSON *jsonObject, VideoDecoder &videoDecoder); argument