Searched defs:ALIGN (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/libvideoeditor/lvpp/
H A DPreviewRenderer.h44 static size_t ALIGN(size_t x, size_t alignment) { function in class:android::PreviewRenderer
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_util.h152 #define ALIGN(ptr, bytePos) \ macro
/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp135 static int ALIGN(int x, int y) { function in namespace:android
173 size_t dst_c_stride = ALIGN(buf->stride / 2, 16);
206 size_t dst_c_stride = ALIGN(buf->stride / 2, 16);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A DarmCOMM_s.h267 ALIGN 2
290 AREA constdata_a$align, READONLY, DATA, ALIGN=$align variable
294 ALIGN (1<<$align)
864 ALIGN
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A DarmCOMM_s.h270 ALIGN 2
293 AREA constdata_a$align, READONLY, DATA, ALIGN=$align variable
297 ALIGN (1<<$align)
867 ALIGN

Completed in 958 milliseconds