Searched refs:mDebugLevelBumpPendingBuffers (Results 1 – 2 of 2) sorted by relevance
369 mDebugLevelBumpPendingBuffers[0] = 0; in OMXNodeInstance()370 mDebugLevelBumpPendingBuffers[1] = 0; in OMXNodeInstance()1804 mDebugLevelBumpPendingBuffers[kPortIndexInput] = numInputBuffers; in bumpDebugLevel_l()1807 mDebugLevelBumpPendingBuffers[kPortIndexOutput] = numOutputBuffers; in bumpDebugLevel_l()1813 if (mDebugLevelBumpPendingBuffers[portIndex]) { in unbumpDebugLevel_l()1814 --mDebugLevelBumpPendingBuffers[portIndex]; in unbumpDebugLevel_l()1816 if (!mDebugLevelBumpPendingBuffers[0] in unbumpDebugLevel_l()1817 && !mDebugLevelBumpPendingBuffers[1]) { in unbumpDebugLevel_l()
182 size_t mDebugLevelBumpPendingBuffers[2]; member