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

  /hardware/intel/common/libstagefrighthw/
WrsOMXPlugin.cpp 94 mCores.push_back(core);
104 for (OMX_U32 i = 0; i < mCores.size(); i++) {
105 if (mCores[i] != NULL && mCores[i]->mLibHandle != NULL) {
106 (*(mCores[i]->mDeinit))();
108 dlclose(mCores[i]->mLibHandle);
109 free(mCores[i]);
119 for (OMX_U32 i = 0; i < mCores.size(); i++) {
120 if (mCores[i] != NULL) {
121 if (mCores[i]->mLibHandle == NULL)
    [all...]
WrsOMXPlugin.h 99 Vector<WrsOMXCore*> mCores;

Completed in 41 milliseconds