Home
last modified time | relevance | path

Searched refs:IsSizeSupported (Results 1 - 7 of 7) sorted by relevance

/foundation/multimedia/av_codec/test/unittest/codeclist_test/coverage_unit_test/
H A Davcodec_info_coverage_unit_test.cpp100 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 Davcodec_info.cpp152 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 Davcodec_info.cpp148 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 Dcodeclist_inner_mock.cpp176 return videoCap->IsSizeSupported(width, height); in IsVideoSizeSupported()
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davcodec_info.h389 bool IsSizeSupported(int32_t width, int32_t height);
/foundation/multimedia/av_codec/frameworks/native/capi/common/
H A Dnative_avcapability.cpp471 return videoCap->IsSizeSupported(width, height); in OH_AVCapability_IsVideoSizeSupported()
/foundation/multimedia/av_codec/test/unittest/codeclist_test/
H A Dcaps_unit_test.cpp197 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