Lines Matching refs:mOutputThread
144 if (mOutputThread == nullptr) { in initialize()
148 mOutputThread->setExifMakeModel(mExifMake, mExifModel); in initialize()
170 mOutputThread->run("ExtCamOut", PRIORITY_DISPLAY); in initialize()
184 mOutputThread = new OutputThread(this, mCroppingType, mCameraCharacteristics); in initOutputThread()
192 if (mOutputThread) { in closeOutputThreadImpl()
193 mOutputThread->flush(); in closeOutputThreadImpl()
194 mOutputThread->requestExit(); in closeOutputThreadImpl()
195 mOutputThread->join(); in closeOutputThreadImpl()
196 mOutputThread.clear(); in closeOutputThreadImpl()
294 mOutputThread->dump(fd); in dumpState()
470 mOutputThread->flush(); in flush()
741 mOutputThread->submitRequest(halReq); in processOneCaptureRequest()
2390 status = mOutputThread->allocateIntermediateBuffers(v4lSize, in configureStreams()