HomeSort by relevance Sort by last modified time
    Searched refs:mProcThread (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/utils/ISV/omx/
isv_omxcomponent.cpp 54 sp<ISVProcessor> ISVComponent::mProcThread = NULL;
85 mProcThread(NULL),
155 if (mProcThread == NULL) {
156 mProcThread = new ISVProcessor(false, mISVBufferManager, mProcThreadObserver, width, height);
158 mProcThread->start();
179 if (mProcThread != NULL) {
180 mProcThread->stop();
181 mProcThread = NULL;
236 mProcThread->notifyFlush();
375 if (mProcThread != NULL
    [all...]
  /hardware/intel/common/utils/ISV/include/
isv_omxcomponent.h 298 sp<ISVProcessor> mProcThread;
300 static sp<ISVProcessor> mProcThread;
302 // protect create mProcThread instance

Completed in 127 milliseconds