Home
last modified time | relevance | path

Searched refs:testStream (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/camera/provider/aidl/vts/
Dcamera_aidl_test.cpp2282 Stream testStream; in processCaptureRequestInternal() local
2290 &session /*out*/, &testStream /*out*/, &halStreams /*out*/, in processCaptureRequestInternal()
2340 testStream.width, testStream.height, in processCaptureRequestInternal()
2384 ASSERT_EQ(testStream.id, inflightReq->resultOutputBuffers[0].buffer.streamId); in processCaptureRequestInternal()
2436 ASSERT_EQ(testStream.id, inflightReq->resultOutputBuffers[0].buffer.streamId); in processCaptureRequestInternal()
2440 verifyBuffersReturned(session, testStream.id, cb); in processCaptureRequestInternal()
2796 Stream testStream; in processPreviewStabilizationCaptureRequestInternal() local
2804 RequestTemplate::PREVIEW, &session /*out*/, &testStream /*out*/, in processPreviewStabilizationCaptureRequestInternal()
2868 allocateGraphicBuffer(testStream.width, testStream.height, in processPreviewStabilizationCaptureRequestInternal()
2906 ASSERT_EQ(testStream.id, inflightReq->resultOutputBuffers[0].buffer.streamId); in processPreviewStabilizationCaptureRequestInternal()
[all …]
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp4718 V3_2::Stream testStream; in processCaptureRequestInternal() local
4726 reqTemplate, &session /*out*/, &testStream /*out*/, in processCaptureRequestInternal()
4768 allocateGraphicBuffer(testStream.width, testStream.height, in processCaptureRequestInternal()
4820 ASSERT_EQ(testStream.id, inflightReq.resultOutputBuffers[0].streamId); in processCaptureRequestInternal()
4858 ASSERT_EQ(testStream.id, inflightReq.resultOutputBuffers[0].streamId); in processCaptureRequestInternal()
4862 verifyBuffersReturned(session, deviceVersion, testStream.id, cb); in processCaptureRequestInternal()