Searched refs:ALIGN32 (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/media/msm8974/libc2dcolorconvert/
H A DC2DColorConverter.cpp48 #define ALIGN32 32 macro
394 return ALIGN(width, ALIGN32) * 2; // RGB565 has width as twice
399 return ALIGN(width, ALIGN32) * 4;
427 return ALIGN(ALIGN(width, ALIGN128) * ALIGN(height, ALIGN32), ALIGN8K);
434 return ALIGN(width, ALIGN128) * ALIGN(height, ALIGN32);
448 size = ALIGN(width, ALIGN32) * ALIGN(height, ALIGN32) * 2;
453 size = mSrcStride * ALIGN(height, ALIGN32) * 4;
455 size = ALIGN(width, ALIGN32) * ALIGN(height, ALIGN32) *
[all...]
/hardware/qcom/media/msm8996/libc2dcolorconvert/
H A DC2DColorConverter.cpp48 #define ALIGN32 32 macro
427 return ALIGN(width, ALIGN32) * 2; // RGB565 has width as twice
432 return ALIGN(width, ALIGN32) * 4;
462 return ALIGN(ALIGN(width, ALIGN128) * ALIGN(height, ALIGN32), ALIGN8K);
469 return ALIGN(width, ALIGN128) * ALIGN(height, ALIGN32);
510 size = ALIGN((alignedw * height) + (ALIGN(width/2, ALIGN32) * (height/2) * 2), ALIGN4K);
522 alignedh = ALIGN(height, ALIGN32);
523 size = ALIGN(alignedw * alignedh, ALIGN8K) + ALIGN(alignedw * ALIGN(height/2, ALIGN32), ALIGN8K);
535 alignedh = ALIGN(height, ALIGN32);
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp150 #define ALIGN32 32 macro

Completed in 94 milliseconds