Searched refs:GetSupportedHeight (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/multimedia/av_codec/test/unittest/codeclist_test/ |
H A D | caps_unit_test.cpp | 182 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 D | codeclist_inner_mock.cpp | 166 return codecInfo->GetSupportedHeight(); in GetVideoHeightRange()
|
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/ |
H A D | avcodec_info.h | 350 Range GetSupportedHeight();
|
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/common/ |
H A D | native_avcapability.cpp | 458 const auto &height = codecInfo->GetSupportedHeight(); in OH_AVCapability_GetVideoHeightRange()
|
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/avcodeclist/ |
H A D | avcodec_info.cpp | 121 Range VideoCaps::GetSupportedHeight() in GetSupportedHeight() function in OHOS::MediaAVCodec::VideoCaps
|