Home
last modified time | relevance | path

Searched refs:AVC_LEVEL_51 (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/media/avcodec/
H A Dobtain-supported-codecs.md357 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 Dvideo_types.h262 AVC_LEVEL_51 = 15, enumerator
/ohos5.0/foundation/multimedia/av_codec/interfaces/kits/c/
H A Dnative_avcodec_base.h938 AVC_LEVEL_51 = 15, enumerator
/ohos5.0/foundation/multimedia/av_codec/test/unittest/codeclist_test/
H A Dcodeclist_mock.h122 … 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 Dobtain-supported-codecs.md357 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 Davcodec_info.h744 AVC_LEVEL_51 = 15, enumerator
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dtype_converter.cpp89 { OMX_VIDEO_AVCLevel51, AVC_LEVEL_51 },
/ohos5.0/docs/zh-cn/application-dev/reference/apis-avcodec-kit/
H A Dnative__avcodec__base_8h.md75 …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.md225 …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 Davcodec_info.cpp38 {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 Dfcodec.cpp1486 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 Dnative__avcodec__base_8h.md75 …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.md225 …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. |