Searched refs:input_stream (Results 1 – 3 of 3) sorted by relevance
454 const camera3_stream_t* input_stream, in ReprocessingSupported() argument457 if (!input_stream) { in ReprocessingSupported()468 supported_reprocess_outputs_.find(input_stream->format); in ReprocessingSupported()473 input_stream->format); in ReprocessingSupported()487 input_stream->format); in ReprocessingSupported()
633 camera3_stream_t input_stream = MakeStream(input_); in TEST_F() local636 EXPECT_TRUE(dut_->ReprocessingSupported(&input_stream, {&output_stream})); in TEST_F()640 camera3_stream_t input_stream = in TEST_F() local647 EXPECT_TRUE(dut_->ReprocessingSupported(&input_stream, in TEST_F()658 camera3_stream_t input_stream = MakeStream(input_); in TEST_F() local660 EXPECT_FALSE(dut_->ReprocessingSupported(&input_stream, {})); in TEST_F()664 camera3_stream_t input_stream = MakeStream(input_, false, true); in TEST_F() local670 EXPECT_FALSE(dut_->ReprocessingSupported(&input_stream, in TEST_F()
77 const camera3_stream_t* input_stream,