Searched refs:IsSizeAndRateSupported (Results 1 - 6 of 6) sorted by relevance
/foundation/multimedia/av_codec/test/unittest/codeclist_test/inner/ |
H A D | codeclist_inner_mock.cpp | 206 return videoCap->IsSizeAndRateSupported(width, height, frameRate); in AreVideoSizeAndFrameRateSupported()
|
/foundation/multimedia/av_codec/test/unittest/codeclist_test/ |
H A D | caps_unit_test.cpp | 263 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 D | avcodec_info.h | 418 bool IsSizeAndRateSupported(int32_t width, int32_t height, double frameRate);
|
/foundation/multimedia/av_codec/frameworks/native/capi/common/ |
H A D | native_avcapability.cpp | 520 return videoCap->IsSizeAndRateSupported(width, height, frameRate); in OH_AVCapability_AreVideoSizeAndFrameRateSupported()
|
/foundation/multimedia/player_framework/frameworks/native/avcodeclist/ |
H A D | avcodec_info.cpp | 317 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 D | avcodec_info.cpp | 440 bool VideoCaps::IsSizeAndRateSupported(int32_t width, int32_t height, double frameRate) in IsSizeAndRateSupported() function in OHOS::MediaAVCodec::VideoCaps
|
Completed in 7 milliseconds