Home
last modified time | relevance | path

Searched refs:AVC (Results 1 – 25 of 48) sorted by relevance

12

/ohos5.0/docs/zh-cn/application-dev/media/avcodec/
H A Davcodec-support-formats.md11 | 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 Davcodec-support-formats.md11 | 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 Dsubsys-security-selinux-checklist.md5 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:
48AVC 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 Dsubsys-security-selinux-overview.md38 - 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 Dsubsys-security-selinux-check.md319 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 Dsubsys-security-selinux-develop-intro.md51 ## AVC Log Information
70 …search for access denial logs, and configure SELinux policies based on the AVC alarms that affect …
H A Dsubsys-multimedia-video-overview.md41 … 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 Dcommand_parse.h19 enum class codecMime { AVC, HEVC }; enumerator
28 codecMime codec = codecMime::AVC;
/ohos5.0/drivers/peripheral/codec/test/demo/v2.0/include/
H A Dcommand_parse.h19 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 Dchangelogs-multimedia.md556 1. 视频编码使用 AVC 代替MPEG4。
557 2. 音视频播放资源涉及封装格式 WebM,或视频解码格式 H.263/MPEG2/MPEG4/VP8,会播放失败,尽量使用封装格式 MP4,视频解码格式 AVC 的资源代替。
/ohos5.0/drivers/peripheral/codec/test/demo/jpeg/include/
H A Dcommand_parse.h20 enum class CodecMime { AVC, HEVC, MPEG4, VP9 }; enumerator
/ohos5.0/docs/zh-cn/application-dev/reference/apis-avcodec-kit/
H A D_codec_base.md30 | [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 Dnative__avcodec__base_8h.md43 …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 Dsubsys-multimedia-video-overview.md41 …/双声道,支持MPEG-4(.mp4,.m4a)容器格式。<br/>-&nbsp;视频解码:支持H.265&nbsp;HEVC/H.264&nbsp;AVC格式解码(限自身编码码流),支持MPEG…
H A Dsubsys-security-selinux-overview.md39 - **AVC**
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Djs-framework-file.md87 | H.264&nbsp;AVC<br/>Baseline&nbsp;Profile&nbsp;(BP) | .3gp<br/>.mp4 |
/ohos5.0/base/security/selinux_adapter/
H A DREADME-en.md79 … 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 Dcodec_packet_reader.cpp32 case CodecMime::AVC: in GetPacketReader()
H A Dcodec_hdi_decode.cpp47 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 Dcodec_hdi_encode.cpp52 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 Djs-framework-file.md69 | H.264 AVC Baseline Profile (BP) | .3gp .mp4 |
/ohos5.0/docs/en/application-dev/reference/apis-avcodec-kit/
H A Dnative__avcodec__base_8h.md43 …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.md190 …) [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 Dcodec_hdi_decode.cpp56 codecMime_ = codecMime::AVC; in CodecHdiDecode()
257 if (codecMime_ == codecMime::AVC) { in Configure()
/ohos5.0/docs/en/application-dev/media/media/
H A Dvideo-recording.md95 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.

12