Home | History | Annotate | Download | only in media

Lines Matching defs:profileLevels

162         public CodecProfileLevel[] profileLevels;  // NOTE this array is modifiable by user
660 for (CodecProfileLevel pl : profileLevels) {
708 for (CodecProfileLevel pl: profileLevels) {
834 // profileLevels and colorFormats may be modified by client.
835 caps.profileLevels = Arrays.copyOf(profileLevels, profileLevels.length);
907 profileLevels = profLevs;
2055 CodecProfileLevel[] profileLevels = mParent.profileLevels;
2063 for (CodecProfileLevel profileLevel: profileLevels) {
2150 for (CodecProfileLevel profileLevel: profileLevels) {
2218 for (CodecProfileLevel profileLevel: profileLevels) {
2331 for (CodecProfileLevel profileLevel: profileLevels) {
2433 for (CodecProfileLevel profileLevel: profileLevels) {
2466 for (CodecProfileLevel profileLevel: profileLevels) {
2540 for (CodecProfileLevel profileLevel: profileLevels) {
2788 for (CodecProfileLevel pl: mParent.profileLevels) {
2864 * {@link MediaCodecInfo.CodecCapabilities#profileLevels} field.