HomeSort by relevance Sort by last modified time
    Searched refs:psshDRMs (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2Drm.cpp 92 Vector<DrmUUID> psshDRMs = parsePSSH(pssh, psshsize);
95 for (size_t i = 0; i < psshDRMs.size(); i++) {
96 DrmUUID uuid = psshDRMs[i];
102 ALOGV("getSupportedDrmSchemes: psshDRMs: %zu supportedDRMs: %zu",
103 psshDRMs.size(), supportedDRMs.size());
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDrm.cpp 153 Vector<DrmUUID> psshDRMs = parsePSSH(pssh, psshsize);
160 for (size_t i = 0; i < psshDRMs.size(); i++) {
161 DrmUUID uuid = psshDRMs[i];
171 ALOGV("getSupportedDrmSchemes: psshDRMs: %zu supportedDRMs: %zu",
172 psshDRMs.size(), supportedDRMs.size());

Completed in 573 milliseconds