Home
last modified time | relevance | path

Searched refs:streamIndex (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/computepipe/tests/runner/graph/
DLocalPrebuiltGraphTest.cpp134 callback.SetPixelCallback([&numOutputStreamCallbacksReceived](int streamIndex, int64_t, in TEST()
136 ASSERT_TRUE(streamIndex == 0 || streamIndex == 1); in TEST()
137 numOutputStreamCallbacksReceived[streamIndex]++; in TEST()
142 [&numOutputStreamCallbacksReceived](int streamIndex, int64_t, std::string&&) { in TEST() argument
143 ASSERT_TRUE(streamIndex == 2 || streamIndex == 3); in TEST()
144 numOutputStreamCallbacksReceived[streamIndex]++; in TEST()
/packages/services/Car/computepipe/runner/graph/
DLocalPrebuiltGraph.cpp292 Status LocalPrebuiltGraph::SetInputStreamData(int streamIndex, int64_t timestamp, in SetInputStreamData() argument
300 mappedFn(streamIndex, timestamp, in SetInputStreamData()
306 Status LocalPrebuiltGraph::SetInputStreamPixelData(int streamIndex, int64_t timestamp, in SetInputStreamPixelData() argument
317 mappedFn(streamIndex, timestamp, inputFrame.getFramePtr(), in SetInputStreamPixelData()
367 void LocalPrebuiltGraph::OutputStreamCallbackFunction(void* cookie, int streamIndex, in OutputStreamCallbackFunction() argument
374 engineInterface->DispatchSerializedData(streamIndex, timestamp, in OutputStreamCallbackFunction()
379 void LocalPrebuiltGraph::OutputPixelStreamCallbackFunction(void* cookie, int streamIndex, in OutputPixelStreamCallbackFunction() argument
389 engineInterface->DispatchPixelData(streamIndex, timestamp, frame); in OutputPixelStreamCallbackFunction()
DLocalPrebuiltGraph.h79 Status SetInputStreamData(int streamIndex, int64_t timestamp,
83 Status SetInputStreamPixelData(int streamIndex, int64_t timestamp,
104 static void OutputPixelStreamCallbackFunction(void* cookie, int streamIndex, int64_t timestamp,
107 static void OutputStreamCallbackFunction(void* cookie, int streamIndex, int64_t timestamp,
DGrpcGraph.h80 Status SetInputStreamData(int streamIndex, int64_t timestamp,
84 Status SetInputStreamPixelData(int streamIndex, int64_t timestamp,
/packages/services/Car/computepipe/runner/graph/include/
DPrebuiltGraph.h62 virtual Status SetInputStreamData(int streamIndex, int64_t timestamp,
66 virtual Status SetInputStreamPixelData(int streamIndex, int64_t timestamp,