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

  /device/google/marlin/camera/QCamera2/HAL/
QCamera2HWI.h 775 void *lib_surface_utils; member in class:qcamera::QCamera2HardwareInterface
QCamera2HWI.cpp     [all...]
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3HWI.h 582 void *lib_surface_utils; member in class:qcamera::QCamera3HardwareInterface
QCamera3HWI.cpp 462 lib_surface_utils = NULL;
466 lib_surface_utils = dlopen("libadreno_utils.so", RTLD_NOW);
467 if (lib_surface_utils) {
469 dlsym(lib_surface_utils, "get_gpu_pixel_alignment");
473 dlclose(lib_surface_utils);
    [all...]

Completed in 774 milliseconds