Searched refs:getAtomTypeString (Results 1 – 2 of 2) sorted by relevance
392 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()
393 return getAtomTypeString(type); in toString()524 return getAtomTypeString(type) in toString()551 public static String getAtomTypeString(int type) { in getAtomTypeString() method in Atom