Home | History | Annotate | Download | only in libstagefright

Lines Matching defs:numBufs

1920     int numBufs = 0;
1974 numBufs = minUndequeuedBufs + 1;
1975 err = native_window_set_buffer_count(mNativeWindow.get(), numBufs);
1982 // We push numBufs + 1 buffers to ensure that we've drawn into the same
1986 for (int i = 0; i < numBufs + 1; i++) {