Lines Matching defs:supports

40  * here's how to find an encoder that supports a given MIME type:
141 * For example, what profile/level combinations it supports and what colorspaces
228 * <b>video decoder only</b>: codec supports seamless resolution changes.
233 * <b>video decoder only</b>: codec supports secure decryption.
238 * <b>video or audio decoder only</b>: codec supports tunneled playback.
307 * Query whether codec supports a given {@link MediaFormat}.
489 * A class that supports querying the audio capabilities of a codec.
511 * supports only discrete values. Otherwise, it returns
529 * supports any number of channels between 1 and this maximum value.
562 private boolean supports(Integer sampleRate, Integer inputChannels) {
582 return supports(sampleRate, null);
590 if (supports(rate, null /* channels */)) {
740 if (!supports(sampleRate, channels)) {
752 * A class that supports querying the video capabilities of a codec.
946 if (!supports(width, height, null)) {
965 return supports(width, height, frameRate);
973 return supports(width, height, null);
976 private boolean supports(
1021 return supports(width, height, rate);
1180 // codec supports profiles that we don't know.
1588 // only supports CIF, 0..QCIF
1591 // only supports CIF, 0..QCIF
1594 // only supports CIF, 0..QCIF
1600 // only supports 50fps for H > 15
1603 // only supports 50fps for H > 15
1606 // only supports 50fps for H > 30
1787 * A class that supports querying the encoding capabilities of a codec.
1920 private boolean supports(
1998 return supports(complexity, quality, profile);