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

/frameworks/av/libvideoeditor/vss/common/inc/
H A DM4_Utils.h35 /* GET_MEMORY32 macro definition
38 #define GET_MEMORY32(x) (x) macro
40 #define GET_MEMORY32(x) ( (((x)&0xff)<<24) | (((x)&0xff00)<<8) |\ macro

Completed in 42 milliseconds