Searched refs:codec_width (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/modules/video_coding/ |
D | qm_select_unittest.cc | 102 uint16_t codec_width = 640; in TEST_F() local 104 qm_resolution_->UpdateCodecParameters(30.0f, codec_width, codec_height); in TEST_F() 105 EXPECT_EQ(5, qm_resolution_->GetImageType(codec_width, codec_height)); in TEST_F() 132 uint16_t codec_width = 640; in TEST_F() local 134 qm_resolution_->UpdateCodecParameters(30.0f, codec_width, codec_height); in TEST_F() 135 EXPECT_EQ(5, qm_resolution_->GetImageType(codec_width, codec_height)); in TEST_F() 232 uint16_t codec_width = 640; in TEST_F() local 234 qm_resolution_->UpdateCodecParameters(30.0f, codec_width, codec_height); in TEST_F() 235 EXPECT_EQ(5, qm_resolution_->GetImageType(codec_width, codec_height)); in TEST_F() 271 uint16_t codec_width = 640; in TEST_F() local [all …]
|
D | qm_select.h | 26 : codec_width(640), in VCMResolutionScale() 34 uint16_t codec_width; member
|
D | qm_select.cc | 357 qm_->codec_width = width_; in SetDefaultAction() 633 qm_->codec_width = in UpdateCodecResolution() 638 assert(qm_->codec_width <= native_width_); in UpdateCodecResolution() 642 assert(qm_->codec_width % 2 == 0); in UpdateCodecResolution()
|
D | media_optimization.cc | 547 codec_width_ = qm->codec_width; in QMUpdate() 553 << qm->codec_width << "x" << qm->codec_height << "@" in QMUpdate()
|