HomeSort by relevance Sort by last modified time
    Searched refs:cast_config_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/media/cast/sender/
vp8_encoder.cc 22 : cast_config_(video_config),
24 cast_config_.max_number_of_video_buffers_used ==
38 DCHECK(cast_config_.max_number_of_video_buffers_used == 1 ||
39 cast_config_.max_number_of_video_buffers_used ==
60 NULL, VPX_IMG_FMT_I420, cast_config_.width, cast_config_.height, 1, NULL);
66 InitEncode(cast_config_.number_of_encode_threads);
75 config_->g_w = cast_config_.width;
76 config_->g_h = cast_config_.height;
77 config_->rc_target_bitrate = cast_config_.start_bitrate / 1000; // In kbit/s
    [all...]
vp8_encoder.h 84 const VideoSenderConfig cast_config_; member in class:media::cast::Vp8Encoder

Completed in 923 milliseconds