Searched refs:mCaptureAvailable (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/camera2/
H A DJpegProcessor.h60 bool mCaptureAvailable; member in class:android::camera2::JpegProcessor
H A DJpegProcessor.cpp43 mCaptureAvailable(false),
54 if (!mCaptureAvailable) {
55 mCaptureAvailable = true;
175 while (!mCaptureAvailable) {
180 mCaptureAvailable = false;

Completed in 37 milliseconds