Searched refs:cue_points_size (Results 1 – 2 of 2) sorted by relevance
1879 long cue_points_size = 0; in Init() local1904 if (!PreloadCuePoint(cue_points_size, idpos)) in Init()1913 bool Cues::PreloadCuePoint(long& cue_points_size, long long pos) const { in PreloadCuePoint() argument1917 if (m_preload_count >= cue_points_size) { in PreloadCuePoint()1918 const long n = (cue_points_size <= 0) ? 2048 : 2 * cue_points_size; in PreloadCuePoint()1935 cue_points_size = n; in PreloadCuePoint()
1878 long cue_points_size = 0; in Init() local1903 if (!PreloadCuePoint(cue_points_size, idpos)) in Init()1912 bool Cues::PreloadCuePoint(long& cue_points_size, long long pos) const { in PreloadCuePoint() argument1916 if (m_preload_count >= cue_points_size) { in PreloadCuePoint()1917 const long n = (cue_points_size <= 0) ? 2048 : 2 * cue_points_size; in PreloadCuePoint()1934 cue_points_size = n; in PreloadCuePoint()