Home | History | Annotate | Download | only in libstagefright

Lines Matching defs:numBufs

2436     int numBufs = 0;
2482 numBufs = minUndequeuedBufs + 1;
2483 err = native_window_set_buffer_count(mNativeWindow.get(), numBufs);
2490 // We push numBufs + 1 buffers to ensure that we've drawn into the same
2494 for (int i = 0; i < numBufs + 1; i++) {