Home
last modified time | relevance | path

Searched defs:VideoEncoder (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.h104 struct VideoEncoder { struct
106 std::vector<VideoEncoderIn> ins; argument
107 std::vector<VideoEncoderOut> outs; argument
116 void ToJson(nlohmann::json &jsonObject, const VideoEncoder &videoEncoder); argument
/foundation/distributedhardware/distributed_hardware_fwk/utils/include/
Dhistreamer_ability_parser.h316 struct VideoEncoder { struct
318 std::vector<VideoEncoderIn> ins; argument
319 std::vector<VideoEncoderOut> outs; argument
324 void FromJson(const nlohmann::json &jsonObject, VideoEncoder &videoEncoder); argument