Searched refs:mDebugLevelBumpPendingBuffers (Results 1 – 2 of 2) sorted by relevance
183 mDebugLevelBumpPendingBuffers[0] = 0; in OMXNodeInstance()184 mDebugLevelBumpPendingBuffers[1] = 0; in OMXNodeInstance()999 mDebugLevelBumpPendingBuffers[kPortIndexInput] = numInputBuffers; in bumpDebugLevel_l()1002 mDebugLevelBumpPendingBuffers[kPortIndexOutput] = numOutputBuffers; in bumpDebugLevel_l()1008 if (mDebugLevelBumpPendingBuffers[portIndex]) { in unbumpDebugLevel_l()1009 --mDebugLevelBumpPendingBuffers[portIndex]; in unbumpDebugLevel_l()1011 if (!mDebugLevelBumpPendingBuffers[0] in unbumpDebugLevel_l()1012 && !mDebugLevelBumpPendingBuffers[1]) { in unbumpDebugLevel_l()
160 size_t mDebugLevelBumpPendingBuffers[2]; member