/ohos5.0/docs/zh-cn/application-dev/media/avcodec/ |
H A D | avcodec-support-formats.md | 11 | AVC(H.264)、HEVC(H.265) |AVC(H.264)<!--RP12--><!--RP12End--> | 26 | mp4 | HEVC(H.265)、 AVC(H.264) | 79 | 音视频 | mp4 |<!--RP4-->视频码流:AVC(H.264),音频码流:AAC、MPEG(MP3),字幕流:WEBVTT<!--… 80 | 音视频 | fmp4 |<!--RP5-->视频码流:AVC(H.264),音频码流:AAC、MPEG(MP3)<!--RP5End-->| 81 | 音视频 | mkv |<!--RP6-->视频码流:AVC(H.264),音频码流:AAC、MPEG(MP3)、OPUS<!--RP6End… 82 | 音视频 | mpeg-ts |<!--RP7-->视频码流:AVC(H.264),音频码流:AAC、MPEG(MP3)<!--RP7End-->| 83 | 音视频 | flv |<!--RP8-->视频码流:AVC(H.264),音频码流:AAC<!--RP8End-->| 106 | mp4 | AVC(H.264)<!--RP11--><!--RP11End--> | AAC、MPEG(MP3) | jpeg、png、bmp |
|
/ohos5.0/docs/en/application-dev/media/avcodec/ |
H A D | avcodec-support-formats.md | 11 | AVC (H.264) and HEVC (H.265)|AVC (H.264)<!--RP12--><!--RP12End--> | 25 | mp4 | HEVC (H.265) and AVC (H.264)| 78 | Audio/Video | mp4 |<!--RP4-->Video stream: AVC (H.264); audio stream: A… 79 | Audio/Video | fmp4 |<!--RP5-->Video stream: AVC (H.264); audio stream: A… 80 | Audio/Video | mkv |<!--RP6-->Video stream: AVC (H.264); audio stream: A… 81 | Audio/Video | mpeg-ts |<!--RP7-->Video stream: AVC (H.264); audio stream: A… 82 | Audio/Video | flv |<!--RP8-->Video stream: AVC (H.264); audio stream: A… 105 | mp4 | AVC (H.264) <!--RP11--><!--RP11End--> | AAC, MPEG (MP3)| jpeg, png, bmp|
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-security-selinux-checklist.md | 5 Not all the SELinux policies converted from AVC logs are appropriate for use. You need to review an… 21 …ased on the application APL. For example, the policy configured based on the AVC log is as follows: 48 …AVC logs in addition to configuring **allow** rules. Otherwise, all **ioctlcmd** permissions are g… 52 The SELinux policy that allows ioctl is configured based on the AVC log as follows: 56 You need to further restrict **ioctlcmd** based on "ioctlcmd=0x6613" in the AVC log.
|
H A D | subsys-security-selinux-overview.md | 38 - AVC 40 …Access Vector Cache (AVC) is used to trace and cache information about access control decisions to… 49 + Enforcing mode: Permission denials are both enforced and logged with an AVC alarm. 50 + Permissive mode: Permission denials are logged with an AVC alarm but not enforced.
|
H A D | subsys-security-selinux-check.md | 319 For **ioctl**, you need to restrict **ioctlcmd** based on AVC logs in addition to configuring **all… 340 - Method 1: Restrict **ioctlcmd** of **ioctl** based on the AVC log. For example, the AVC log is as… 344 Based on the AVC log, set the SELinux policy as follows: 348 …In addition, based on "ioctlcmd=0x6613" in the AVC log, add **allowxperm** to further restrict the… 357 …In the AVC log, **user mode** indicates that the policy is the baseline shared by the user and dev… 403 …In the AVC log, **user mode** indicates that the policy is the baseline shared by the user and dev…
|
H A D | subsys-security-selinux-develop-intro.md | 51 ## AVC Log Information 70 …search for access denial logs, and configure SELinux policies based on the AVC alarms that affect …
|
H A D | subsys-multimedia-video-overview.md | 41 … channels, MPEG-4 (.mp4 and .m4a) <br>- Video: The H.265 (HEVC) and H.264 (AVC) (for streams encod…
|
/ohos5.0/drivers/peripheral/codec/test/demo/idl/include/ |
H A D | command_parse.h | 19 enum class codecMime { AVC, HEVC }; enumerator 28 codecMime codec = codecMime::AVC;
|
/ohos5.0/drivers/peripheral/codec/test/demo/v2.0/include/ |
H A D | command_parse.h | 19 enum class CodecMime { AVC, HEVC, MPEG4, VP9 }; enumerator 40 CodecMime codec = CodecMime::AVC;
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.6.3/ |
H A D | changelogs-multimedia.md | 556 1. 视频编码使用 AVC 代替MPEG4。 557 2. 音视频播放资源涉及封装格式 WebM,或视频解码格式 H.263/MPEG2/MPEG4/VP8,会播放失败,尽量使用封装格式 MP4,视频解码格式 AVC 的资源代替。
|
/ohos5.0/drivers/peripheral/codec/test/demo/jpeg/include/ |
H A D | command_parse.h | 20 enum class CodecMime { AVC, HEVC, MPEG4, VP9 }; enumerator
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-avcodec-kit/ |
H A D | _codec_base.md | 30 | [OH_AVCODEC_MIMETYPE_VIDEO_AVC](#oh_avcodec_mimetype_video_avc) | AVC(H.264)视频编解码器的MIME类型。 … 190 | typedef enum [OH_AVCProfile](#oh_avcprofile-1) [OH_AVCProfile](#oh_avcprofile) | AVC档次。 | 200 | typedef enum [OH_AVCLevel](#oh_avclevel-1) [OH_AVCLevel](#oh_avclevel) | AVC级别。 | 357 AVC级别。 576 AVC档次。 976 AVC级别。 1012 AVC档次。 1020 | AVC_PROFILE_BASELINE | AVC编码档次为基本档次。 | 1021 | AVC_PROFILE_HIGH | AVC编码档次为高档次。 | 1022 | AVC_PROFILE_MAIN | AVC编码档次为主档次。 | [all …]
|
H A D | native__avcodec__base_8h.md | 43 …CProfile](_codec_base.md#oh_avcprofile-1) [OH_AVCProfile](_codec_base.md#oh_avcprofile) | AVC档次。 | 53 … [OH_AVCLevel](_codec_base.md#oh_avclevel-1) [OH_AVCLevel](_codec_base.md#oh_avclevel) | AVC级别。 | 65 …<br/>AVC_PROFILE_BASELINE = 0,<br/>AVC_PROFILE_HIGH = 4,<br/>AVC_PROFILE_MAIN = 8<br/>} | AVC档次。 | 75 …L_52 = 16, <br/>AVC_LEVEL_6 = 17, <br/>AVC_LEVEL_61 = 18, <br/>AVC_LEVEL_62 = 19<br/>} | AVC级别。 | 85 | const char \* [OH_AVCODEC_MIMETYPE_VIDEO_AVC](_codec_base.md#oh_avcodec_mimetype_video_avc) | AVC…
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-multimedia-video-overview.md | 41 …/双声道,支持MPEG-4(.mp4,.m4a)容器格式。<br/>- 视频解码:支持H.265 HEVC/H.264 AVC格式解码(限自身编码码流),支持MPEG…
|
H A D | subsys-security-selinux-overview.md | 39 - **AVC**
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | js-framework-file.md | 87 | H.264 AVC<br/>Baseline Profile (BP) | .3gp<br/>.mp4 |
|
/ohos5.0/base/security/selinux_adapter/ |
H A D | README-en.md | 79 … the system does not deny any operation but only logs Access Vector Cache (AVC) message for troubl… 85 Obtain the access information based on the AVC message.
|
/ohos5.0/drivers/peripheral/codec/test/demo/v2.0/src/ |
H A D | codec_packet_reader.cpp | 32 case CodecMime::AVC: in GetPacketReader()
|
H A D | codec_hdi_decode.cpp | 47 codecMime_ = CodecMime::AVC; in CodecHdiDecode() 211 case CodecMime::AVC: in Configure() 580 if (((caps[i].role == MEDIA_ROLETYPE_VIDEO_AVC) && (codecMime_ == CodecMime::AVC)) || in GetComponent()
|
H A D | codec_hdi_encode.cpp | 52 codecMime_ = CodecMime::AVC; in CodecHdiEncode() 731 if (((caps[i].role == MEDIA_ROLETYPE_VIDEO_AVC) && (codecMime_ == CodecMime::AVC)) || in GetComponent() 749 case CodecMime::AVC: in GetCompressFormat()
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | js-framework-file.md | 69 | H.264 AVC Baseline Profile (BP) | .3gp .mp4 |
|
/ohos5.0/docs/en/application-dev/reference/apis-avcodec-kit/ |
H A D | native__avcodec__base_8h.md | 43 …rofile](_codec_base.md#oh_avcprofile) | Defines an enum for Advanced Video Coding (AVC) profiles.| 53 …se.md#oh_avclevel-1) [OH_AVCLevel](_codec_base.md#oh_avclevel) | Defines an enum for AVC levels. | 65 …ASELINE = 0,<br>AVC_PROFILE_HIGH = 4,<br>AVC_PROFILE_MAIN = 8<br>} | Enumerates the AVC profiles.| 75 …AVC_LEVEL_6 = 17, <br>AVC_LEVEL_61 = 18, <br>AVC_LEVEL_62 = 19<br>} | Enumerates the AVC levels. | 85 …key that describes the Multipurpose Internet Mail Extension (MIME) type of AVC (H.264) video codec…
|
H A D | _codec_base.md | 190 …) [OH_AVCProfile](#oh_avcprofile) | Defines an enum for the Advanced Video Coding (AVC) profiles.| 200 … [OH_AVCLevel](#oh_avclevel-1) [OH_AVCLevel](#oh_avclevel) | Defines an enum for the AVC levels. | 215 …ASELINE = 0,<br>AVC_PROFILE_HIGH = 4,<br>AVC_PROFILE_MAIN = 8<br>} | Enumerates the AVC profiles.| 360 Defines an enum for the AVC levels. 597 Defines an enum for the AVC profiles. 1036 Enumerates the AVC levels. 1074 Enumerates the AVC profiles. 1082 | AVC_PROFILE_BASELINE | AVC baseline profile. | 1083 | AVC_PROFILE_HIGH | AVC high profile. | 1084 | AVC_PROFILE_MAIN | AVC main profile. | [all …]
|
/ohos5.0/drivers/peripheral/codec/test/demo/idl/src/ |
H A D | codec_hdi_decode.cpp | 56 codecMime_ = codecMime::AVC; in CodecHdiDecode() 257 if (codecMime_ == codecMime::AVC) { in Configure()
|
/ohos5.0/docs/en/application-dev/media/media/ |
H A D | video-recording.md | 95 videoCodec: media.CodecMimeType.VIDEO_AVC, // Video file encoding format. AVC is supported. 174 videoCodec: media.CodecMimeType.VIDEO_AVC, // Video file encoding format. AVC is supported.
|