Home
last modified time | relevance | path

Searched refs:AreVideoSizeAndFrameRateSupported (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/unittest/codeclist_test/
H A Dcodeclist_unit_test.cpp538 …EXPECT_TRUE(capability_->AreVideoSizeAndFrameRateSupported(DEFAULT_WIDTH, DEFAULT_HEIGHT, minVal +…
540 … EXPECT_TRUE(capability_->AreVideoSizeAndFrameRateSupported(DEFAULT_WIDTH, DEFAULT_HEIGHT, maxVal))
542 …EXPECT_TRUE(capability_->AreVideoSizeAndFrameRateSupported(DEFAULT_WIDTH, DEFAULT_HEIGHT, maxVal -…
560 …EXPECT_FALSE(capability_->AreVideoSizeAndFrameRateSupported(DEFAULT_WIDTH, DEFAULT_HEIGHT, minVal …
562 …EXPECT_FALSE(capability_->AreVideoSizeAndFrameRateSupported(DEFAULT_WIDTH, DEFAULT_HEIGHT, maxVal …
568 …EXPECT_FALSE(capability_->AreVideoSizeAndFrameRateSupported(DEFAULT_WIDTH, ERROR_HEIGHT, ERROR_FRA…
572 …EXPECT_FALSE(capability_->AreVideoSizeAndFrameRateSupported(ERROR_WIDTH, DEFAULT_HEIGHT, ERROR_FRA…
576 …EXPECT_FALSE(capability_->AreVideoSizeAndFrameRateSupported(ERROR_WIDTH, ERROR_HEIGHT, ERROR_FRAME…
732 EXPECT_EQ(capability_->AreVideoSizeAndFrameRateSupported(
1103 EXPECT_TRUE(capability_->AreVideoSizeAndFrameRateSupported(128, 128, maxVal))
[all …]
H A Dcodeclist_mock.h56 …virtual bool AreVideoSizeAndFrameRateSupported(int32_t width, int32_t height, int32_t frameRate) =…
/ohos5.0/foundation/multimedia/av_codec/test/unittest/codeclist_test/capi/
H A Dcodeclist_capi_mock.h48 … bool AreVideoSizeAndFrameRateSupported(int32_t width, int32_t height, int32_t frameRate) override;
H A Dcodeclist_capi_mock.cpp311 bool CodecListCapiMock::AreVideoSizeAndFrameRateSupported(int32_t width, int32_t height, int32_t fr… in AreVideoSizeAndFrameRateSupported() function in OHOS::MediaAVCodec::CodecListCapiMock
/ohos5.0/foundation/multimedia/av_codec/test/unittest/codeclist_test/inner/
H A Dcodeclist_inner_mock.h49 … bool AreVideoSizeAndFrameRateSupported(int32_t width, int32_t height, int32_t frameRate) override;
H A Dcodeclist_inner_mock.cpp202 bool CodecListInnerMock::AreVideoSizeAndFrameRateSupported(int32_t width, int32_t height, int32_t f… in AreVideoSizeAndFrameRateSupported() function in OHOS::MediaAVCodec::CodecListInnerMock