Searched defs:VideoDecoder (Results 1 – 4 of 4) sorted by relevance
131 struct VideoDecoder { struct133 std::vector<VideoDecoderIn> ins; argument134 std::vector<VideoDecoderOut> outs; argument143 void ToJson(cJSON *jsonObject, const VideoDecoder &videoDecoder); argument
1 # VideoDecoder chapter
338 struct VideoDecoder { struct340 std::vector<VideoDecoderIn> ins; argument341 std::vector<VideoDecoderOut> outs; argument346 void FromJson(const cJSON *jsonObject, VideoDecoder &videoDecoder); argument