Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/
DID3.h95 bool removeUnsynchronizationV2_4(bool iTunesHack);
/frameworks/av/media/libstagefright/id3/
DID3.cpp261 bool success = removeUnsynchronizationV2_4(false /* iTunesHack */); in parseV2()
266 success = removeUnsynchronizationV2_4(true /* iTunesHack */); in parseV2()
411 bool ID3::removeUnsynchronizationV2_4(bool iTunesHack) { in removeUnsynchronizationV2_4() function in android::ID3