Searched defs:minBound (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
D | h264bsd_util.h | 87 #define RANGE_CHECK(value, minBound, maxBound) \ argument 93 #define RANGE_CHECK(value, minBound, maxBound) argument 99 #define RANGE_CHECK_ARRAY(array, minBound, maxBound, length) \ argument 107 #define RANGE_CHECK_ARRAY(array, minBound, maxBound, length) argument
|