Searched defs:iTunesHack (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/id3/
H A DID3.cpp199 bool success = removeUnsynchronizationV2_4(false /* iTunesHack */);
204 success = removeUnsynchronizationV2_4(true /* iTunesHack */);
326 bool ID3::removeUnsynchronizationV2_4(bool iTunesHack) { argument
336 if (iTunesHack) {
380 if (flags != prevFlags || iTunesHack) {

Completed in 738 milliseconds