HomeSort by relevance Sort by last modified time
    Searched defs:maxBuffers (Results 1 - 4 of 4) sorted by null

  /frameworks/native/libs/gui/tests/
IGraphicBufferProducer_test.cpp 502 const int maxBuffers = BufferQueue::NUM_BUFFER_SLOTS - minUndequeuedBuffers;
518 ASSERT_OK(mProducer->setMaxDequeuedBufferCount(maxBuffers));
528 // Should now be able to dequeue up to maxBuffers times
531 for (int i = 0; i < maxBuffers; ++i) {
545 ASSERT_OK(mProducer->setMaxDequeuedBufferCount(maxBuffers-1));
555 const int maxBuffers = BufferQueue::NUM_BUFFER_SLOTS - minUndequeuedBuffers;
561 EXPECT_EQ(BAD_VALUE, mProducer->setMaxDequeuedBufferCount(maxBuffers + 1))
562 << "bufferCount: " << maxBuffers + 1;
  /hardware/libhardware/tests/camera2/
camera2_utils.cpp 354 uint32_t maxBuffers = 2;
357 &id, &formatActual, &usage, &maxBuffers);
368 mMaxProducerBuffers = maxBuffers;
  /frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 

Completed in 201 milliseconds