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.
890 supported profiles. Determine the level for them using the info they provide. */
950 * Returns the range of supported bitrates in bits/second.
957 * Returns the array of supported sample rates if the codec
966 * Returns the array of supported sample rate ranges. The
975 * Returns the maximum number of input channels supported. The codec
1026 * Query whether the sample rate is supported by the codec.
1237 * Returns the range of supported bitrates in bits/second.
1244 * Returns the range of supported video widths.
1251 * Returns the range of supported video heights.
1295 * Returns the range of supported frame rates.
1307 * Returns the range of supported video widths for a video height.
1344 // height is not supported because there are no suitable widths
1345 Log.v(TAG, "could not get supported widths for " + height);
1351 * Returns the range of supported video heights for a video width
1388 // width is not supported because there are no suitable heights
1389 Log.v(TAG, "could not get supported heights for " + width);
1395 * Returns the range of supported video frame rates for a video size.
1455 * of common video sizes supported by the codec. As such it should only be used to
1490 * @throws IllegalArgumentException if the video size is not supported.
1508 * {@code height}) and {@code frameRate} combination is supported.
1517 * {@code height}) is supported.
1627 // full positive ranges are supported as these get calculated
2056 boolean supported = true;
2108 supported = false;
2119 if (supported) {
2141 boolean supported = true;
2180 supported = false;
2187 if (supported) {
2210 boolean supported = true;
2271 // Studio profiles are not supported by our codecs.
2283 supported = false;
2290 if (supported) {
2386 // levels) allow custom frame size support beyond supported limits
2638 * Returns the supported range of quality values.
2647 * Returns the supported range of encoder complexity values.
2681 * Query whether a bitrate mode is supported.