Lines Matching refs:maxFrameLength
930 int maxFrameLength; in checkTimeSlots() local
937 maxFrameLength = 3840; in checkTimeSlots()
941 maxFrameLength = 4096; in checkTimeSlots()
945 maxFrameLength = 4608; in checkTimeSlots()
955 maxFrameLength = 1920; in checkTimeSlots()
960 maxFrameLength = 2048; in checkTimeSlots()
963 maxFrameLength = 2304; in checkTimeSlots()
972 maxFrameLength = 7680; in checkTimeSlots()
975 maxFrameLength = 9216; in checkTimeSlots()
978 maxFrameLength = 8192; in checkTimeSlots()
993 while (len <= maxFrameLength) { in checkTimeSlots()