Searched refs:JpegYUV420Input (Results 1 – 2 of 2) sorted by relevance
43 struct JpegYUV420Input { struct48 JpegYUV420Input() : width(0), height(0), buffer_owner(false) { in JpegYUV420Input() argument50 ~JpegYUV420Input() { in ~JpegYUV420Input() argument57 JpegYUV420Input(const JpegYUV420Input&) = delete;58 JpegYUV420Input& operator=(const JpegYUV420Input&) = delete; argument62 std::unique_ptr<JpegYUV420Input> input;
849 auto jpeg_input = std::make_unique<JpegYUV420Input>(); in threadLoop()