Home
last modified time | relevance | path

Searched refs:UpdateWithEncodedData (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/webrtc/api/
H A Dfec_controller.h77 virtual void UpdateWithEncodedData(
/aosp_15_r20/external/webrtc/modules/video_coding/
H A Dfec_controller_default.h50 void UpdateWithEncodedData(size_t encoded_image_length,
H A Dfec_controller_default.cc182 void FecControllerDefault::UpdateWithEncodedData( in UpdateWithEncodedData() function in webrtc::FecControllerDefault
/aosp_15_r20/external/webrtc/call/
H A Drtp_video_sender.cc555 fec_controller_->UpdateWithEncodedData(encoded_image.size(), in OnEncodedImage()