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

/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp367 static double uniformRand() { function in namespace:android
410 size_t index = uniformRand() * mBandwidthItems.size();
420 } else if (uniformRand() < 0.5) {
/frameworks/av/media/libstagefright/rtsp/
H A DMyTransmitter.h48 static int uniformRand(int limit) { function in namespace:android
86 mSeqNo(uniformRand(65536)),

Completed in 7 milliseconds