Searched refs:inputProducer (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/libs/gui/tests/ |
D | StreamSplitter_test.cpp | 60 sp<IGraphicBufferProducer> inputProducer; in TEST_F() local 62 BufferQueue::createBufferQueue(&inputProducer, &inputConsumer); in TEST_F() 78 ASSERT_EQ(OK, inputProducer->connect(new DummyProducerListener, in TEST_F() 85 inputProducer->dequeueBuffer(&slot, &fence, 0, 0, 0, GRALLOC_USAGE_SW_WRITE_OFTEN, in TEST_F() 87 ASSERT_EQ(OK, inputProducer->requestBuffer(slot, &buffer)); in TEST_F() 98 ASSERT_EQ(OK, inputProducer->queueBuffer(slot, qbInput, &qbOutput)); in TEST_F() 102 ASSERT_EQ(OK, inputProducer->allowAllocation(false)); in TEST_F() 119 inputProducer->dequeueBuffer(&slot, &fence, 0, 0, 0, GRALLOC_USAGE_SW_WRITE_OFTEN, in TEST_F() 126 sp<IGraphicBufferProducer> inputProducer; in TEST_F() local 128 BufferQueue::createBufferQueue(&inputProducer, &inputConsumer); in TEST_F() [all …]
|