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