Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/video_engine/
Dvie_encoder.cc499 I420VideoFrame* decimated_frame = NULL; in DeliverFrame() local
519 const int ret = vpm_.PreprocessFrame(*video_frame, &decimated_frame); in DeliverFrame()
529 if (decimated_frame == NULL) { in DeliverFrame()
530 decimated_frame = video_frame; in DeliverFrame()
536 pre_encode_callback_->FrameCallback(decimated_frame); in DeliverFrame()
562 vcm_.AddVideoFrame(*decimated_frame, vpm_.ContentMetrics(), in DeliverFrame()
567 vcm_.AddVideoFrame(*decimated_frame); in DeliverFrame()