Lines Matching refs:mProcThread
54 sp<ISVProcessor> ISVComponent::mProcThread = NULL; member in ISVComponent
85 mProcThread(NULL), in ISVComponent()
155 if (mProcThread == NULL) { in init()
156 … mProcThread = new ISVProcessor(false, mISVBufferManager, mProcThreadObserver, width, height); in init()
158 mProcThread->start(); in init()
179 if (mProcThread != NULL) { in deinit()
180 mProcThread->stop(); in deinit()
181 mProcThread = NULL; in deinit()
236 mProcThread->notifyFlush(); in ISV_SendCommand()
375 if (mProcThread != NULL) in ISV_SetParameter()
376 mProcThread->configFRC(video_def->xFramerate); in ISV_SetParameter()
681 mProcThread->addOutput(pBuffer); in ISV_FillThisBuffer()
736 mProcThread->addInput(pBuffer); in ISV_FillBufferDone()
783 mProcThread->waitFlushFinished(); in ISV_EventHandler()
807 mProcThread->notifyFlush(); in ISV_EventHandler()