/external/webrtc/media/engine/ |
D | simulcast.cc | 255 int max_qp, in GetSimulcastConfig() argument 266 max_qp, temporal_layers_supported, in GetSimulcastConfig() 276 max_qp, temporal_layers_supported, in GetSimulcastConfig() 286 int max_qp, in GetNormalSimulcastLayers() argument 301 layers[s].max_qp = max_qp; in GetNormalSimulcastLayers() 357 int max_qp, in GetScreenshareLayers() argument 370 layers[0].max_qp = max_qp; in GetScreenshareLayers() 409 layers[1].max_qp = max_qp; in GetScreenshareLayers()
|
D | simulcast.h | 42 int max_qp, 52 int max_qp, 62 int max_qp,
|
D | simulcast_unittest.cc | 101 EXPECT_EQ(kQpMax, streams[i].max_qp); in TEST() 305 EXPECT_EQ(kQpMax, streams[i].max_qp); in TEST()
|
D | webrtc_video_engine.cc | 2402 int max_qp = kDefaultQpMax; in CreateVideoEncoderConfig() local 2403 codec.GetParam(kCodecParamMaxQuantization, &max_qp); in CreateVideoEncoderConfig() 2406 codec.name, max_qp, is_screencast, parameters_.conference_mode); in CreateVideoEncoderConfig() 3373 int max_qp, in EncoderStreamFactory() argument 3378 max_qp_(max_qp), in EncoderStreamFactory() 3461 layer.max_qp = max_qp_; in CreateDefaultVideoStreams()
|
D | webrtc_video_engine.h | 647 int max_qp,
|
/external/webrtc/modules/video_coding/codecs/vp8/ |
D | screenshare_layers.cc | 75 int max_qp) { in SetQpLimits() argument 79 RTC_DCHECK_LE(min_qp, max_qp); in SetQpLimits() 84 max_qp_ = max_qp; in SetQpLimits() 87 RTC_DCHECK_EQ(max_qp, max_qp_.value()); in SetQpLimits() 519 const int max_qp = max_qp_.value(); in UpdateConfiguration() local 529 layers_[0].enhanced_max_qp = min_qp + (((max_qp - min_qp) * 80) / 100); in UpdateConfiguration() 530 layers_[1].enhanced_max_qp = min_qp + (((max_qp - min_qp) * 85) / 100); in UpdateConfiguration()
|
D | screenshare_layers.h | 39 void SetQpLimits(size_t stream_index, int min_qp, int max_qp) override;
|
D | default_temporal_layers.h | 38 void SetQpLimits(size_t stream_index, int min_qp, int max_qp) override;
|
D | screenshare_layers_unittest.cc | 133 void WithQpLimits(int min_qp, int max_qp) { in WithQpLimits() argument 135 max_qp_ = max_qp; in WithQpLimits()
|
/external/libhevc/encoder/ |
D | ihevce_frame_process_utils.c | 159 WORD32 max_qp, in ihevce_get_cur_frame_qp() argument 165 ASSERT(max_qp >= min_qp); in ihevce_get_cur_frame_qp() 191 i4_curr_qp = CLIP3(i4_curr_qp, min_qp, max_qp); in ihevce_get_cur_frame_qp()
|
D | ihevce_frame_process_utils.h | 76 WORD32 max_qp,
|
/external/webrtc/api/video_codecs/ |
D | vp8_temporal_layers.cc | 37 int max_qp) { in SetQpLimits() argument 39 return controllers_[stream_index]->SetQpLimits(0, min_qp, max_qp); in SetQpLimits()
|
D | video_encoder_config.cc | 26 max_qp(-1), in VideoStream() 42 ss << ", max_qp: " << max_qp; in ToString()
|
D | vp8_temporal_layers.h | 40 void SetQpLimits(size_t stream_index, int min_qp, int max_qp) override;
|
D | vp8_frame_buffer_controller.h | 107 virtual void SetQpLimits(size_t stream_index, int min_qp, int max_qp) = 0;
|
D | video_encoder_config.h | 53 int max_qp; member
|
/external/webrtc/video/ |
D | video_send_stream_impl_unittest.cc | 225 qvga_stream.max_qp = 56; in TEST_F() 235 vga_stream.max_qp = 56; in TEST_F() 291 low_stream.max_qp = 56; in TEST_F() 302 high_stream.max_qp = 56; in TEST_F() 357 low_stream.max_qp = 56; in TEST_F() 367 high_stream.max_qp = 56; in TEST_F() 701 qvga_stream.max_qp = 56; in TEST_F() 821 qvga_stream.max_qp = 56; in TEST_F() 953 stream.max_qp = 56; in TEST_F()
|
D | video_quality_test.cc | 585 stream.max_qp = kDefaultMaxQp; in DefaultVideoStream() 600 stream.max_qp = kDefaultMaxQp; in DefaultThumbnailStream() 662 stream.max_qp = v[6]; in FillScalabilitySettings() 807 params_.ss[video_idx].streams[0].max_qp, in SetupVideo()
|
/external/webrtc/modules/video_coding/ |
D | video_codec_initializer.cc | 104 RTC_DCHECK_GE(streams[i].max_qp, 0); in VideoEncoderConfigToVideoCodec() 112 sim_stream->qpMax = streams[i].max_qp; in VideoEncoderConfigToVideoCodec() 126 static_cast<unsigned int>(streams[i].max_qp)); in VideoEncoderConfigToVideoCodec()
|
D | video_codec_initializer_unittest.cc | 120 stream.max_qp = kDefaultMaxQp; in DefaultStream()
|
/external/kernel-headers/original/uapi/rdma/ |
D | bnxt_re-abi.h | 57 __u32 max_qp; member
|
/external/webrtc/test/ |
D | encoder_settings.cc | 104 stream_settings[i].max_qp = 56; in CreateVideoStreams()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | radeon_vce.h | 86 uint32_t max_qp; member
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_vce.h | 86 uint32_t max_qp; member
|
D | radeon_vce_52.c | 49 enc->enc_pic.rc.max_qp = 51; in get_rate_control_param() 444 RVCE_CS(enc->enc_pic.rc.max_qp); in rate_control()
|