HomeSort by relevance Sort by last modified time
    Searched full:unread_frames (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/media/filters/
ffmpeg_audio_decoder.cc 327 const int unread_frames = output->frame_count() - av_frame_->nb_samples; local
328 DCHECK_GE(unread_frames, 0);
329 if (unread_frames > 0)
330 output->TrimEnd(unread_frames);

Completed in 60 milliseconds