Searched refs:ReprocessingSupported (Results 1 – 3 of 3) sorted by relevance
637 EXPECT_TRUE(dut_->ReprocessingSupported(&input_stream, {&output_stream})); in TEST_F()648 EXPECT_TRUE(dut_->ReprocessingSupported(&input_stream, in TEST_F()655 EXPECT_FALSE(dut_->ReprocessingSupported(nullptr, {&output_stream})); in TEST_F()661 EXPECT_FALSE(dut_->ReprocessingSupported(&input_stream, {})); in TEST_F()671 EXPECT_FALSE(dut_->ReprocessingSupported(&input_stream, in TEST_F()
76 bool ReprocessingSupported(
453 bool StaticProperties::ReprocessingSupported( in ReprocessingSupported() function in default_camera_hal::StaticProperties