Lines Matching refs:video

2 Audio and Video Codec (AVCodec) Kit provides capabilities such as audio and video codec, media file…
9video calling and video recording applications) can send uncompressed video data to the video enco…
11 …ecoding: Video applications (such as video calling application and video player) can send video st…
12 …ons (such as audio and video players) can parse media files stored locally or received from the In…
13 … and video recording application) can mux stream data encoded by the encoder into media files (in …
16 - Zero copy of internal data: During video decoding, the AVCodec provides an AVBuffer through a cal…
18 - Hardware acceleration for video codecs: H.264, H.265, and H.265 10-bit hardware codecs are suppor…
21 - Media file: file that carries media data such as audio, video, and subtitles. Examples are .mp4 a…
23 - Audio and video encoding: process of converting uncompressed audio and video data into another fo…
24 - Audio and video decoding: process of converting a data format into an uncompressed original seque…
25 - Media file muxing: process of writing media data (such as audio, video, and subtitles) and descri…
26 - Media file demuxing: process of reading media data (such as audio, video, and subtitles) from a f…
29 …In the case of audio and video, a sample typically means compressed data that has the same decodin…
38 The input of video encoding and the output of video decoding are in surface mode.
42 The following figure shows the video encoding and decoding logic.
46 …ee [Video Decoding in Surface Output](video-decoding.md#surface-output) and [Video Encoding in Sur…
70 …evelopment guide, see [Media Data Demuxing](audio-video-demuxer.md) and [Media Data Muxing](audio-