Searched defs:VideoEncoder (Results 1 – 5 of 5) sorted by relevance
104 struct VideoEncoder { struct106 std::vector<VideoEncoderIn> ins; argument107 std::vector<VideoEncoderOut> outs; argument116 void ToJson(cJSON *jsonObject, const VideoEncoder &videoEncoder); argument
1 # VideoEncoder chapter
316 struct VideoEncoder { struct318 std::vector<VideoEncoderIn> ins; argument319 std::vector<VideoEncoderOut> outs; argument324 void FromJson(const cJSON *jsonObject, VideoEncoder &videoEncoder); argument
34 VideoEncoder::VideoEncoder(VideoCodecType type) : videoCodecType_(type) in VideoEncoder() function in OHOS::CameraStandard::VideoEncoder