Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dreference_picture_selection.cc53 bool send_refresh = false; in ReceivedSLI() local
58 send_refresh = true; in ReceivedSLI()
61 return send_refresh; in ReceivedSLI()
65 bool send_refresh, in EncodeFlags() argument
69 if (send_refresh && received_ack_) { in EncodeFlags()
Dreference_picture_selection.h49 int EncodeFlags(int picture_id, bool send_refresh, uint32_t now_ts);