HomeSort by relevance Sort by last modified time
    Searched full:last_encoded_image_width_ (Results 1 - 1 of 1) sorted by null

  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
simulcast_encoder_adapter_unittest.cc 213 last_encoded_image_width_(-1),
221 last_encoded_image_width_ = encodedImage._encodedWidth;
233 if (last_encoded_image_width_ == -1) {
236 *out_width = last_encoded_image_width_;
334 int last_encoded_image_width_; member in class:webrtc::testing::TestSimulcastEncoderAdapterFake

Completed in 3045 milliseconds