Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/id3/
DID3.cpp639 char16_t *framedatacopy = NULL; in getstring() local
642 framedatacopy = new (std::nothrow) char16_t[len]; in getstring()
643 if (framedatacopy == NULL) { in getstring()
647 framedatacopy[i] = bswap_16(framedata[i]); in getstring()
649 framedata = framedatacopy; in getstring()
653 if (framedatacopy != NULL) { in getstring()
654 delete[] framedatacopy; in getstring()
664 char16_t *framedatacopy = NULL; in getstring() local
670 framedatacopy = new (std::nothrow) char16_t[len]; in getstring()
671 if (framedatacopy == NULL) { in getstring()
[all …]