Home
last modified time | relevance | path

Searched refs:OH_AVCapability_GetVideoHeightRangeForWidth (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-avcodec-kit/
H A D_a_v_capability.md67 | OH_AVErrCode [OH_AVCapability_GetVideoHeightRangeForWidth](#oh_avcapability_getvideoheightrangefo…
579 ### OH_AVCapability_GetVideoHeightRangeForWidth()
582 OH_AVErrCode OH_AVCapability_GetVideoHeightRangeForWidth (OH_AVCapability *capability, int32_t widt…
H A Dnative__avcapability_8h.md60 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_AVCapability_GetVideoHeightRangeForWidth](_a_v_capabili…
/ohos5.0/foundation/multimedia/av_codec/interfaces/kits/c/
H A Dnative_avcapability.h276 OH_AVErrCode OH_AVCapability_GetVideoHeightRangeForWidth(OH_AVCapability *capability, int32_t width,
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H A Dconfigure_test.cpp160 ret = OH_AVCapability_GetVideoHeightRangeForWidth(capability, DEFAULT_WIDTH, &range);
193 ret = OH_AVCapability_GetVideoHeightRangeForWidth(capability, DEFAULT_WIDTH, &range);
H A Dfunc_test.cpp1108 ret = OH_AVCapability_GetVideoHeightRangeForWidth(nullptr, DEFAULT_HEIGHT, &range);
1122 ret = OH_AVCapability_GetVideoHeightRangeForWidth(capability, DEFAULT_HEIGHT, nullptr);
1138 ret = OH_AVCapability_GetVideoHeightRangeForWidth(capability, 0, &range);
2099 ret = OH_AVCapability_GetVideoHeightRangeForWidth(capability, DEFAULT_HEIGHT, nullptr);
2115 ret = OH_AVCapability_GetVideoHeightRangeForWidth(capability, 0, &range);
2131 ret = OH_AVCapability_GetVideoHeightRangeForWidth(capability, DEFAULT_WIDTH, &range);
/ohos5.0/docs/zh-cn/application-dev/media/avcodec/
H A Dobtain-supported-codecs.md404 | OH_AVCapability_GetVideoHeightRangeForWidth | 获取当前视频编解码器在给定宽情况下的高的范围 |
447 ret = OH_AVCapability_GetVideoHeightRangeForWidth(capability, width, &heightRange);
/ohos5.0/docs/zh-cn/release-notes/api-diff/OpenHarmony_4.0.8.5/
H A Dnative-apidiff-avcodec.md41 |avcapability|OH_AVErrCode OH_AVCapability_GetVideoHeightRangeForWidth(OH_AVCapability *capability,…
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H A Dapi_test.cpp1031 ret = OH_AVCapability_GetVideoHeightRangeForWidth(nullptr, DEFAULT_WIDTH, &range);
1045 ret = OH_AVCapability_GetVideoHeightRangeForWidth(capability, DEFAULT_WIDTH, nullptr);
1061 ret = OH_AVCapability_GetVideoHeightRangeForWidth(capability, 0, &range);
1077 ret = OH_AVCapability_GetVideoHeightRangeForWidth(capability, DEFAULT_WIDTH, &range);
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dapi_test.cpp1168 ret = OH_AVCapability_GetVideoHeightRangeForWidth(nullptr, DEFAULT_WIDTH, &range);
1182 ret = OH_AVCapability_GetVideoHeightRangeForWidth(capability, DEFAULT_WIDTH, nullptr);
1198 ret = OH_AVCapability_GetVideoHeightRangeForWidth(capability, 0, &range);
1214 ret = OH_AVCapability_GetVideoHeightRangeForWidth(capability, DEFAULT_WIDTH, &range);
1246 ret = OH_AVCapability_GetVideoHeightRangeForWidth(capability, DEFAULT_WIDTH, &range);
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dapi_test.cpp1222 ret = OH_AVCapability_GetVideoHeightRangeForWidth(nullptr, DEFAULT_WIDTH, &range);
1239 ret = OH_AVCapability_GetVideoHeightRangeForWidth(capability, DEFAULT_WIDTH, nullptr);
1258 ret = OH_AVCapability_GetVideoHeightRangeForWidth(capability, 0, &range);
1277 ret = OH_AVCapability_GetVideoHeightRangeForWidth(capability, DEFAULT_WIDTH, &range);
1313 ret = OH_AVCapability_GetVideoHeightRangeForWidth(capability, DEFAULT_WIDTH, &range);
/ohos5.0/foundation/multimedia/av_codec/test/unittest/codeclist_test/capi/
H A Dcodeclist_capi_mock.cpp217 int32_t ret = OH_AVCapability_GetVideoHeightRangeForWidth(codeclist_, width, &range); in GetVideoHeightRangeForWidth()
/ohos5.0/docs/en/application-dev/reference/apis-avcodec-kit/
H A Dnative__avcapability_8h.md60 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_AVCapability_GetVideoHeightRangeForWidth](_a_v_capabili…
H A D_a_v_capability.md67 | OH_AVErrCode [OH_AVCapability_GetVideoHeightRangeForWidth](#oh_avcapability_getvideoheightrangefo…
600 ### OH_AVCapability_GetVideoHeightRangeForWidth()
603 OH_AVErrCode OH_AVCapability_GetVideoHeightRangeForWidth (OH_AVCapability *capability, int32_t widt…
/ohos5.0/docs/en/release-notes/api-diff/OpenHarmony_4.0.8.5/
H A Dnative-apidiff-avcodec.md41 |avcapability|OH_AVErrCode OH_AVCapability_GetVideoHeightRangeForWidth(OH_AVCapability *capability,…
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/common/
H A Dnative_avcapability.cpp410 OH_AVErrCode OH_AVCapability_GetVideoHeightRangeForWidth(OH_AVCapability *capability, int32_t width, in OH_AVCapability_GetVideoHeightRangeForWidth() function
/ohos5.0/docs/en/application-dev/media/avcodec/
H A Dobtain-supported-codecs.md404 | OH_AVCapability_GetVideoHeightRangeForWidth | Obtains the video height range of a video codec …
447 ret = OH_AVCapability_GetVideoHeightRangeForWidth(capability, width, &heightRange);
/ohos5.0/foundation/multimedia/av_codec/test/unittest/codeclist_test/
H A Dcaps_unit_test.cpp826 …EXPECT_EQ(OH_AVCapability_GetVideoHeightRangeForWidth(nullptr, DEFAULT_WIDTH, &range), AV_ERR_INVA…