Searched refs:cue_points_size (Results 1 – 3 of 3) sorted by relevance
1873 long cue_points_size = 0; in Init() local1898 if (!PreloadCuePoint(cue_points_size, idpos)) in Init()1907 bool Cues::PreloadCuePoint(long& cue_points_size, long long pos) const { in PreloadCuePoint() argument1911 if (m_preload_count >= cue_points_size) { in PreloadCuePoint()1912 const long n = (cue_points_size <= 0) ? 2048 : 2 * cue_points_size; in PreloadCuePoint()1929 cue_points_size = n; in PreloadCuePoint()