Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/id3/
DID3.cpp589 char16_t *framedatacopy = NULL; in getstring() local
592 framedatacopy = new (std::nothrow) char16_t[len]; in getstring()
593 if (framedatacopy == NULL) { in getstring()
597 framedatacopy[i] = bswap_16(framedata[i]); in getstring()
599 framedata = framedatacopy; in getstring()
603 if (framedatacopy != NULL) { in getstring()
604 delete[] framedatacopy; in getstring()
614 char16_t *framedatacopy = NULL; in getstring() local
620 framedatacopy = new (std::nothrow) char16_t[len]; in getstring()
621 if (framedatacopy == NULL) { in getstring()
[all …]