Searched defs:to (Results 1 – 6 of 6) sorted by relevance
/hardware/intel/img/psb_video/src/ |
D | psb_drv_debug.h | 118 #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/ |
D | voice_processing.c | 164 #define BAD_STATE_ABORT(from, to) \ argument
|
/hardware/qcom/media/libc2dcolorconvert/ |
D | C2DColorConverter.cpp | 40 #define ALIGN( num, to ) (((num) + (to-1)) & (~(to-1))) argument
|
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/ |
D | omx_video_base.cpp | 79 #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/ |
D | hwc.c | 498 static inline void m_scale1(float m[3], int from, int to) in m_scale1()
|
/hardware/ti/omap4-aah/hwc/ |
D | hwc.c | 687 static inline void m_scale1(float m[3], int from, int to) in m_scale1()
|