Home
last modified time | relevance | path

Searched refs:GetVideoWidthRangeForHeight (Results 1 - 10 of 10) sorted by relevance

/foundation/multimedia/av_codec/test/unittest/codeclist_test/coverage_unit_test/
H A Davcodec_info_coverage_unit_test.cpp167 videoCaps_->GetVideoWidthRangeForHeight(height_); in HWTEST_F()
179 videoCaps_->GetVideoWidthRangeForHeight(height_); in HWTEST_F()
194 OHOS::MediaAVCodec::Range res = videoCaps_->GetVideoWidthRangeForHeight(height_); in HWTEST_F()
210 OHOS::MediaAVCodec::Range res = videoCaps_->GetVideoWidthRangeForHeight(height_); in HWTEST_F()
/foundation/multimedia/av_codec/test/unittest/codeclist_test/inner/
H A Dcodeclist_inner_mock.h42 Range GetVideoWidthRangeForHeight(int32_t height) override;
H A Dcodeclist_inner_mock.cpp132 Range CodecListInnerMock::GetVideoWidthRangeForHeight(int32_t height) in GetVideoWidthRangeForHeight() function in OHOS::MediaAVCodec::CodecListInnerMock
136 return codecInfo->GetVideoWidthRangeForHeight(height); in GetVideoWidthRangeForHeight()
/foundation/multimedia/av_codec/test/unittest/codeclist_test/capi/
H A Dcodeclist_capi_mock.h41 Range GetVideoWidthRangeForHeight(int32_t height) override;
H A Dcodeclist_capi_mock.cpp194 Range CodecListCapiMock::GetVideoWidthRangeForHeight(int32_t height) in GetVideoWidthRangeForHeight() function in OHOS::MediaAVCodec::CodecListCapiMock
/foundation/multimedia/av_codec/test/unittest/codeclist_test/
H A Dcodeclist_mock.h49 virtual Range GetVideoWidthRangeForHeight(int32_t height) = 0;
H A Dcodeclist_unit_test.cpp364 * @tc.desc: CodecList GetVideoWidthRangeForHeight
374 Range heightRange = capability_->GetVideoWidthRangeForHeight(DEFAULT_HEIGHT); in HWTEST_F()
765 range = capability_->GetVideoWidthRangeForHeight(DEFAULT_HEIGHT); in HWTEST_F()
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davcodec_info.h464 Range GetVideoWidthRangeForHeight(int32_t height);
/foundation/multimedia/av_codec/frameworks/native/capi/common/
H A Dnative_avcapability.cpp401 const auto &width = codecInfo->GetVideoWidthRangeForHeight(height); in OH_AVCapability_GetVideoWidthRangeForHeight()
/foundation/multimedia/av_codec/frameworks/native/avcodeclist/
H A Davcodec_info.cpp173 Range VideoCaps::GetVideoWidthRangeForHeight(int32_t height) in GetVideoWidthRangeForHeight() function in OHOS::MediaAVCodec::VideoCaps

Completed in 8 milliseconds