Home | History | Annotate | Download | only in media

Lines Matching refs:mContentType

243     int mContentType = CONTENT_TYPE_UNKNOWN;
349 return mContentType;
400 bundle.putInt(AUDIO_ATTRIBUTES_CONTENT_TYPE, mContentType);
432 attr.mContentType = contentType;
460 private int mContentType = CONTENT_TYPE_UNKNOWN;
483 mContentType = aa.mContentType;
505 .setContentType(mContentType)
517 aac.mContentType = mContentType;
600 mContentType = contentType;
650 return Arrays.hashCode(new Object[] {mContentType, mFlags, mUsage, mLegacyStream});
666 .append(mContentType)
832 return ((mContentType == that.getContentType())