HomeSort by relevance Sort by last modified time
    Searched refs:GET_MEMORY32 (Results 1 - 2 of 2) sorted by null

  /frameworks/av/libvideoeditor/vss/common/inc/
M4_Utils.h 35 /* GET_MEMORY32 macro definition
38 #define GET_MEMORY32(x) (x)
40 #define GET_MEMORY32(x) ( (((x)&0xff)<<24) | (((x)&0xff00)<<8) |\
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditor3gpReader.cpp 181 retval=(M4OSA_UInt32)GET_MEMORY32(pStreamContext->\
190 M4OSA_UInt32 u_nextword = (M4OSA_UInt32)GET_MEMORY32(
249 retval=(M4OSA_UInt32)GET_MEMORY32(
257 M4OSA_UInt32 u_nextword = (M4OSA_UInt32)GET_MEMORY32(
    [all...]

Completed in 340 milliseconds