Home
last modified time | relevance | path

Searched refs:getAtomTypeString (Results 1 – 2 of 2) sorted by relevance

/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/
DMetadataUtil.java392 Log.d(TAG, "Skipped unknown metadata entry: " + Atom.getAtomTypeString(type)); in parseIlstElement()
437 Log.w(TAG, "Failed to parse text attribute: " + Atom.getAtomTypeString(type)); in parseTextAttribute()
450 Log.w(TAG, "Failed to parse comment attribute: " + Atom.getAtomTypeString(type)); in parseCommentAttribute()
470 Log.w(TAG, "Failed to parse uint8 attribute: " + Atom.getAtomTypeString(type)); in parseUint8Attribute()
491 Log.w(TAG, "Failed to parse index/count attribute: " + Atom.getAtomTypeString(type)); in parseIndexAndCountAttribute()
DAtom.java393 return getAtomTypeString(type); in toString()
524 return getAtomTypeString(type) in toString()
551 public static String getAtomTypeString(int type) { in getAtomTypeString() method in Atom