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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4def.h 45 #define PV_MIN(a,b) ((a)<(b)? (a):(b))
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4def.h 117 #define PV_MIN(a,b) ((a)<(b)? (a):(b))

Completed in 73 milliseconds