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

  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
h264_utils.h 52 #define STD_MIN(x,y) (((x) < (y)) ? (x) : (y))
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h 52 #define STD_MIN(x,y) (((x) < (y)) ? (x) : (y))

Completed in 90 milliseconds