Lines Matching refs:maxFrameLength
915 int maxFrameLength; in checkTimeSlots() local
922 maxFrameLength = 3840; in checkTimeSlots()
926 maxFrameLength = 4096; in checkTimeSlots()
930 maxFrameLength = 4608; in checkTimeSlots()
940 maxFrameLength = 1920; in checkTimeSlots()
945 maxFrameLength = 2048; in checkTimeSlots()
948 maxFrameLength = 2304; in checkTimeSlots()
957 maxFrameLength = 7680; in checkTimeSlots()
960 maxFrameLength = 9216; in checkTimeSlots()
963 maxFrameLength = 8192; in checkTimeSlots()
978 while (len <= maxFrameLength) { in checkTimeSlots()