Lines Matching refs:to

9 …eate(int32_t fd, OH_AVOutputFormat format); | Added    | This API is added to create an **OH_AVMux…
10 …tion(OH_AVMuxer \*muxer, int32_t rotation); | Added | This API is added to set the rotation ang…
11 …t \*trackIndex, OH_AVFormat \*trackFormat); | Added | This API is added to add a media track. …
12 …VMuxer_Start(OH_AVMuxer \*muxer); | Added | This API is added to start encapsulation.…
13 …*sample, OH_AVCodecBufferAttr info); | Added | This API is added to write data to the muxer. …
14 …VMuxer_Stop(OH_AVMuxer \*muxer); | Added | This API is added to stop encapsulation. …
15 …VMuxer_Destroy(OH_AVMuxer \*muxer); | Added | This API is added to destroy an **OH_AVMu…
16 …_AVSource_CreateWithURI(char *uri); | Added | This API is added to create an **OH_AVSou…
17 … fd, int64_t offset, int64_t size); | Added | This API is added to create an **OH_AVSou…
18 …ource_Destroy(OH_AVSource *source); | Added | This API is added to destroy an **OH_AVSo…
19 …tSourceFormat(OH_AVSource *source); | Added | This API is added to obtain source inform…
20 …urce *source, uint32_t trackCount); | Added | This API is added to obtain track informa…
21 …ateWithSource(OH_AVSource *source); | Added | This API is added to create an **OH_AVDem…
22 …xer_Destroy(OH_AVDemuxer *demuxer); | Added | This API is added to destroy an **OH_AVDe…
23 …xer *demuxer, uint32_t trackIndex); | Added | This API is added to select a track, from…
24 …xer *demuxer, uint32_t trackIndex); | Added | This API is added to deselect a track. …
25 …ample, OH_AVCodecBufferAttr *info); | Added | This API is added to read the frame from …
26 …llisecond, OH_AVSeekMode mode); | Added | This API is added to seek to the specified ti…
27 …bility(const char *mime, bool isEncoder);|Added|This API is added to obtain a handle to the codec …
28 … isEncoder, OH_AVCodecCategory category);|Added|This API is added to obtain a handle to the codec …
29 …apability_IsHardware(OH_AVCapability *capability);|Added|This API is added to check whether a code…
30 …AVCapability_GetName(OH_AVCapability *capability);|Added|This API is added to obtain the codec nam…
31 …axSupportedInstances(OH_AVCapability *capability);|Added|This API is added to obtain the maximum n…
32 …Capability *capability, OH_AVRange *bitrateRange);|Added|This API is added to obtain the bit rate …
33 …pability *capability, OH_BitrateMode bitrateMode);|Added|This API is added to check whether a spec…
34 …Capability *capability, OH_AVRange *qualityRange);|Added|This API is added to obtain the quality r…
35 …ability *capability, OH_AVRange *complexityRange);|Added|This API is added to obtain the complexit…
36 …t int32_t **sampleRates, uint32_t *sampleRateNum);|Added|This API is added to obtain the sampling …
37 …ility *capability, OH_AVRange *channelCountRange);|Added|This API is added to obtain the count ran…
38 …VCapability *capability, int32_t *widthAlignment);|Added|This API is added to obtain the video wid…
39 …Capability *capability, int32_t *heightAlignment);|Added|This API is added to obtain the video hei…
40 …pability, int32_t height, OH_AVRange *widthRange);|Added|This API is added to obtain the video wid…
41 …pability, int32_t width, OH_AVRange *heightRange);|Added|This API is added to obtain the video hei…
42 …AVCapability *capability, OH_AVRange *widthRange);|Added|This API is added to obtain the video wid…
43 …VCapability *capability, OH_AVRange *heightRange);|Added|This API is added to obtain the video hei…
44 …ility *capability, int32_t width, int32_t height);|Added|This API is added to check whether a vide…
45 …pability *capability, OH_AVRange *frameRateRange);|Added|This API is added to obtain the video fra…
46 …idth, int32_t height, OH_AVRange *frameRateRange);|Added|This API is added to obtain the video fra…
47 …int32_t width, int32_t height, int32_t frameRate);|Added|This API is added to check whether the co…
48 …nst int32_t **pixFormats, uint32_t *pixFormatNum);|Added|This API is added to obtain the video pix…
49 …, const int32_t **profiles, uint32_t *profileNum);|Added|This API is added to obtain the profiles …
50 …ofile, const int32_t **levels,uint32_t *levelNum);|Added|This API is added to obtain the codec lev…
51 …lity *capability, int32_t profile, int32_t level);|Added|This API is added to check whether the co…
52 …meType, int32_t sampleRate, int32_t channelCount);|Added|This API is added to create an **OH_AVFor…
53 …t char \*mimeType, int32_t width, int32_t height);|Added|This API is added to create an **OH_AVFor…
54 |avmemory|OH_AVMemory \*OH_AVMemory_Create(int32_t size);|Added|This API is added to create an **OH…
55 |avmemory|OH_AVErrCode OH_AVMemory_Destroy(struct OH_AVMemory \*mem);|Added|This API is added to de…
56 …er_IsValid(OH_AVCodec \*codec, bool \*isValid); | Added| This API is added to check whether a code…
57 …er_IsValid(OH_AVCodec \*codec, bool \*isValid); | Added| This API is added to check whether a code…
58 …H_AVCodec \*codec, bool \*isValid); | Added | This API is added to check whether a code…
59 …H_AVCodec \*codec, bool \*isValid); | Added | This API is added to check whether a code…
60 …ferAttr attr); | Added | This API is added to push the input buffer filled with data to
61 …putDescription(OH_AVCodec \*codec); | Added | This API is added to obtain the descripti…