Home
last modified time | relevance | path

Searched refs:GetVideoHeightRangeForWidth (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/unittest/codeclist_test/coverage_unit_test/
H A Davcodec_info_coverage_unit_test.cpp223 videoCaps_->GetVideoHeightRangeForWidth(width_);
235 videoCaps_->GetVideoHeightRangeForWidth(width_);
250 OHOS::MediaAVCodec::Range res = videoCaps_->GetVideoHeightRangeForWidth(height_);
266 OHOS::MediaAVCodec::Range res = videoCaps_->GetVideoHeightRangeForWidth(height_);
/ohos5.0/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
/ohos5.0/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()
/ohos5.0/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.cpp363 Range widthRange = capability_->GetVideoHeightRangeForWidth(DEFAULT_WIDTH);
774 range = capability_->GetVideoHeightRangeForWidth(DEFAULT_WIDTH);
911 Range widthRange = capability_->GetVideoHeightRangeForWidth(DEFAULT_WIDTH_VVC);
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davcodec_info.h464 Range GetVideoHeightRangeForWidth(int32_t width);
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/common/
H A Dnative_avcapability.cpp422 const auto &height = codecInfo->GetVideoHeightRangeForWidth(width); in OH_AVCapability_GetVideoHeightRangeForWidth()
/ohos5.0/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