Home
last modified time | relevance | path

Searched refs:GetVideoHeightRangeForWidth (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.cpp223 videoCaps_->GetVideoHeightRangeForWidth(width_); in HWTEST_F()
235 videoCaps_->GetVideoHeightRangeForWidth(width_); in HWTEST_F()
250 OHOS::MediaAVCodec::Range res = videoCaps_->GetVideoHeightRangeForWidth(height_); in HWTEST_F()
266 OHOS::MediaAVCodec::Range res = videoCaps_->GetVideoHeightRangeForWidth(height_); in HWTEST_F()
/foundation/multimedia/av_codec/test/unittest/codeclist_test/inner/
H A Dcodeclist_inner_mock.h43 Range GetVideoHeightRangeForWidth(int32_t width) override;
H A Dcodeclist_inner_mock.cpp142 Range CodecListInnerMock::GetVideoHeightRangeForWidth(int32_t width) in GetVideoHeightRangeForWidth() function in OHOS::MediaAVCodec::CodecListInnerMock
146 return codecInfo->GetVideoHeightRangeForWidth(width); in GetVideoHeightRangeForWidth()
/foundation/multimedia/av_codec/test/unittest/codeclist_test/capi/
H A Dcodeclist_capi_mock.h42 Range GetVideoHeightRangeForWidth(int32_t width) override;
H A Dcodeclist_capi_mock.cpp212 Range CodecListCapiMock::GetVideoHeightRangeForWidth(int32_t width) in GetVideoHeightRangeForWidth() function in OHOS::MediaAVCodec::CodecListCapiMock
/foundation/multimedia/av_codec/test/unittest/codeclist_test/
H A Dcodeclist_mock.h50 virtual Range GetVideoHeightRangeForWidth(int32_t width) = 0;
H A Dcodeclist_unit_test.cpp347 * @tc.desc: CodecList GetVideoHeightRangeForWidth
357 Range widthRange = capability_->GetVideoHeightRangeForWidth(DEFAULT_WIDTH); in HWTEST_F()
768 range = capability_->GetVideoHeightRangeForWidth(DEFAULT_WIDTH); in HWTEST_F()
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davcodec_info.h463 Range GetVideoHeightRangeForWidth(int32_t width);
/foundation/multimedia/av_codec/frameworks/native/capi/common/
H A Dnative_avcapability.cpp422 const auto &height = codecInfo->GetVideoHeightRangeForWidth(width); in OH_AVCapability_GetVideoHeightRangeForWidth()
/foundation/multimedia/av_codec/frameworks/native/avcodeclist/
H A Davcodec_info.cpp195 Range VideoCaps::GetVideoHeightRangeForWidth(int32_t width) in GetVideoHeightRangeForWidth() function in OHOS::MediaAVCodec::VideoCaps

Completed in 9 milliseconds