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

/frameworks/av/media/libstagefright/
H A DNuMediaExtractor.cpp249 size_t psshsize; local
250 if (meta->findData(kKeyPssh, &type, &pssh, &psshsize)) {
251 sp<ABuffer> buf = new ABuffer(psshsize);
252 memcpy(buf->data(), pssh, psshsize);
H A DMPEG4Extractor.cpp514 int psshsize = 0; local
516 psshsize += 20 + mPssh[i].datalen;
518 if (psshsize) {
519 char *buf = (char*)malloc(psshsize);
526 mFileMetaData->setData(kKeyPssh, 'pssh', buf, psshsize);

Completed in 407 milliseconds