Searched defs:STD_MIN (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A Dh264_utils.h52 #define STD_MIN(x,y) (((x) < (y)) ? (x) : (y)) macro
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Dh264_utils.h52 #define STD_MIN(x,y) (((x) < (y)) ? (x) : (y)) macro
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Dh264_utils.h52 #define STD_MIN(x,y) (((x) < (y)) ? (x) : (y)) macro
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A Dh264_utils.h52 #define STD_MIN(x,y) (((x) < (y)) ? (x) : (y)) macro

Completed in 34 milliseconds