Searched refs:JpegYUV420Job (Results 1 – 3 of 3) sorted by relevance
60 struct JpegYUV420Job { struct72 status_t QueueYUV420(std::unique_ptr<JpegYUV420Job> job); argument79 std::queue<std::unique_ptr<JpegYUV420Job>> pending_yuv_jobs_;84 void CompressYUV420(std::unique_ptr<JpegYUV420Job> job);
192 status_t JpegCompressor::QueueYUV420(std::unique_ptr<JpegYUV420Job> job) { in QueueYUV420()214 std::unique_ptr<JpegYUV420Job> current_yuv_job = nullptr; in ThreadLoop()235 void JpegCompressor::CompressYUV420(std::unique_ptr<JpegYUV420Job> job) { in CompressYUV420()
1098 auto jpeg_job = std::make_unique<JpegYUV420Job>(); in threadLoop()