Searched refs:lastmode (Results 1 – 2 of 2) sorted by relevance
475 int max1,max2,carrier,rx,mode,lastmode,default_carrier; in tvaudio_thread() local593 lastmode = 42; in tvaudio_thread()608 if (lastmode != mode) { in tvaudio_thread()610 lastmode = mode; in tvaudio_thread()
3523 lastmode = ''3529 if lastmode and lastmode != mode and num > 0:3532 list[lastmode]['med'][i] = s[int(len(s)/2)]3533 iMed[i] = tMed[i].index(list[lastmode]['med'][i])3534 list[lastmode]['avg'] = [tAvg[0] / num, tAvg[1] / num]3535 list[lastmode]['min'] = tMin3536 list[lastmode]['max'] = tMax3537 list[lastmode]['idx'] = (iMin, iMed, iMax)3562 lastmode = mode3563 if lastmode and num > 0:[all …]