Home
last modified time | relevance | path

Searched refs:GetSupportedFrameRatesFor (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/unittest/codeclist_test/
H A Dcaps_unit_test.cpp658 ret = (*iter)->GetSupportedFrameRatesFor(DEFAULT_WIDTH, DEFAULT_HEIGHT);
670 ret = (*iter)->GetSupportedFrameRatesFor(DEFAULT_WIDTH, DEFAULT_HEIGHT);
688 …ret = (*iter)->GetSupportedFrameRatesFor(DEFAULT_WIDTH_RANGE.maxVal + 1, DEFAULT_HEIGHT_RANGE.maxV…
694 …ret = (*iter)->GetSupportedFrameRatesFor(DEFAULT_WIDTH_RANGE.minVal - 1, DEFAULT_HEIGHT_RANGE.minV…
/ohos5.0/foundation/multimedia/av_codec/test/unittest/codeclist_test/inner/
H A Dcodeclist_inner_mock.cpp196 return videoCap->GetSupportedFrameRatesFor(width, height); in GetVideoFrameRateRangeForSize()
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/avcodeclist/
H A Davcodec_info.cpp223 Range VideoCaps::GetSupportedFrameRatesFor(int32_t width, int32_t height) in GetSupportedFrameRatesFor() function in OHOS::MediaAVCodec::VideoCaps
448 const auto &frameRateRange = GetSupportedFrameRatesFor(width, height); in IsSizeAndRateSupported()
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davcodec_info.h408 Range GetSupportedFrameRatesFor(int32_t width, int32_t height);
/ohos5.0/foundation/multimedia/av_codec/test/unittest/codeclist_test/coverage_unit_test/
H A Davcodec_info_coverage_unit_test.cpp281 videoCaps_->GetSupportedFrameRatesFor(width_, height_);
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/common/
H A Dnative_avcapability.cpp503 const auto &frameRate = videoCap->GetSupportedFrameRatesFor(width, height); in OH_AVCapability_GetVideoFrameRateRangeForSize()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/filters/
H A Ddecoder_surface_filter.cpp887 const MediaAVCodec::Range &frameRange = videoCap->GetSupportedFrameRatesFor(width, height); in ParseDecodeRateLimit()