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

  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/sec/
SEC_OMX_Macros.h 38 #define ALIGN_TO_128B(x) ((((x) + (1 << 7) - 1) >> 7) << 7)
  /device/samsung/crespo/include/
sec_utils.h 231 #define ALIGN_TO_128B(x) ((((x) + (1 << 7) - 1) >> 7) << 7)
303 frame_size = ALIGN_TO_8KB(ALIGN_TO_128B(w) * ALIGN_TO_32B(h))
304 + ALIGN_TO_8KB(ALIGN_TO_128B(w) * ALIGN_TO_32B(h >> 1));
  /device/samsung/crespo/libcamera/
SecCamera.cpp 56 #define ALIGN_TO_128B(x) ((((x) + (1 << 7) - 1) >> 7) << 7)
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/
mfc_interface.h 60 #define ALIGN_TO_128B(x) ((((x) + (1 << 7) - 1) >> 7) << 7)

Completed in 100 milliseconds