Searched refs:QueueYUV420 (Results 1 – 3 of 3) sorted by relevance
72 status_t QueueYUV420(std::unique_ptr<JpegYUV420Job> job);
192 status_t JpegCompressor::QueueYUV420(std::unique_ptr<JpegYUV420Job> job) { in QueueYUV420() function in android::JpegCompressor
1110 jpeg_compressor_->QueueYUV420(std::move(jpeg_job)); in threadLoop()