Searched refs:TrimEnd (Results 1 – 7 of 7) sorted by relevance
260 void AudioBuffer::TrimEnd(int frames_to_trim) { in TrimEnd() function in media::AudioBuffer309 TrimEnd(frames_to_trim); in TrimRange()
84 void TrimEnd(int frames_to_trim);
94 buffer->TrimEnd(trim_length); in TrimRangeTest()424 buffer->TrimEnd(ten_ms_of_frames); in TEST()440 buffer->TrimEnd(4 * ten_ms_of_frames); in TEST()
188 decoded_buffer->TrimEnd(end_frames_to_discard); in ProcessBuffers()
431 preroll->TrimEnd(preroll->frame_count() - frames_before_splice); in ExtractCrossfadeFromPreSplice()
477 output_buffer->get()->TrimEnd(trim_frames); in Decode()
330 output->TrimEnd(unread_frames); in FFmpegDecode()