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

  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
reference_picture_selection.cc 53 bool send_refresh = false; local
58 send_refresh = true;
61 return send_refresh;
65 bool send_refresh,
69 if (send_refresh && received_ack_) {
reference_picture_selection.h 43 // |send_refresh| should be set to true if a decoder refresh should be
49 int EncodeFlags(int picture_id, bool send_refresh, uint32_t now_ts);

Completed in 81 milliseconds