Searched refs:streamIndex (Results 1 – 6 of 6) sorted by relevance
/packages/services/Car/cpp/computepipe/tests/fuzz/ |
D | LocalPrebuildGraphFuzzer.cpp | 46 callback.SetPixelCallback([&numOutputStreamCallbacksReceived](int streamIndex, int64_t, in LLVMFuzzerTestOneInput() 48 ASSERT_TRUE(streamIndex == 0 || streamIndex == 1); in LLVMFuzzerTestOneInput() 49 numOutputStreamCallbacksReceived[streamIndex]++; in LLVMFuzzerTestOneInput() 54 [&numOutputStreamCallbacksReceived](int streamIndex, int64_t, std::string&&) { in LLVMFuzzerTestOneInput() argument 55 ASSERT_TRUE(streamIndex == 2 || streamIndex == 3); in LLVMFuzzerTestOneInput() 56 numOutputStreamCallbacksReceived[streamIndex]++; in LLVMFuzzerTestOneInput()
|
/packages/services/Car/cpp/computepipe/tests/runner/graph/ |
D | LocalPrebuiltGraphTest.cpp | 97 callback.SetPixelCallback([&numOutputStreamCallbacksReceived](int streamIndex, int64_t, in TEST() 99 ASSERT_TRUE(streamIndex == 0 || streamIndex == 1); in TEST() 100 numOutputStreamCallbacksReceived[streamIndex]++; in TEST() 105 [&numOutputStreamCallbacksReceived](int streamIndex, int64_t, std::string&&) { in TEST() argument 106 ASSERT_TRUE(streamIndex == 2 || streamIndex == 3); in TEST() 107 numOutputStreamCallbacksReceived[streamIndex]++; in TEST()
|
/packages/services/Car/cpp/computepipe/runner/graph/ |
D | LocalPrebuiltGraph.cpp | 292 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()
|
D | LocalPrebuiltGraph.h | 79 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,
|
D | GrpcGraph.h | 80 Status SetInputStreamData(int streamIndex, int64_t timestamp, 84 Status SetInputStreamPixelData(int streamIndex, int64_t timestamp,
|
/packages/services/Car/cpp/computepipe/runner/graph/include/ |
D | PrebuiltGraph.h | 62 virtual Status SetInputStreamData(int streamIndex, int64_t timestamp, 66 virtual Status SetInputStreamPixelData(int streamIndex, int64_t timestamp,
|