HomeSort by relevance Sort by last modified time
    Searched full:getunalignedword (Results 1 - 3 of 3) sorted by null

  /hardware/intel/common/wrs_omxil_core/core/src/
intel_video_config_parser.cpp 25 #define GetUnalignedWord( pb, w ) \
33 #define GetUnalignedWordEx( pb, w ) GetUnalignedWord( pb, w ); (pb) += sizeof(uint16);
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_video_config_parser.cpp 25 #define GetUnalignedWord( pb, w ) \
33 #define GetUnalignedWordEx( pb, w ) GetUnalignedWord( pb, w ); (pb) += sizeof(uint16);
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/
OMX_WmaDec_Utils.h 237 #define GetUnalignedWord( pb, w ) \
245 #define GetUnalignedWordEx( pb, w ) GetUnalignedWord( pb, w ); (pb) += sizeof(OMX_U16);
    [all...]

Completed in 2768 milliseconds