/aosp_15_r20/external/webrtc/modules/video_coding/codecs/vp8/test/ |
H A D | vp8_impl_unittest.cc | 304 .qpMax = 80}; in TEST_F() 312 .qpMax = 80}; in TEST_F() 324 .qpMax = 80}; in TEST_F() 332 .qpMax = 80}; in TEST_F() 340 .qpMax = 80}; in TEST_F() 351 .qpMax = 80}; in TEST_F() 359 .qpMax = 80}; in TEST_F() 367 .qpMax = 80}; in TEST_F() 378 .qpMax = 80}; in TEST_F() 386 .qpMax = 80}; in TEST_F() [all …]
|
/aosp_15_r20/frameworks/av/media/module/libmediaformatshaper/ |
H A D | CodecProperties.cpp | 297 int qpMax = INT32_MAX; in qpMaxPoint() local 339 qpMax = strtol(p, &q, 0); in qpMaxPoint() 346 if (qpMax == -1) in qpMaxPoint() 347 qpMax = INT32_MAX; in qpMaxPoint() 358 point->qpMax = qpMax; in qpMaxPoint() 402 width, height, point->qpMax, point->width, point->height); in targetQpMax() 403 return point->qpMax; in targetQpMax() 411 void CodecProperties::setTargetQpMax(int qpMax) { in setTargetQpMax() argument 413 if (qpMax == -1) in setTargetQpMax() 414 qpMax = INT32_MAX; in setTargetQpMax() [all …]
|
H A D | VideoShaper.cpp | 39 .qpMax = 51, 45 .qpMax = 51, 51 .qpMax = INT32_MAX, 89 qpSpreadPerFrameType(inFormat, info->qpDelta, info->qpMin, info->qpMax, /* override */ true); in videoShaper()
|
H A D | VQops.h | 31 int32_t qpMax; member
|
H A D | CodecProperties.h | 134 int qpMax; member
|
/aosp_15_r20/external/webrtc/sdk/objc/api/peerconnection/ |
H A D | RTCVideoEncoderSettings+Private.mm | 30 self.qpMax = videoCodec->qpMax; 46 videoCodec.qpMax = self.qpMax;
|
/aosp_15_r20/external/webrtc/media/engine/ |
H A D | simulcast_encoder_adapter_unittest.cc | 526 EXPECT_EQ(ref.qpMax, target.qpMax); in VerifyCodec() 545 ref_codec->qpMax = codec_.simulcastStream[stream_index].qpMax; in InitRefCodec() 554 ref_codec.qpMax = 45; in VerifyCodecSettings() 815 EXPECT_EQ(codec_before.qpMax, codec_after.qpMax); in TEST_F() 1222 codec_.simulcastStream[0].qpMax = kHighMaxQp; in TEST_F() 1232 ref_codec.qpMax = kHighMaxQp; in TEST_F() 1240 codec_.simulcastStream[0].qpMax = kLowMaxQp; in TEST_F() 1243 ref_codec.qpMax = kLowMaxQp; in TEST_F() 1256 codec_.simulcastStream[2].qpMax = kHighMaxQp; in TEST_F() 1266 ref_codec.qpMax = kHighMaxQp; in TEST_F() [all …]
|
H A D | encoder_simulcast_proxy_unittest.cc | 52 .qpMax = 56, in TEST() 61 .qpMax = 56, in TEST() 70 .qpMax = 56, in TEST()
|
H A D | simulcast_encoder_adapter.cc | 321 if (codec_.qpMax < kDefaultMinQp) { in InitEncode() 322 codec_.qpMax = kDefaultMaxQp; in InitEncode() 783 codec_params.qpMax = stream_params.qpMax; in MakeStreamCodec() 791 codec_params.qpMax = *experimental_boosted_screenshare_qp_; in MakeStreamCodec() 794 codec_params.qpMax = kLowestResMaxQp; in MakeStreamCodec()
|
/aosp_15_r20/external/webrtc/api/video_codecs/ |
H A D | spatial_layer.cc | 21 minBitrate == other.minBitrate && qpMax == other.qpMax && in operator ==()
|
H A D | simulcast_stream.h | 34 unsigned int qpMax = 0; // minimum quality member
|
H A D | spatial_layer.h | 27 unsigned int qpMax; // minimum quality member
|
H A D | video_codec.h | 150 unsigned int qpMax; variable
|
H A D | video_codec.cc | 64 qpMax(0), in VideoCodec()
|
/aosp_15_r20/external/webrtc/modules/video_coding/ |
H A D | video_codec_initializer.cc | 118 sim_stream->qpMax = streams[i].max_qp; in VideoEncoderConfigToVideoCodec() 137 video_codec.qpMax = std::max(video_codec.qpMax, in VideoEncoderConfigToVideoCodec()
|
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/test/ |
H A D | videocodec_test_fixture_impl.cc | 92 ss->qpMax = streams[i].max_qp; in ConfigureSimulcast() 242 codec_settings.qpMax = 63; in SetCodecSettings() 308 ss << "\nmax_qp: " << codec_settings.qpMax; in ToString() 328 ss << "\nmax_qp: " << simulcast_stream.qpMax; in ToString()
|
/aosp_15_r20/external/webrtc/video/ |
H A D | video_stream_encoder.cc | 92 new_send_codec.qpMax != prev_send_codec.qpMax || in RequiresEncoderReset() 144 new_send_codec.simulcastStream[i].qpMax != in RequiresEncoderReset() 145 prev_send_codec.simulcastStream[i].qpMax) { in RequiresEncoderReset() 159 new_send_codec.spatialLayers[i].qpMax != in RequiresEncoderReset() 160 prev_send_codec.spatialLayers[i].qpMax) { in RequiresEncoderReset() 1151 << " max_qp: " << codec.simulcastStream[i].qpMax in ReconfigureEncoder() 1166 << " max_qp: " << codec.spatialLayers[i].qpMax in ReconfigureEncoder()
|
/aosp_15_r20/external/webrtc/sdk/objc/base/ |
H A D | RTCVideoEncoderSettings.h | 37 @property(nonatomic, assign) unsigned int qpMax;
|
H A D | RTCVideoEncoderSettings.m | 22 @synthesize qpMax = _qpMax;
|
/aosp_15_r20/external/webrtc/test/ |
H A D | video_codec_settings.h | 41 settings->qpMax = 56; // See webrtcvideoengine.h. in CodecSettings()
|
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/av1/ |
H A D | libaom_av1_encoder.cc | 225 cfg_.rc_max_quantizer = encoder_settings_.qpMax; in InitEncode() 427 svc_params.max_quantizers[i] = encoder_settings_.qpMax; in SetSvcParams()
|
H A D | libaom_av1_encoder_unittest.cc | 40 codec_settings.qpMax = 63; in DefaultCodecSettings()
|
H A D | libaom_av1_unittest.cc | 64 codec_settings.qpMax = 63; in DefaultCodecSettings()
|
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/libdevice/ |
D | local_recorder.cpp | 169 codec.qpMax = 56; // kDefaultMaxQp from simulcast_encoder_adapter.cc in AddDisplay()
|
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/vp8/ |
H A D | libvpx_vp8_encoder.cc | 557 if (inst->qpMax >= vpx_configs_[0].rc_min_quantizer) { in InitEncode() 558 qp_max_ = inst->qpMax; in InitEncode()
|