Home
last modified time | relevance | path

Searched refs:IsSizeAndRateSupported (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/av_codec/test/unittest/codeclist_test/inner/
H A Dcodeclist_inner_mock.cpp206 return videoCap->IsSizeAndRateSupported(width, height, frameRate); in AreVideoSizeAndFrameRateSupported()
/foundation/multimedia/av_codec/test/unittest/codeclist_test/
H A Dcaps_unit_test.cpp263 EXPECT_EQ(0, videoCaps->IsSizeAndRateSupported(videoCaps->GetSupportedWidth().minVal, in CheckAVDecMpeg2Video()
266 EXPECT_EQ(false, videoCaps->IsSizeAndRateSupported(videoCaps->GetSupportedWidth().minVal - 1, in CheckAVDecMpeg2Video()
300 EXPECT_EQ(false, videoCaps->IsSizeAndRateSupported(videoCaps->GetSupportedWidth().minVal, in CheckAVDecMpeg4()
334 EXPECT_EQ(false, videoCaps->IsSizeAndRateSupported(videoCaps->GetSupportedWidth().minVal, in CheckAVDecAVC()
367 EXPECT_EQ(false, videoCaps->IsSizeAndRateSupported(videoCaps->GetSupportedWidth().minVal, in CheckAVEncAVC()
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davcodec_info.h418 bool IsSizeAndRateSupported(int32_t width, int32_t height, double frameRate);
/foundation/multimedia/av_codec/frameworks/native/capi/common/
H A Dnative_avcapability.cpp520 return videoCap->IsSizeAndRateSupported(width, height, frameRate); in OH_AVCapability_AreVideoSizeAndFrameRateSupported()
/foundation/multimedia/player_framework/frameworks/native/avcodeclist/
H A Davcodec_info.cpp317 bool VideoCaps::IsSizeAndRateSupported(int32_t width, int32_t height, double frameRate) in IsSizeAndRateSupported() function in OHOS::Media::VideoCaps
/foundation/multimedia/av_codec/frameworks/native/avcodeclist/
H A Davcodec_info.cpp440 bool VideoCaps::IsSizeAndRateSupported(int32_t width, int32_t height, double frameRate) in IsSizeAndRateSupported() function in OHOS::MediaAVCodec::VideoCaps

Completed in 7 milliseconds