Searched refs:discard_start (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/media/base/
H A Daudio_discard_helper.cc132 size_t discard_start = decoder_delay_; local
135 // this buffer, the |discard_start| must be adjusted by the number of
140 discard_start -= frames_discarded_so_far;
146 CHECK_LT(discard_start, decoded_frames);
149 std::min(start_frames_to_discard, decoded_frames - discard_start);
164 decoded_buffer->TrimRange(discard_start, discard_start + frames_to_discard);

Completed in 83 milliseconds