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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4def.h 44 #define PV_MAX(a,b) ((a)>(b)? (a):(b))
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4def.h 116 #define PV_MAX(a,b) ((a)>(b)? (a):(b))

Completed in 190 milliseconds