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

  /device/google/marlin/camera/QCamera2/HAL/
QCamera2HWI.h 776 int (*LINK_get_surface_pixel_alignment)();
QCamera2HWI.cpp     [all...]
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3HWI.h 583 int (*LINK_get_surface_pixel_alignment)();
QCamera3HWI.cpp 463 LINK_get_surface_pixel_alignment = NULL;
468 *(void **)&LINK_get_surface_pixel_alignment =
470 if (LINK_get_surface_pixel_alignment) {
471 mSurfaceStridePadding = LINK_get_surface_pixel_alignment();
    [all...]

Completed in 181 milliseconds