Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/include/
H A DID3.h94 bool removeUnsynchronizationV2_4(bool iTunesHack, bool hasGlobalUnsync);
/aosp12/frameworks/av/media/libstagefright/id3/
H A DID3.cpp355 bool success = removeUnsynchronizationV2_4(false /* iTunesHack */, hasGlobalUnsync); in parseV2()
360 success = removeUnsynchronizationV2_4(true /* iTunesHack */, hasGlobalUnsync); in parseV2()
420 bool ID3::removeUnsynchronizationV2_4(bool iTunesHack, bool hasGlobalUnsync) { in removeUnsynchronizationV2_4() function in android::ID3