Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/id3/
DID3.cpp640 char16_t *framedatacopy = NULL; in getstring() local
643 framedatacopy = new (std::nothrow) char16_t[len]; in getstring()
644 if (framedatacopy == NULL) { in getstring()
648 framedatacopy[i] = bswap_16(framedata[i]); in getstring()
650 framedata = framedatacopy; in getstring()
654 if (framedatacopy != NULL) { in getstring()
655 delete[] framedatacopy; in getstring()
665 char16_t *framedatacopy = NULL; in getstring() local
671 framedatacopy = new (std::nothrow) char16_t[len]; in getstring()
672 if (framedatacopy == NULL) { in getstring()
[all …]