Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/id3/
DID3.cpp570 char16_t *framedatacopy = NULL; in getstring() local
573 framedatacopy = new (std::nothrow) char16_t[len]; in getstring()
574 if (framedatacopy == NULL) { in getstring()
578 framedatacopy[i] = bswap_16(framedata[i]); in getstring()
580 framedata = framedatacopy; in getstring()
584 if (framedatacopy != NULL) { in getstring()
585 delete[] framedatacopy; in getstring()
592 char16_t *framedatacopy = NULL; in getstring() local
598 framedatacopy = new (std::nothrow) char16_t[len]; in getstring()
599 if (framedatacopy == NULL) { in getstring()
[all …]