Home
last modified time | relevance | path

Searched refs:g_exampleVendorTagLib (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/camera/test/ut/v4l2/
H A Dcamera_vendor_tag_test.cpp21 const char* g_exampleVendorTagLib = "libcamera_example_vendor_tag_impl.z.so"; variable
162 void* libHandle = dlopen(g_exampleVendorTagLib, RTLD_LAZY); in TEST_F()
164 GTEST_SKIP() << "please push " << g_exampleVendorTagLib << " to the device." << std::endl; in TEST_F()
211 void* libHandle = dlopen(g_exampleVendorTagLib, RTLD_LAZY); in TEST_F()
213 GTEST_SKIP() << "please push " << g_exampleVendorTagLib << " to the device." << std::endl; in TEST_F()
/ohos5.0/drivers/interface/camera/metadata/src/
H A Dcamera_metadata_info.cpp28 const char* g_exampleVendorTagLib = "libcamera_example_vendor_tag_impl.z.so"; variable
582 libHandle = dlopen(g_exampleVendorTagLib, RTLD_LAZY); in LoadVendorTagImpl()