Home
last modified time | relevance | path

Searched refs:streamCustomerVideo (Results 1 - 1 of 1) sorted by relevance

/drivers/peripheral/camera/test/ut/usb_camera/
H A Dusb_camera_test.cpp1772 auto streamCustomerVideo = std::make_shared<StreamCustomer>(); in TEST_F() local
1786 streamInfo.bufferQueue_ = new BufferProducerSequenceable(streamCustomerVideo->CreateProducer()); in TEST_F()
1797 streamCustomerVideo->ReceiveFrameOn([this](const unsigned char *addr, const uint32_t size) { in TEST_F()
1824 streamCustomerVideo->ReceiveFrameOff(); in TEST_F()
1844 auto streamCustomerVideo = std::make_shared<StreamCustomer>(); in TEST_F() local
1858 streamInfo.bufferQueue_ = new (std::nothrow) BufferProducerSequenceable(streamCustomerVideo->CreateProducer()); in TEST_F()
1869 streamCustomerVideo->ReceiveFrameOn([this](const unsigned char *addr, const uint32_t size) { in TEST_F()
1896 streamCustomerVideo->ReceiveFrameOff(); in TEST_F()

Completed in 4 milliseconds