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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4def.h 43 #define PV_SIGN0(a) (((a)<0)? -1 : (((a)>0) ? 1 : 0))
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4def.h 115 #define PV_SIGN0(a) (((a)<0)? -1 : (((a)>0) ? 1 : 0))

Completed in 63 milliseconds