Searched refs:GetSupportedQuality (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/multimedia/av_codec/test/unittest/codeclist_test/ |
H A D | caps_unit_test.cpp | 188 EXPECT_EQ(0, videoCaps->GetSupportedQuality().minVal); in CheckAVDecH264() 189 EXPECT_EQ(0, videoCaps->GetSupportedQuality().maxVal); in CheckAVDecH264() 221 EXPECT_EQ(0, videoCaps->GetSupportedQuality().minVal); in CheckAVDecH263() 222 EXPECT_EQ(0, videoCaps->GetSupportedQuality().maxVal); in CheckAVDecH263() 254 EXPECT_EQ(0, videoCaps->GetSupportedQuality().minVal); in CheckAVDecMpeg2Video() 255 EXPECT_EQ(0, videoCaps->GetSupportedQuality().maxVal); in CheckAVDecMpeg2Video() 291 EXPECT_EQ(0, videoCaps->GetSupportedQuality().minVal); in CheckAVDecMpeg4() 292 EXPECT_EQ(0, videoCaps->GetSupportedQuality().maxVal); in CheckAVDecMpeg4() 325 EXPECT_EQ(0, videoCaps->GetSupportedQuality().minVal); in CheckAVDecAVC() 326 EXPECT_EQ(0, videoCaps->GetSupportedQuality().maxVal); in CheckAVDecAVC() [all …]
|
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/ |
H A D | printer_capability.h | 79 void GetSupportedQuality(std::vector<uint32_t>& supportedQualityList) const;
|
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/ |
H A D | printer_capability_helper.cpp | 187 cap.GetSupportedQuality(supportedQualitiesList); in CreateSupportedQualityList() 206 cap.GetSupportedQuality(supportedOrientationList); in CreateSupportedOrientationList()
|
/ohos5.0/base/print/print_fwk/test/unittest/others/ |
H A D | print_cups_client_vendor_helper_other_test.cpp | 806 EXPECT_TRUE(printerCaps.GetSupportedQuality().empty()); in TEST_F() 816 EXPECT_TRUE(printerCaps.GetSupportedQuality().empty()); in TEST_F() 828 EXPECT_TRUE(printerCaps.GetSupportedQuality().empty()); in TEST_F() 843 EXPECT_TRUE(printerCaps.GetSupportedQuality().empty()); in TEST_F() 859 EXPECT_EQ(printerCaps.GetSupportedQuality().size(), 1); in TEST_F() 860 EXPECT_EQ(printerCaps.GetSupportedQuality()[0], THREE); in TEST_F() 1756 EXPECT_EQ(printerCap.GetSupportedQuality().size(), 1); in TEST_F()
|
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/ |
H A D | avcodec_info.h | 446 Range GetSupportedQuality();
|
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/ |
H A D | printer_capability.cpp | 218 void PrinterCapability::GetSupportedQuality(std::vector<uint32_t> &supportedQualityList) const in GetSupportedQuality() function in OHOS::Print::PrinterCapability
|
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/avcodeclist/ |
H A D | avcodec_info.cpp | 513 Range VideoCaps::GetSupportedQuality() in GetSupportedQuality() function in OHOS::MediaAVCodec::VideoCaps
|
/ohos5.0/base/print/print_fwk/services/print_service/src/ |
H A D | print_system_data.cpp | 432 printerCapability.GetSupportedQuality(supportedQualityList); in ConvertSupportedQualityToJson()
|
H A D | print_service_ability.cpp | 1090 printerCaps.GetSupportedQuality(supportedQuality); in WriteEprinterPreference()
|