Home
last modified time | relevance | path

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

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