Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/rtsp/
DMyTransmitter.h49 static int uniformRand(int limit) { in uniformRand() function
87 mSeqNo(uniformRand(65536)), in MyTransmitter()
/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp1190 static double uniformRand() {
1399 size_t index = uniformRand() * mBandwidthItems.size(); in getBandwidthIndex()
1411 } else if (uniformRand() < 0.5) { in getBandwidthIndex()