Searched refs:cue_points_size (Results 1 – 2 of 2) sorted by relevance
2169 long cue_points_size = 0; in Init() local2190 PreloadCuePoint(cue_points_size, idpos); in Init()2197 void Cues::PreloadCuePoint(long& cue_points_size, long long pos) const { in PreloadCuePoint() argument2200 if (m_preload_count >= cue_points_size) { in PreloadCuePoint()2201 const long n = (cue_points_size <= 0) ? 2048 : 2 * cue_points_size; in PreloadCuePoint()2215 cue_points_size = n; in PreloadCuePoint()
2167 long cue_points_size = 0; in Init() local2188 PreloadCuePoint(cue_points_size, idpos); in Init()2195 void Cues::PreloadCuePoint(long& cue_points_size, long long pos) const { in PreloadCuePoint() argument2198 if (m_preload_count >= cue_points_size) { in PreloadCuePoint()2199 const long n = (cue_points_size <= 0) ? 2048 : 2 * cue_points_size; in PreloadCuePoint()2213 cue_points_size = n; in PreloadCuePoint()