Home
last modified time | relevance | path

Searched refs:input_stream (Results 1 – 3 of 3) sorted by relevance

/hardware/libhardware/modules/camera/3_4/
Dstatic_properties.cpp454 const camera3_stream_t* input_stream, in ReprocessingSupported() argument
457 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()
Dstatic_properties_test.cpp633 camera3_stream_t input_stream = MakeStream(input_); in TEST_F() local
636 EXPECT_TRUE(dut_->ReprocessingSupported(&input_stream, {&output_stream})); in TEST_F()
640 camera3_stream_t input_stream = in TEST_F() local
647 EXPECT_TRUE(dut_->ReprocessingSupported(&input_stream, in TEST_F()
658 camera3_stream_t input_stream = MakeStream(input_); in TEST_F() local
660 EXPECT_FALSE(dut_->ReprocessingSupported(&input_stream, {})); in TEST_F()
664 camera3_stream_t input_stream = MakeStream(input_, false, true); in TEST_F() local
670 EXPECT_FALSE(dut_->ReprocessingSupported(&input_stream, in TEST_F()
Dstatic_properties.h77 const camera3_stream_t* input_stream,