Searched refs:GetUnalignedWordEx (Results 1 – 3 of 3) sorted by relevance
/hardware/intel/common/wrs_omxil_core/core/src/ |
D | intel_video_config_parser.cpp | 33 #define GetUnalignedWordEx( pb, w ) GetUnalignedWord( pb, w ); (pb) += sizeof(uint16); macro 39 #define LoadWORD( w, p ) GetUnalignedWordEx( p, w )
|
/hardware/ti/omap3/omx/ti_omx_config_parser/src/ |
D | ti_video_config_parser.cpp | 33 #define GetUnalignedWordEx( pb, w ) GetUnalignedWord( pb, w ); (pb) += sizeof(uint16); macro 39 #define LoadWORD( w, p ) GetUnalignedWordEx( p, w )
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/ |
D | OMX_WmaDec_Utils.h | 245 #define GetUnalignedWordEx( pb, w ) GetUnalignedWord( pb, w ); (pb) += sizeof(OMX_U16); macro 247 #define LoadWORD( w, p ) GetUnalignedWordEx( p, w )
|