Home
last modified time | relevance | path

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

/external/libxcam/xcore/base/
Dxcam_defs.h94 #undef XCAM_CL_MAX_STR_SIZE
95 #define XCAM_CL_MAX_STR_SIZE 1024 macro
/external/libxcam/modules/ocl/
Dcl_device.cpp149 if (sz >= XCAM_CL_MAX_STR_SIZE) { in init()
150 sz = XCAM_CL_MAX_STR_SIZE - 1; in init()
Dcl_device.h87 char _platform_name[XCAM_CL_MAX_STR_SIZE];
Dcl_context.cpp60 char kernel_names [XCAM_CL_MAX_STR_SIZE]; in program_pfn_notify()