Searched refs:mDebugLevelBumpPendingBuffers (Results 1 – 2 of 2) sorted by relevance
445 mDebugLevelBumpPendingBuffers[0] = 0; in OMXNodeInstance()446 mDebugLevelBumpPendingBuffers[1] = 0; in OMXNodeInstance()1893 mDebugLevelBumpPendingBuffers[kPortIndexInput] = numInputBuffers; in bumpDebugLevel_l()1896 mDebugLevelBumpPendingBuffers[kPortIndexOutput] = numOutputBuffers; in bumpDebugLevel_l()1902 if (mDebugLevelBumpPendingBuffers[portIndex]) { in unbumpDebugLevel_l()1903 --mDebugLevelBumpPendingBuffers[portIndex]; in unbumpDebugLevel_l()1905 if (!mDebugLevelBumpPendingBuffers[0] in unbumpDebugLevel_l()1906 && !mDebugLevelBumpPendingBuffers[1]) { in unbumpDebugLevel_l()
182 size_t mDebugLevelBumpPendingBuffers[2]; member