Searched refs:STD_MIN (Results 1 – 10 of 10) sorted by relevance
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
D | h264_utils.h | 52 #define STD_MIN(x,y) (((x) < (y)) ? (x) : (y)) macro
|
/hardware/qcom/sm8150/media/libarbitrarybytes/inc/ |
D | h264_utils.h | 52 #define STD_MIN(x,y) (((x) < (y)) ? (x) : (y)) macro
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | h264_utils.h | 52 #define STD_MIN(x,y) (((x) < (y)) ? (x) : (y)) macro
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
D | h264_utils.h | 52 #define STD_MIN(x,y) (((x) < (y)) ? (x) : (y)) macro
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/ |
D | h264_utils.h | 52 #define STD_MIN(x,y) (((x) < (y)) ? (x) : (y)) macro
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | h264_utils.cpp | 120 s = static_cast<uint32>STD_MIN(static_cast<int>(8 - bit), in u()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | h264_utils.cpp | 120 s = static_cast<uint32>STD_MIN(static_cast<int>(8 - bit), in u()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
D | h264_utils.cpp | 120 s = static_cast<uint32>STD_MIN(static_cast<int>(8 - bit), in u()
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
D | h264_utils.cpp | 127 s = static_cast<uint32>STD_MIN(static_cast<int>(8 - bit), in u()
|
/hardware/qcom/sm8150/media/libarbitrarybytes/src/ |
D | h264_utils.cpp | 118 s = static_cast<uint32>STD_MIN(static_cast<int>(8 - bit), in u()
|