Home
last modified time | relevance | path

Searched refs:GetSupportedHeight (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/unittest/codeclist_test/
H A Dcaps_unit_test.cpp182 EXPECT_EQ(DEFAULT_HEIGHT_RANGE.minVal, videoCaps->GetSupportedHeight().minVal); in CheckAVDecH264()
183 EXPECT_EQ(DEFAULT_HEIGHT_RANGE.maxVal, videoCaps->GetSupportedHeight().maxVal); in CheckAVDecH264()
215 EXPECT_EQ(DEFAULT_HEIGHT_RANGE.minVal, videoCaps->GetSupportedHeight().minVal); in CheckAVDecH263()
216 EXPECT_EQ(DEFAULT_HEIGHT_RANGE.maxVal, videoCaps->GetSupportedHeight().maxVal); in CheckAVDecH263()
248 EXPECT_EQ(DEFAULT_HEIGHT_RANGE.minVal, videoCaps->GetSupportedHeight().minVal); in CheckAVDecMpeg2Video()
249 EXPECT_EQ(DEFAULT_HEIGHT_RANGE.maxVal, videoCaps->GetSupportedHeight().maxVal); in CheckAVDecMpeg2Video()
285 EXPECT_EQ(DEFAULT_HEIGHT_RANGE.minVal, videoCaps->GetSupportedHeight().minVal); in CheckAVDecMpeg4()
286 EXPECT_EQ(DEFAULT_HEIGHT_RANGE.maxVal, videoCaps->GetSupportedHeight().maxVal); in CheckAVDecMpeg4()
319 EXPECT_EQ(DEFAULT_HEIGHT_RANGE.minVal, videoCaps->GetSupportedHeight().minVal); in CheckAVDecAVC()
320 EXPECT_EQ(DEFAULT_HEIGHT_RANGE.maxVal, videoCaps->GetSupportedHeight().maxVal); in CheckAVDecAVC()
[all …]
/ohos5.0/foundation/multimedia/av_codec/test/unittest/codeclist_test/inner/
H A Dcodeclist_inner_mock.cpp166 return codecInfo->GetSupportedHeight(); in GetVideoHeightRange()
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davcodec_info.h350 Range GetSupportedHeight();
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/common/
H A Dnative_avcapability.cpp458 const auto &height = codecInfo->GetSupportedHeight(); in OH_AVCapability_GetVideoHeightRange()
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/avcodeclist/
H A Davcodec_info.cpp121 Range VideoCaps::GetSupportedHeight() in GetSupportedHeight() function in OHOS::MediaAVCodec::VideoCaps