Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc417 svc_drop_frame_.framedrop_thresh[i] = 0; in SetSvcRates()
775 memset(&svc_drop_frame_, 0, sizeof(svc_drop_frame_)); in InitAndSetControlSettings()
787 svc_drop_frame_.framedrop_mode = CONSTRAINED_FROM_ABOVE_DROP; in InitAndSetControlSettings()
791 svc_drop_frame_.max_consec_drop = 5; in InitAndSetControlSettings()
793 svc_drop_frame_.framedrop_thresh[i] = config_->rc_dropframe_thresh; in InitAndSetControlSettings()
802 svc_drop_frame_.framedrop_mode = in InitAndSetControlSettings()
807 svc_drop_frame_.max_consec_drop = std::numeric_limits<int>::max(); in InitAndSetControlSettings()
809 svc_drop_frame_.framedrop_thresh[i] = config_->rc_dropframe_thresh; in InitAndSetControlSettings()
813 &svc_drop_frame_); in InitAndSetControlSettings()
967 &svc_drop_frame_); in Encode()
[all …]
Dvp9_impl.h131 vpx_svc_frame_drop_t svc_drop_frame_; variable