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

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

Completed in 59 milliseconds