HomeSort by relevance Sort by last modified time
    Searched refs:frames_ahead (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/media/cast/receiver/
audio_decoder.cc 50 const uint32 frames_ahead = encoded_frame->frame_id - last_frame_id_; local
51 if (frames_ahead > 1) {
video_decoder.cc 51 const uint32 frames_ahead = encoded_frame->frame_id - last_frame_id_; local
52 if (frames_ahead > 1) {

Completed in 2582 milliseconds