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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4def.h 42 #define PV_SIGN(x) (((x)<0)? -1 : 1)
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4def.h 114 #define PV_SIGN(x) (((x)<0)? -1 : 1)

Completed in 28 milliseconds