Home
last modified time | relevance | path

Searched refs:mDebugLevelBumpPendingBuffers (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/omx/
DOMXNodeInstance.cpp369 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()
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DOMXNodeInstance.h182 size_t mDebugLevelBumpPendingBuffers[2]; member