Home
last modified time | relevance | path

Searched refs:StreamConfigurationSupported (Results 1 – 4 of 4) sorted by relevance

/hardware/libhardware/modules/camera/3_4/
Dstatic_properties_test.cpp117 EXPECT_EQ(dut_->StreamConfigurationSupported(&config), expected); in ExpectConfigurationSupported()
435 EXPECT_FALSE(dut_->StreamConfigurationSupported(nullptr)); in TEST_F()
443 EXPECT_FALSE(dut_->StreamConfigurationSupported(&config)); in TEST_F()
454 EXPECT_FALSE(dut_->StreamConfigurationSupported(&config)); in TEST_F()
462 EXPECT_FALSE(dut_->StreamConfigurationSupported(&config)); in TEST_F()
629 EXPECT_FALSE(dut_->StreamConfigurationSupported(&config)); in TEST_F()
Dstatic_properties.h73 bool StreamConfigurationSupported(
Dstatic_properties.cpp254 bool StaticProperties::StreamConfigurationSupported( in StreamConfigurationSupported() function in default_camera_hal::StaticProperties
Dcamera.cpp237 if (!mStaticInfo->StreamConfigurationSupported(stream_config)) { in validateStreamConfiguration()