Searched refs:source_frame_ (Results 1 – 2 of 2) sorted by relevance
194 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()
208 webrtc::VideoFrame source_frame_; variable