Searched refs:AreVideoSizeAndFrameRateSupported (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/multimedia/av_codec/test/unittest/codeclist_test/ |
H A D | codeclist_unit_test.cpp | 538 …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 D | codeclist_mock.h | 56 …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 D | codeclist_capi_mock.h | 48 … bool AreVideoSizeAndFrameRateSupported(int32_t width, int32_t height, int32_t frameRate) override;
|
H A D | codeclist_capi_mock.cpp | 311 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 D | codeclist_inner_mock.h | 49 … bool AreVideoSizeAndFrameRateSupported(int32_t width, int32_t height, int32_t frameRate) override;
|
H A D | codeclist_inner_mock.cpp | 202 bool CodecListInnerMock::AreVideoSizeAndFrameRateSupported(int32_t width, int32_t height, int32_t f… in AreVideoSizeAndFrameRateSupported() function in OHOS::MediaAVCodec::CodecListInnerMock
|