Searched refs:YUV_LIB_PATH (Results 1 – 3 of 3) sorted by relevance
29 const std::string YUV_LIB_PATH = "libyuv.z.so"; variable31 const std::string YUV_LIB_PATH = "libyuv.z.so";49 dlHandler_ = dlopen(YUV_LIB_PATH.c_str(), RTLD_LAZY | RTLD_NODELETE); in InitConverter()
34 const std::string YUV_LIB_PATH = "libyuv.z.so"; variable254 dlHandler_ = dlopen(YUV_LIB_PATH.c_str(), RTLD_LAZY | RTLD_NODELETE); in InitConverter()
31 const std::string YUV_LIB_PATH = "libyuv.z.so"; variable62 dlHandler_ = dlopen(YUV_LIB_PATH.c_str(), RTLD_LAZY | RTLD_NODELETE); in LoadLibYuv()