HomeSort by relevance Sort by last modified time
    Searched refs:uniformRand (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/libstagefright/httplive/
LiveSource.cpp 67 static double uniformRand() {
125 size_t index = uniformRand() * mBandwidthItems.size();
131 if (uniformRand() < 0.5) {
  /frameworks/base/media/libstagefright/rtsp/
MyTransmitter.h 48 static int uniformRand(int limit) {
86 mSeqNo(uniformRand(65536)),

Completed in 816 milliseconds