Searched refs:lastmode (Results 1 – 2 of 2) sorted by relevance
465 int max1,max2,carrier,rx,mode,lastmode,default_carrier; in tvaudio_thread() local583 lastmode = 42; in tvaudio_thread()598 if (lastmode != mode) { in tvaudio_thread()600 lastmode = mode; in tvaudio_thread()
4318 lastmode = ''4324 if lastmode and lastmode != mode and num > 0:4327 list[lastmode]['med'][i] = s[int(len(s)//2)]4328 iMed[i] = tMed[i][list[lastmode]['med'][i]]4329 list[lastmode]['avg'] = [tAvg[0] / num, tAvg[1] / num]4330 list[lastmode]['min'] = tMin4331 list[lastmode]['max'] = tMax4332 list[lastmode]['idx'] = (iMin, iMed, iMax)4365 lastmode = mode4366 if lastmode and num > 0:[all …]