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

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DJpegProcessor.h64 bool mCaptureAvailable; member in class:android::camera2::JpegProcessor
H A DJpegProcessor.cpp45 mCaptureAvailable(false),
56 if (!mCaptureAvailable) {
57 mCaptureAvailable = true;
184 while (!mCaptureAvailable) {
189 mCaptureAvailable = false;

Completed in 85 milliseconds