Searched defs:MIN_SIZE (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dstun.h278 enum { MIN_SIZE = 4 }; enumerator in enum:cricket::StunErrorCodeAttribute::__anon3204
280 static const uint16 MIN_SIZE = 4; member in class:cricket::StunErrorCodeAttribute
/external/skia/src/gpu/
H A DGrContext.cpp436 static const int MIN_SIZE = 256; local
437 desc.fWidth = GrMax(MIN_SIZE, GrNextPow2(desc.fWidth));
438 desc.fHeight = GrMax(MIN_SIZE, GrNextPow2(desc.fHeight));

Completed in 81 milliseconds