Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dvideodec_api11_sample.cpp289 int FRand = dis(rng); in FrameRand() local
290 if (FRand % EVEN_NUMBER != 0) { in FrameRand()
291 FRand = FRand + 1; in FrameRand()
293 cout << "FRand is = " << FRand << endl; in FrameRand()
294 return FRand; in FrameRand()