Home
last modified time | relevance | path

Searched defs:to (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/img/psb_video/src/
Dpsb_drv_debug.h118 #define DW(wd, sym, to, from) psb__debug_w(((uint32_t *)pasDmaList)[wd], "LLDMA: " #sym " = %d\n", … argument
119 #define DWH(wd, sym, to, from) psb__debug_w(((uint32_t *)pasDmaList)[wd], "LLDMA: " #sym " = %08x\n… argument
/hardware/qcom/audio/voice_processing/
Dvoice_processing.c164 #define BAD_STATE_ABORT(from, to) \ argument
/hardware/qcom/media/libc2dcolorconvert/
DC2DColorConverter.cpp40 #define ALIGN( num, to ) (((num) + (to-1)) & (~(to-1))) argument
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
Domx_video_base.cpp79 #define IS_NOT_ALIGNED( num, to) (num & (to-1)) argument
80 #define ALIGN( num, to ) (((num) + (to-1)) & (~(to-1))) argument
/hardware/ti/omap4xxx/hwc/
Dhwc.c498 static inline void m_scale1(float m[3], int from, int to) in m_scale1()
/hardware/ti/omap4-aah/hwc/
Dhwc.c687 static inline void m_scale1(float m[3], int from, int to) in m_scale1()