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

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

Completed in 642 milliseconds