Home
last modified time | relevance | path

Searched refs:MAX_HEIGH (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/test/encoder/
DEncUT_SliceBufferReallocate.h7 #define MAX_HEIGH (2304) macro
DEncUT_SliceBufferReallocate.cpp216 pCtx->pSvcParam->iPicWidth = (((rand() % MAX_HEIGH) >> 4) << 4) + 16; in InitParam()