Searched refs:IsSizeSupported (Results 1 - 7 of 7) sorted by relevance
/foundation/multimedia/av_codec/test/unittest/codeclist_test/coverage_unit_test/ |
H A D | avcodec_info_coverage_unit_test.cpp | 100 bool ret = videoCaps_->IsSizeSupported(width_, height_); in HWTEST_F() 111 bool ret = videoCaps_->IsSizeSupported(width_, height_); in HWTEST_F() 122 bool ret = videoCaps_->IsSizeSupported(width_, height_); in HWTEST_F() 133 bool ret = videoCaps_->IsSizeSupported(width_, height_); in HWTEST_F() 144 bool ret = videoCaps_->IsSizeSupported(width_, height_); in HWTEST_F() 155 bool ret = videoCaps_->IsSizeSupported(width_, height_); in HWTEST_F() 397 bool res = videoCaps_->IsSizeSupported(width, height); in CheckIsSizeSupported() 403 * @tc.desc: 1.IsSizeSupported -> UpdateParams 415 * @tc.desc: 1.IsSizeSupported -> UpdateParams 427 * @tc.desc: 1.IsSizeSupported [all...] |
/foundation/multimedia/player_framework/frameworks/native/avcodeclist/ |
H A D | avcodec_info.cpp | 152 bool VideoCaps::IsSizeSupported(int32_t width, int32_t height)
in IsSizeSupported() function in OHOS::Media::VideoCaps 169 if (!IsSizeSupported(width, height)) {
in GetSupportedFrameRatesFor() 319 if (!IsSizeSupported(width, height)) {
in IsSizeAndRateSupported() 334 if (!IsSizeSupported(width, height)) {
in GetPreferredFrameRate()
|
/foundation/multimedia/av_codec/frameworks/native/avcodeclist/ |
H A D | avcodec_info.cpp | 148 bool VideoCaps::IsSizeSupported(int32_t width, int32_t height) in IsSizeSupported() function in OHOS::MediaAVCodec::VideoCaps 226 if (!IsSizeSupported(width, height)) { in GetSupportedFrameRatesFor() 443 if (!IsSizeSupported(width, height)) { in IsSizeAndRateSupported() 460 if (!IsSizeSupported(width, height)) { in GetPreferredFrameRate()
|
/foundation/multimedia/av_codec/test/unittest/codeclist_test/inner/ |
H A D | codeclist_inner_mock.cpp | 176 return videoCap->IsSizeSupported(width, height); in IsVideoSizeSupported()
|
/foundation/multimedia/av_codec/interfaces/inner_api/native/ |
H A D | avcodec_info.h | 389 bool IsSizeSupported(int32_t width, int32_t height);
|
/foundation/multimedia/av_codec/frameworks/native/capi/common/ |
H A D | native_avcapability.cpp | 471 return videoCap->IsSizeSupported(width, height); in OH_AVCapability_IsVideoSizeSupported()
|
/foundation/multimedia/av_codec/test/unittest/codeclist_test/ |
H A D | caps_unit_test.cpp | 197 EXPECT_EQ(true, videoCaps->IsSizeSupported(videoCaps->GetSupportedWidth().minVal, in CheckAVDecH264() 230 EXPECT_EQ(false, videoCaps->IsSizeSupported(videoCaps->GetSupportedWidth().minVal - 1, in CheckAVDecH263()
|
Completed in 9 milliseconds