/ohos5.0/docs/zh-cn/application-dev/reference/apis-avcodec-kit/ |
H A D | _a_v_capability.md | 76 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_AVCapability_GetSupportedLevelsForProfile](#oh_avcapabi… 418 ### OH_AVCapability_GetSupportedLevelsForProfile() 421 OH_AVErrCode OH_AVCapability_GetSupportedLevelsForProfile (OH_AVCapability *capability, int32_t pro…
|
H A D | native__avcapability_8h.md | 69 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_AVCapability_GetSupportedLevelsForProfile](_a_v_capabil…
|
/ohos5.0/foundation/multimedia/av_codec/interfaces/kits/c/ |
H A D | native_avcapability.h | 404 OH_AVErrCode OH_AVCapability_GetSupportedLevelsForProfile(OH_AVCapability *capability, int32_t prof…
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/codeclist_test/ |
H A D | caps_unit_test.cpp | 784 …EXPECT_EQ(OH_AVCapability_GetSupportedLevelsForProfile(nullptr, DEFAULT_VIDEO_AVC_PROFILE, &levels… 969 …EXPECT_EQ(OH_AVCapability_GetSupportedLevelsForProfile(cap, profile, &levels, &levelsNum), AV_ERR_… 1000 …EXPECT_EQ(OH_AVCapability_GetSupportedLevelsForProfile(cap, profile, &levels, &levelsNum), AV_ERR_… 1031 …EXPECT_EQ(OH_AVCapability_GetSupportedLevelsForProfile(cap, profile, &levels, &levelsNum), AV_ERR_… 1062 …EXPECT_EQ(OH_AVCapability_GetSupportedLevelsForProfile(cap, profile, &levels, &levelsNum), AV_ERR_… 1093 …EXPECT_EQ(OH_AVCapability_GetSupportedLevelsForProfile(cap, profile, &levels, &levelsNum), AV_ERR_…
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/ |
H A D | func_test.cpp | 1632 …ret = OH_AVCapability_GetSupportedLevelsForProfile(nullptr, AVC_PROFILE_BASELINE, &levels, &levelN… 1648 ret = OH_AVCapability_GetSupportedLevelsForProfile(capability, 1, &levels, &levelNum); 1663 …ret = OH_AVCapability_GetSupportedLevelsForProfile(capability, AVC_PROFILE_BASELINE, nullptr, &lev… 1678 …ret = OH_AVCapability_GetSupportedLevelsForProfile(capability, AVC_PROFILE_BASELINE, &levels, null… 1694 …ret = OH_AVCapability_GetSupportedLevelsForProfile(capability, AVC_PROFILE_BASELINE, &levels, &lev… 2574 ret = OH_AVCapability_GetSupportedLevelsForProfile(capability, 1, levels, &levelNum); 2589 …ret = OH_AVCapability_GetSupportedLevelsForProfile(capability, HEVC_PROFILE_MAIN, nullptr, &levelN… 2604 …ret = OH_AVCapability_GetSupportedLevelsForProfile(capability, HEVC_PROFILE_MAIN, &levels, nullptr… 2620 …ret = OH_AVCapability_GetSupportedLevelsForProfile(capability, HEVC_PROFILE_MAIN, &levels, &levelN…
|
/ohos5.0/docs/zh-cn/application-dev/media/avcodec/ |
H A D | obtain-supported-codecs.md | 320 | OH_AVCapability_GetSupportedLevelsForProfile | 获取当前编解码器在给定档次的情况下支持的等级信息 | 347 ret = OH_AVCapability_GetSupportedLevelsForProfile(capability, profile, &levels, &levelNum);
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/ |
H A D | api_test.cpp | 2189 ret = OH_AVCapability_GetSupportedLevelsForProfile( 2209 ret = OH_AVCapability_GetSupportedLevelsForProfile(capability, 1, &levels, &levelNum); 2227 ret = OH_AVCapability_GetSupportedLevelsForProfile( 2246 ret = OH_AVCapability_GetSupportedLevelsForProfile( 2275 ret = OH_AVCapability_GetSupportedLevelsForProfile( 2309 ret = OH_AVCapability_GetSupportedLevelsForProfile( 2562 ret = OH_AVCapability_GetSupportedLevelsForProfile(
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/OpenHarmony_4.0.8.5/ |
H A D | native-apidiff-avcodec.md | 50 |avcapability|OH_AVErrCode OH_AVCapability_GetSupportedLevelsForProfile(OH_AVCapability *capability…
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/ |
H A D | api_test.cpp | 2012 …ret = OH_AVCapability_GetSupportedLevelsForProfile(nullptr, AVC_PROFILE_BASELINE, &levels, &levelN… 2028 ret = OH_AVCapability_GetSupportedLevelsForProfile(capability, 1, &levels, &levelNum); 2043 …ret = OH_AVCapability_GetSupportedLevelsForProfile(capability, AVC_PROFILE_BASELINE, nullptr, &lev… 2058 …ret = OH_AVCapability_GetSupportedLevelsForProfile(capability, AVC_PROFILE_BASELINE, &levels, null… 2082 … ret = OH_AVCapability_GetSupportedLevelsForProfile(capability, profiles[i], &levels, &levelNum); 2112 … ret = OH_AVCapability_GetSupportedLevelsForProfile(capability, profiles[i], &levels, &levelNum);
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/codeclist_test/capi/ |
H A D | codeclist_capi_mock.cpp | 365 …int32_t ret = OH_AVCapability_GetSupportedLevelsForProfile(codeclist_, profile, &levels, &levelNum… in GetSupportedLevelsForProfile()
|
/ohos5.0/docs/en/application-dev/reference/apis-avcodec-kit/ |
H A D | native__avcapability_8h.md | 69 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_AVCapability_GetSupportedLevelsForProfile](_a_v_capabil…
|
H A D | _a_v_capability.md | 76 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_AVCapability_GetSupportedLevelsForProfile](#oh_avcapabi… 433 ### OH_AVCapability_GetSupportedLevelsForProfile() 436 OH_AVErrCode OH_AVCapability_GetSupportedLevelsForProfile (OH_AVCapability *capability, int32_t pro…
|
/ohos5.0/docs/en/release-notes/api-diff/OpenHarmony_4.0.8.5/ |
H A D | native-apidiff-avcodec.md | 50 |avcapability|OH_AVErrCode OH_AVCapability_GetSupportedLevelsForProfile(OH_AVCapability *capability…
|
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/common/ |
H A D | native_avcapability.cpp | 155 OH_AVErrCode OH_AVCapability_GetSupportedLevelsForProfile(OH_AVCapability *capability, int32_t prof… in OH_AVCapability_GetSupportedLevelsForProfile() function
|
/ohos5.0/docs/en/application-dev/media/avcodec/ |
H A D | obtain-supported-codecs.md | 320 | OH_AVCapability_GetSupportedLevelsForProfile | Obtains the codec levels supported by a… 347 ret = OH_AVCapability_GetSupportedLevelsForProfile(capability, profile, &levels, &levelNum);
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/ |
H A D | api_test.cpp | 1577 … ret = OH_AVCapability_GetSupportedLevelsForProfile(capability, profiles[i], &levels, &levelNum);
|