Home
last modified time | relevance | path

Searched defs:streamIndex (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/computepipe/runner/graph/
DLocalPrebuiltGraph.cpp292 Status LocalPrebuiltGraph::SetInputStreamData(int streamIndex, int64_t timestamp, in SetInputStreamData()
306 Status LocalPrebuiltGraph::SetInputStreamPixelData(int streamIndex, int64_t timestamp, in SetInputStreamPixelData()
367 void LocalPrebuiltGraph::OutputStreamCallbackFunction(void* cookie, int streamIndex, in OutputStreamCallbackFunction()
379 void LocalPrebuiltGraph::OutputPixelStreamCallbackFunction(void* cookie, int streamIndex, in OutputPixelStreamCallbackFunction()
/packages/services/Car/computepipe/tests/runner/graph/
DLocalPrebuiltGraphTest.cpp142 [&numOutputStreamCallbacksReceived](int streamIndex, int64_t, std::string&&) { in TEST()