Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/codecs/test/
Dvideoprocessor.cc194 source_frame_.CreateFrame(source_buffer_, config_.codec_settings->width, in ProcessFrame()
202 source_frame_.set_timestamp(frame_number); in ProcessFrame()
215 int32_t encode_result = encoder_->Encode(source_frame_, NULL, &frame_types); in ProcessFrame()
Dvideoprocessor.h208 webrtc::VideoFrame source_frame_; variable