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

  /external/libhevc/common/
ihevc_macros.h 49 #define ALIGN32(x) ((((x) + 31) >> 5) << 5)
  /hardware/qcom/media/libc2dcolorconvert/
C2DColorConverter.cpp 45 #define ALIGN32 32
391 return ALIGN(width, ALIGN32) * 2; // RGB565 has width as twice
396 return ALIGN(width, ALIGN32) * 4;
424 return ALIGN(ALIGN(width, ALIGN128) * ALIGN(height, ALIGN32), ALIGN8K);
431 return ALIGN(width, ALIGN128) * ALIGN(height, ALIGN32);
445 size = ALIGN(width, ALIGN32) * ALIGN(height, ALIGN32) * 2;
450 size = mSrcStride * ALIGN(height, ALIGN32) * 4;
452 size = ALIGN(width, ALIGN32) * ALIGN(height, ALIGN32) * 4
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp 150 #define ALIGN32 32
    [all...]

Completed in 4105 milliseconds