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

/frameworks/av/services/camera/libcameraservice/camera2/
H A DJpegCompressor.cpp30 mIsBusy(false),
44 if (mIsBusy) {
49 mIsBusy = true;
143 return mIsBusy;
151 if (mBuffers.size() && mIsBusy) {
163 if (mIsBusy) {
187 mIsBusy = false;
H A DJpegCompressor.h67 bool mIsBusy; member in class:android::camera2::JpegCompressor

Completed in 94 milliseconds