Searched refs:ReprocessingSupported (Results 1 – 3 of 3) sorted by relevance
636 EXPECT_TRUE(dut_->ReprocessingSupported(&input_stream, {&output_stream})); in TEST_F()647 EXPECT_TRUE(dut_->ReprocessingSupported(&input_stream, in TEST_F()654 EXPECT_FALSE(dut_->ReprocessingSupported(nullptr, {&output_stream})); in TEST_F()660 EXPECT_FALSE(dut_->ReprocessingSupported(&input_stream, {})); in TEST_F()670 EXPECT_FALSE(dut_->ReprocessingSupported(&input_stream, in TEST_F()
76 bool ReprocessingSupported(
453 bool StaticProperties::ReprocessingSupported( in ReprocessingSupported() function in default_camera_hal::StaticProperties