Home
last modified time | relevance | path

Searched refs:total_frames (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/components/copresence/mediums/audio/
Daudio_player_unittest.cc46 int frames = 0, total_frames = 0; in GatherPlayedSamples() local
52 total_frames += frames; in GatherPlayedSamples()
56 } while (frames && total_frames < max_frame_count_); in GatherPlayedSamples()
/external/chromium_org/media/base/
Daudio_bus.cc92 static void CheckOverflow(int start_frame, int frames, int total_frames) { in CheckOverflow() argument
95 CHECK_GT(total_frames, 0); in CheckOverflow()
97 CHECK_LE(sum, total_frames); in CheckOverflow()
/external/chromium_org/v8/src/
Ddebug-debugger.js1810 var total_frames = this.exec_state_.frameCount();
1813 if (total_frames == 0) {
1815 totalFrames: total_frames
1833 var tmp_index = total_frames - from_index;
1834 from_index = total_frames - to_index;
1843 to_index = Math.min(total_frames, to_index);
1858 totalFrames: total_frames,