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

  /frameworks/av/libvideoeditor/vss/src/
M4VSS3GPP_EditVideo.c 55 #define M4xVSS_ABS(a) ( ( (a) < (0) ) ? (-(a)) : (a) )
    [all...]
  /frameworks/av/libvideoeditor/vss/inc/
M4xVSS_Internal.h 57 #define M4xVSS_ABS(a) ( ( (a) < (0) ) ? (-(a)) : (a) )

Completed in 46 milliseconds