Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/libhardware/modules/camera/3_4/
H A Dstatic_properties_test.cpp637 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()
H A Dstatic_properties.h76 bool ReprocessingSupported(
H A Dstatic_properties.cpp453 bool StaticProperties::ReprocessingSupported( in ReprocessingSupported() function in default_camera_hal::StaticProperties