Home
last modified time | relevance | path

Searched refs:LoadDWORD (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/wrs_omxil_core/core/src/
Dintel_video_config_parser.cpp40 #define LoadDWORD( dw, p ) GetUnalignedDwordEx( p, dw ) macro
163 LoadDWORD(dwdat, pData); // Window width in intel_video_config_parser()
164 LoadDWORD(dwdat, pData); // Window height in intel_video_config_parser()
169 LoadDWORD(dwdat, pData); // Size of BMAPINFOHDR in intel_video_config_parser()
170 LoadDWORD(dwdat, pData); in intel_video_config_parser()
172 LoadDWORD(dwdat, pData); in intel_video_config_parser()
178 LoadDWORD(dwdat, pData); in intel_video_config_parser()
206 LoadDWORD(dwdat, pData); in intel_video_config_parser()
218 LoadDWORD(dwdat, pData); // prefix // this is little endian read sequence header in intel_video_config_parser()
219 LoadDWORD(dwdat, pData); in intel_video_config_parser()
/hardware/ti/omap3/omx/ti_omx_config_parser/src/
Dti_video_config_parser.cpp40 #define LoadDWORD( dw, p ) GetUnalignedDwordEx( p, dw ) macro
178 LoadDWORD(dwdat, pData); // Window width in ti_video_config_parser()
179 LoadDWORD(dwdat, pData); // Window height in ti_video_config_parser()
184 LoadDWORD(dwdat, pData); // Size of BMAPINFOHDR in ti_video_config_parser()
185 LoadDWORD(dwdat, pData); in ti_video_config_parser()
187 LoadDWORD(dwdat, pData); in ti_video_config_parser()
193 LoadDWORD(dwdat, pData); in ti_video_config_parser()
221 LoadDWORD(dwdat, pData); in ti_video_config_parser()
233 LoadDWORD(dwdat, pData); // prefix // this is little endian read sequence header in ti_video_config_parser()
234 LoadDWORD(dwdat, pData); in ti_video_config_parser()
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/
DOMX_WmaDec_Utils.h248 #define LoadDWORD( dw, p ) GetUnalignedDwordEx( p, dw ) macro