Searched refs:JpegYUV420Job (Results 1 – 3 of 3) sorted by relevance
61 struct JpegYUV420Job { struct73 status_t QueueYUV420(std::unique_ptr<JpegYUV420Job> job); argument80 std::queue<std::unique_ptr<JpegYUV420Job>> pending_yuv_jobs_;85 void CompressYUV420(std::unique_ptr<JpegYUV420Job> job);
64 status_t JpegCompressor::QueueYUV420(std::unique_ptr<JpegYUV420Job> job) { in QueueYUV420()86 std::unique_ptr<JpegYUV420Job> current_yuv_job = nullptr; in ThreadLoop()107 void JpegCompressor::CompressYUV420(std::unique_ptr<JpegYUV420Job> job) { in CompressYUV420()
883 auto jpeg_job = std::make_unique<JpegYUV420Job>(); in threadLoop()