Lines Matching refs:supported
8 …guide and sample, see [Obtaining Supported Codecs](../../media/avcodec/obtain-supported-codecs.md).
57 …AVCapability \*capability) | Obtains the maximum number of codec instances supported by a codec. |
58 …ange](_o_h___a_v_range.md) \*bitrateRange) | Obtains the bit rate range supported by an encoder. |
60 …Range](_o_h___a_v_range.md) \*qualityRange) | Obtains the quality range supported by an encoder. |
61 …(_o_h___a_v_range.md) \*complexityRange) | Obtains the complexity range supported by an encoder. |
62 …t \*\*sampleRates, uint32_t \*sampleRateNum) | Obtains the sample rates supported by an audio code…
63 …ge.md) \*channelCountRange) | Obtains the count range of audio channels supported by an audio code…
64 …pability, int32_t \*widthAlignment) | Obtains the video width alignment supported by a video codec…
65 …bility, int32_t \*heightAlignment) | Obtains the video height alignment supported by a video codec…
66 …nge](_o_h___a_v_range.md) \*widthRange) | Obtains the video width range supported by a video codec…
67 …e](_o_h___a_v_range.md) \*heightRange) | Obtains the video height range supported by a video codec…
68 …nge](_o_h___a_v_range.md) \*widthRange) | Obtains the video width range supported by a video codec…
69 …e](_o_h___a_v_range.md) \*heightRange) | Obtains the video height range supported by a video codec…
71 …___a_v_range.md) \*frameRateRange) | Obtains the video frame rate range supported by a video codec…
72 …___a_v_range.md) \*frameRateRange) | Obtains the video frame rate range supported by a video codec…
74 …elFormats, uint32_t \*pixelFormatNum) | Obtains the video pixel formats supported by a video codec…
75 … const int32_t \*\*profiles, uint32_t \*profileNum) | Obtains the profiles supported by a codec. |
76 …onst int32_t \*\*levels, uint32_t \*levelNum) | Obtains the codec levels supported by a profile. |
194 Returns **true** if the combination of the profile and level is supported; returns **false** otherw…
221 Returns **true** if the combination of the video size and frame rate is supported; returns **false*…
231 Obtains the count range of audio channels supported by an audio codec.
242 | channelCountRange | Output parameter. Pointer to the count range of audio channels supported. |
258 Obtains the sample rates supported by an audio codec.
286 Obtains the bit rate range supported by an encoder.
297 | bitrateRange | Output parameter. Pointer to the bit rate range supported. |
313 Obtains the complexity range supported by an encoder.
324 | complexityRange | Output parameter. Pointer to the complexity range supported. |
340 Obtains the quality range supported by an encoder.
351 | qualityRange | Output parameter. Pointer to the quality range supported. |
392 Obtains the maximum number of codec instances supported by a codec.
406 Returns the maximum number of codec instances supported.
440 Obtains the codec levels supported by a profile.
459 …returned if the capability instance is invalid, the level is not in the supported level array obta…
469 Obtains the profiles supported by a codec.
497 Obtains the video frame rate range supported by a video codec.
508 | frameRateRange | Output parameter. Pointer to the video frame rate range supported. |
524 Obtains the video frame rate range supported by a video codec based on a given video size.
537 | frameRateRange | Output parameter. Pointer to the video frame rate range supported. |
543 …ity instance is invalid, the combination of the width and height is not supported, or the pointer …
553 Obtains the video height alignment supported by a video codec.
564 | heightAlignment | Output parameter. Pointer to the video height alignment supported. |
580 Obtains the video height range supported by a video codec.
591 | heightRange | Output parameter. Pointer to the video height range supported. |
607 Obtains the video height range supported by a video codec based on a given width.
619 | heightRange | Output parameter. Pointer to the video height range supported. |
625 …rned if the capability instance is invalid, the width is not within the supported width range obta…
635 Obtains the video pixel formats supported by a video codec.
663 Obtains the video width alignment supported by a video codec.
674 | widthAlignment | Output parameter. Pointer to the video width alignment supported. |
690 Obtains the video width range supported by a video codec.
701 | widthRange | Output parameter. Pointer to the video width range supported. |
717 Obtains the video width range supported by a video codec based on a given height.
729 | widthRange | Output parameter. Pointer to the video width range supported. |
735 …ned if the capability instance is invalid, the height is not within the supported height range obt…
760 Returns **true** if the bit rate mode is supported; returns **false** otherwise.
785 Returns **true** if the feature is supported; returns **false** otherwise.
835 Returns **true** if the video size is supported; returns **false** otherwise.