OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetImageType
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/video_coding/
qm_select_unittest.cc
105
EXPECT_EQ(5, qm_resolution_->
GetImageType
(codec_width, codec_height));
135
EXPECT_EQ(5, qm_resolution_->
GetImageType
(codec_width, codec_height));
235
EXPECT_EQ(5, qm_resolution_->
GetImageType
(codec_width, codec_height));
274
EXPECT_EQ(5, qm_resolution_->
GetImageType
(codec_width, codec_height));
313
EXPECT_EQ(5, qm_resolution_->
GetImageType
(codec_width, codec_height));
357
EXPECT_EQ(5, qm_resolution_->
GetImageType
(codec_width, codec_height));
400
EXPECT_EQ(0, qm_resolution_->
GetImageType
(codec_width, codec_height));
430
EXPECT_EQ(5, qm_resolution_->
GetImageType
(codec_width, codec_height));
462
EXPECT_EQ(5, qm_resolution_->
GetImageType
(codec_width, codec_height));
484
EXPECT_EQ(2, qm_resolution_->
GetImageType
(320, 240))
[
all
...]
qm_select.h
141
ImageType
GetImageType
(uint16_t width, uint16_t height);
qm_select.cc
96
ImageType VCMQmMethod::
GetImageType
(uint16_t width, uint16_t height) {
236
image_type_ =
GetImageType
(width, height);
570
GetImageType
(static_cast<uint16_t>(fac_width * width_),
[
all
...]
Completed in 50 milliseconds