Searched refs:ALIGN (Results 101 - 102 of 102) sorted by relevance

12345

/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp149 #define ALIGN( num, to ) (((num) + (to-1)) & (~(to-1))) macro
9279 return ALIGN(omx->drv_ctx.video_resolution.frame_width, ALIGN16);
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
H A DExynos_OMX_Mpeg4enc.c1976 nAllocLen[1] = ALIGN(nAllocLen[0]/2,256);

Completed in 460 milliseconds

12345