Lines Matching refs:supported
91 * Query the media types supported by the codec.
132 // found stuff that is not supported by framework (=> this should not happen)
158 // Enumerates supported profile/level combinations as defined
475 * These features are supported to be used by the codec. These
607 * +: method does not verify that the format parameters are supported
651 // If we recognize this profile, check that this format is supported by the
652 // highest level supported by the codec for that profile. (Ignore specified
654 // guidance. E.g. AVC Level 1 CIF format is supported if codec supports level 1.1
656 // 1080p format is not supported even if codec supports Main Profile Level High,
741 // high tier levels are only supported by other high tier levels
786 * Returns the max number of the supported concurrent codec instances.
900 supported profiles. Determine the level for them using the info they provide. */
961 * Returns the range of supported bitrates in bits/second.
968 * Returns the array of supported sample rates if the codec
977 * Returns the array of supported sample rate ranges. The
986 * Returns the maximum number of input channels supported. The codec
1036 * Query whether the sample rate is supported by the codec.
1247 * Returns the range of supported bitrates in bits/second.
1254 * Returns the range of supported video widths.
1261 * Returns the range of supported video heights.
1305 * Returns the range of supported frame rates.
1317 * Returns the range of supported video widths for a video height.
1354 // height is not supported because there are no suitable widths
1355 Log.v(TAG, "could not get supported widths for " + height);
1361 * Returns the range of supported video heights for a video width
1398 // width is not supported because there are no suitable heights
1399 Log.v(TAG, "could not get supported heights for " + width);
1405 * Returns the range of supported video frame rates for a video size.
1465 * of common video sizes supported by the codec. As such it should only be used to
1500 * @throws IllegalArgumentException if the video size is not supported.
1518 * {@code height}) and {@code frameRate} combination is supported.
1527 * {@code height}) is supported.
1636 // full positive ranges are supported as these get calculated
2065 boolean supported = true;
2118 supported = false;
2130 if (supported) {
2152 boolean supported = true;
2191 supported = false;
2198 if (supported) {
2221 boolean supported = true;
2282 // Studio profiles are not supported by our codecs.
2294 supported = false;
2301 if (supported) {
2397 // levels) allow custom frame size support beyond supported limits
2649 * Returns the supported range of quality values.
2659 * Returns the supported range of encoder complexity values.
2693 * Query whether a bitrate mode is supported.