HomeSort by relevance Sort by last modified time
    Searched defs:pssh (Results 1 - 5 of 5) sorted by null

  /frameworks/av/drm/mediadrm/plugins/clearkey/default/tests/
InitDataParserUnittest.cpp 79 uint8_t pssh[52] = { local
81 'p', 's', 's', 'h', // PSSH
91 initData.appendArray(pssh, 52);
100 uint8_t pssh[84] = { local
102 'p', 's', 's', 'h', // PSSH
116 initData.appendArray(pssh, 84);
141 uint8_t pssh[16] = { local
148 initData.appendArray(pssh, 16);
164 uint8_t pssh[52] = { local
166 'p', 's', 's', 'h', // PSSH
182 uint8_t pssh[52] = { local
200 uint8_t pssh[52] = { local
218 uint8_t pssh[52] = { local
    [all...]
  /frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2Drm.cpp 28 Vector<DrmUUID> NuPlayer2Drm::parsePSSH(const void *pssh, size_t psshsize)
42 const uint8_t *data = (const uint8_t*)pssh;
47 ALOGE("ParsePSSH: invalid PSSH data");
59 ALOGE("ParsePSSH: invalid PSSH data");
68 ALOGE("ParsePSSH: invalid PSSH data");
90 Vector<DrmUUID> NuPlayer2Drm::getSupportedDrmSchemes(const void *pssh, size_t psshsize)
92 Vector<DrmUUID> psshDRMs = parsePSSH(pssh, psshsize);
108 sp<ABuffer> NuPlayer2Drm::retrieveDrmInfo(const void *pssh, uint32_t psshsize)
112 // 1) PSSH bytes
114 buf.write(reinterpret_cast<const char *>(pssh), psshsize)
139 std::ostringstream pssh, drmInfo; local
    [all...]
  /frameworks/av/media/libstagefright/
NuMediaExtractor.cpp 299 const void *pssh; local
301 if (meta->findData(kKeyPssh, &type, &pssh, &psshsize)) {
303 memcpy(buf->data(), pssh, psshsize);
304 (*format)->setBuffer("pssh", buf);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.cpp 1654 const void *pssh; local
    [all...]
  /frameworks/av/media/extractors/mp4/
MPEG4Extractor.cpp 658 // copy pssh data into file metadata
675 mFileMetaData.setData(kKeyPssh, 'pssh', buf, psshsize);
1268 PsshInfo pssh; local
    [all...]

Completed in 494 milliseconds