| 25 | } |
| 26 | |
| 27 | void VpiQueue::Synchronize() |
| 28 | { |
| 29 | VPI_ASSERT(Driver::StreamSync(kStream)); |
| 30 | } |
| 31 | |
| 32 | EXPORT_C_FUNC XResult VpiQueueCreate(HwQueueHandle *hwq, VPIStream stream) |
| 33 | { |
nothing calls this directly
no outgoing calls
no test coverage detected