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

  /frameworks/native/libs/vr/libbufferhubqueue/tests/
buffer_hub_queue_producer-test.cpp 381 const int maxBuffers =
390 // Should now be able to dequeue up to maxBuffers times
396 ASSERT_EQ(NO_ERROR, mProducer->setMaxDequeuedBufferCount(maxBuffers));
406 for (int i = 0; i < maxBuffers; ++i) {
414 ASSERT_EQ(NO_ERROR, mProducer->setMaxDequeuedBufferCount(maxBuffers - 1));
425 const int maxBuffers =
433 EXPECT_EQ(BAD_VALUE, mProducer->setMaxDequeuedBufferCount(maxBuffers + 1))
434 << "bufferCount: " << maxBuffers + 1;
  /frameworks/native/libs/gui/tests/
IGraphicBufferProducer_test.cpp 498 const int maxBuffers = BufferQueue::NUM_BUFFER_SLOTS - minUndequeuedBuffers;
514 ASSERT_OK(mProducer->setMaxDequeuedBufferCount(maxBuffers));
524 // Should now be able to dequeue up to maxBuffers times
527 for (int i = 0; i < maxBuffers; ++i) {
540 ASSERT_OK(mProducer->setMaxDequeuedBufferCount(maxBuffers-1));
550 const int maxBuffers = BufferQueue::NUM_BUFFER_SLOTS - minUndequeuedBuffers;
556 EXPECT_EQ(BAD_VALUE, mProducer->setMaxDequeuedBufferCount(maxBuffers + 1))
557 << "bufferCount: " << maxBuffers + 1;
  /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 112 milliseconds