Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/
DID3.h91 bool removeUnsynchronizationV2_4(bool iTunesHack);
/frameworks/av/media/libstagefright/id3/
DID3.cpp210 bool success = removeUnsynchronizationV2_4(false /* iTunesHack */); in parseV2()
215 success = removeUnsynchronizationV2_4(true /* iTunesHack */); in parseV2()
360 bool ID3::removeUnsynchronizationV2_4(bool iTunesHack) { in removeUnsynchronizationV2_4() function in android::ID3