Home
last modified time | relevance | path

Searched refs:JpegYUV420Input (Results 1 – 2 of 2) sorted by relevance

/hardware/google/camera/devices/EmulatedCamera/hwl/
DJpegCompressor.h43 struct JpegYUV420Input { struct
48 JpegYUV420Input() : width(0), height(0), buffer_owner(false) { in JpegYUV420Input() argument
50 ~JpegYUV420Input() { in ~JpegYUV420Input() argument
57 JpegYUV420Input(const JpegYUV420Input&) = delete;
58 JpegYUV420Input& operator=(const JpegYUV420Input&) = delete; argument
62 std::unique_ptr<JpegYUV420Input> input;
DEmulatedSensor.cpp849 auto jpeg_input = std::make_unique<JpegYUV420Input>(); in threadLoop()