/ohos5.0/docs/zh-cn/application-dev/media/avcodec/ |
H A D | obtain-supported-codecs.md | 357 case AVC_LEVEL_51: 384 …upported = OH_AVCapability_AreProfileAndLevelSupported(capability, AVC_PROFILE_MAIN, AVC_LEVEL_51); 391 视频编解码的宽高不仅会受帧级编解码能力限制,同时也会受协议中级别对帧级能力的限制。以H.264为例,AVC_LEVEL_51限定最大每帧宏块数目为36864。 488 视频编解码的帧率不仅会受编解码器秒级编解码能力限制,同时也会受协议中级别对秒级能力的限制。以H.264为例,AVC_LEVEL_51限定最大每秒宏块数目为983040。
|
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/meta/ |
H A D | video_types.h | 262 AVC_LEVEL_51 = 15, enumerator
|
/ohos5.0/foundation/multimedia/av_codec/interfaces/kits/c/ |
H A D | native_avcodec_base.h | 938 AVC_LEVEL_51 = 15, enumerator
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/codeclist_test/ |
H A D | codeclist_mock.h | 122 … AVC_LEVEL_31, AVC_LEVEL_32, AVC_LEVEL_4, AVC_LEVEL_41, AVC_LEVEL_42, AVC_LEVEL_5, AVC_LEVEL_51};
|
/ohos5.0/docs/en/application-dev/media/avcodec/ |
H A D | obtain-supported-codecs.md | 357 case AVC_LEVEL_51: 384 …upported = OH_AVCapability_AreProfileAndLevelSupported(capability, AVC_PROFILE_MAIN, AVC_LEVEL_51); 391 …ame-level capability defined in the protocol. For example, for H.264, AVC_LEVEL_51 limits the maxi… 488 …ond-level capability defined in the protocol. For example, for H.264, AVC_LEVEL_51 limits the maxi…
|
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/ |
H A D | avcodec_info.h | 744 AVC_LEVEL_51 = 15, enumerator
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | type_converter.cpp | 89 { OMX_VIDEO_AVCLevel51, AVC_LEVEL_51 },
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-avcodec-kit/ |
H A D | native__avcodec__base_8h.md | 75 …VC_LEVEL_41 = 12, <br/>AVC_LEVEL_42 = 13, <br/>AVC_LEVEL_5 = 14, <br/>AVC_LEVEL_51 = 15, <br/>AVC_…
|
H A D | _codec_base.md | 225 …VC_LEVEL_41 = 12, <br/>AVC_LEVEL_42 = 13, <br/>AVC_LEVEL_5 = 14, <br/>AVC_LEVEL_51 = 15, <br/>AVC_… 999 | AVC_LEVEL_51 | 级别5.1 |
|
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/avcodeclist/ |
H A D | avcodec_info.cpp | 38 {AVC_LEVEL_5, LevelParams(589824, 22080)}, {AVC_LEVEL_51, LevelParams(983040, 36864)},
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/ |
H A D | fcodec.cpp | 1486 for (int32_t j = 0; j <= static_cast<int32_t>(AVCLevel::AVC_LEVEL_51); ++j) { in GetCodecCapability()
|
/ohos5.0/docs/en/application-dev/reference/apis-avcodec-kit/ |
H A D | native__avcodec__base_8h.md | 75 …r>AVC_LEVEL_41 = 12, <br>AVC_LEVEL_42 = 13, <br>AVC_LEVEL_5 = 14, <br>AVC_LEVEL_51 = 15, <br>AVC_L…
|
H A D | _codec_base.md | 225 …r>AVC_LEVEL_41 = 12, <br>AVC_LEVEL_42 = 13, <br>AVC_LEVEL_5 = 14, <br>AVC_LEVEL_51 = 15, <br>AVC_L… 1059 | AVC_LEVEL_51 | Level 5.1. |
|