Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dvideodec_api11_sample.cpp301 int WRand = dis(rng); in WidthRand() local
302 if (WRand % EVEN_NUMBER != 0) { in WidthRand()
303 WRand = WRand + 1; in WidthRand()
305 cout << "WRand is = " << WRand << endl; in WidthRand()
306 return WRand; in WidthRand()