Searched refs:mDebugLevelBumpPendingBuffers (Results 1 – 2 of 2) sorted by relevance
207 mDebugLevelBumpPendingBuffers[0] = 0; in OMXNodeInstance()208 mDebugLevelBumpPendingBuffers[1] = 0; in OMXNodeInstance()1297 mDebugLevelBumpPendingBuffers[kPortIndexInput] = numInputBuffers; in bumpDebugLevel_l()1300 mDebugLevelBumpPendingBuffers[kPortIndexOutput] = numOutputBuffers; in bumpDebugLevel_l()1306 if (mDebugLevelBumpPendingBuffers[portIndex]) { in unbumpDebugLevel_l()1307 --mDebugLevelBumpPendingBuffers[portIndex]; in unbumpDebugLevel_l()1309 if (!mDebugLevelBumpPendingBuffers[0] in unbumpDebugLevel_l()1310 && !mDebugLevelBumpPendingBuffers[1]) { in unbumpDebugLevel_l()
191 size_t mDebugLevelBumpPendingBuffers[2]; member