Home
last modified time | relevance | path

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

/external/chromium_org/media/filters/
Dopus_audio_decoder.cc475 const int trim_frames = output_buffer->get()->frame_count() - frames_decoded; in Decode() local
476 if (trim_frames > 0) in Decode()
477 output_buffer->get()->TrimEnd(trim_frames); in Decode()