HomeSort by relevance Sort by last modified time
    Searched refs:lib_surface_utils (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3HWI.h 502 void *lib_surface_utils; member in class:qcamera::QCamera3HardwareInterface
QCamera3HWI.cpp 419 lib_surface_utils = NULL;
422 lib_surface_utils = dlopen("libadreno_utils.so", RTLD_NOW);
423 if (lib_surface_utils) {
425 dlsym(lib_surface_utils, "get_gpu_pixel_alignment");
429 dlclose(lib_surface_utils);
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCamera2HWI.h 767 void *lib_surface_utils; member in class:qcamera::QCamera2HardwareInterface
QCamera2HWI.cpp     [all...]

Completed in 44 milliseconds