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

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.cpp1014 NuPlayerDrm::CryptoInfo *cryptInfo = NULL; local
1035 cryptInfo = NuPlayerDrm::getSampleCryptoInfo(meta_data);
1050 if (cryptInfo != NULL) {
1054 cryptInfo->subSamples,
1055 cryptInfo->numSubSamples,
1056 cryptInfo->key,
1057 cryptInfo->iv,
1058 cryptInfo->mode,
1059 cryptInfo->pattern,
1063 // synchronous call so done with cryptInfo her
[all...]

Completed in 58 milliseconds