Home
last modified time | relevance | path

Searched refs:cenc_info (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/media/mp4/
Dtrack_run_iterator.cc438 const FrameCENCInfo& cenc_info = cenc_info_[sample_idx]; in GetDecryptConfig() local
442 if (!cenc_info.subsamples.empty() && in GetDecryptConfig()
443 (!cenc_info.GetTotalSizeOfSubsamples(&total_size) || in GetDecryptConfig()
452 std::string(reinterpret_cast<const char*>(cenc_info.iv), in GetDecryptConfig()
453 arraysize(cenc_info.iv)), in GetDecryptConfig()
455 cenc_info.subsamples)); in GetDecryptConfig()