Searched refs:bufferPeriod (Results 1 – 2 of 2) sorted by relevance
21 bufferPeriod = 0; in MediaOutputInfo()154 bufferPeriod = ComputeBufferPeriod(); in CreateBufferGroup()157 int32 count = int32(downstreamLatency/bufferPeriod)+2; in CreateBufferGroup()159 downstreamLatency,bufferPeriod,count); in CreateBufferGroup()227 bigtime_t bufferPeriod = 25*1000; // default 25 milliseconds in ComputeBufferPeriod() local233 bufferPeriod = bigtime_t(1000.0 * 8.0 * ComputeBufferSize(format) in ComputeBufferPeriod()237 bufferPeriod = bigtime_t(1000.0 * 8.0 * ComputeBufferSize(format) in ComputeBufferPeriod()241 bufferPeriod = bigtime_t(1000.0 * 8.0 * ComputeBufferSize(format) in ComputeBufferPeriod()248 bufferPeriod = bigtime_t(1000000.0 in ComputeBufferPeriod()258 bufferPeriod = bigtime_t(1000000.0 * ComputeBufferSize(format) in ComputeBufferPeriod()[all …]
75 bigtime_t bufferPeriod; variable