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

  /device/samsung/crespo/libstagefrighthw/
SecHardwareRenderer.cpp 32 #define CACHEABLE_BUFFERS 0x1
104 mOverlay->setParameter(CACHEABLE_BUFFERS, 0);
  /hardware/ti/omap3/libstagefrighthw/
TIHardwareRenderer.cpp 28 #define CACHEABLE_BUFFERS 0x1
67 mOverlay->setParameter(CACHEABLE_BUFFERS, 0);
  /hardware/ti/omap3/libopencorehw/
android_surface_output_omap34xx.cpp 60 #define CACHEABLE_BUFFERS 0x1
121 mOverlay->setParameter(CACHEABLE_BUFFERS, 0);
  /hardware/ti/omap3/liboverlay/
overlay.cpp 51 #define CACHEABLE_BUFFERS 0x1
120 int cacheable_buffers; member in struct:overlay_data_context_t
767 ctx->cacheable_buffers = 0;
844 ctx->cacheable_buffers);
880 if (param == CACHEABLE_BUFFERS)
881 ctx->cacheable_buffers = value;
    [all...]
  /device/samsung/crespo/liboverlay/
overlay.cpp 55 #define CACHEABLE_BUFFERS 0x1
136 int cacheable_buffers; member in struct:overlay_data_context_t
1067 ctx->cacheable_buffers = 0;
    [all...]
  /device/samsung/crespo/libcamera/
SecCameraHWInterface.cpp 31 #define CACHEABLE_BUFFERS 0x1
    [all...]

Completed in 831 milliseconds