Lines Matching refs:maxLockedBuffers
46 int maxLockedBuffers;
52 << p.maxLockedBuffers << ", F:0x"
66 params.maxLockedBuffers, params.format);
70 mCC = new CpuConsumer(consumer, params.maxLockedBuffers);
623 ASSERT_NO_FATAL_FAILURE(configureANW(mANW, params, params.maxLockedBuffers + 1));
630 for (int i = 0; i < params.maxLockedBuffers + 1; i++) {
638 CpuConsumer::LockedBuffer *b = new CpuConsumer::LockedBuffer[params.maxLockedBuffers];
639 for (int i = 0; i < params.maxLockedBuffers; i++) {
654 ALOGV("Locking frame %d (too many)", params.maxLockedBuffers);
663 ALOGV("Locking frame %d (should work now)", params.maxLockedBuffers);
680 ALOGV("Locking frame %d (no more available)", params.maxLockedBuffers + 1);
684 for (int i = 1; i < params.maxLockedBuffers; i++) {