Searched refs:cenc_info (Results 1 – 1 of 1) sorted by relevance
438 const FrameCENCInfo& cenc_info = cenc_info_[sample_idx]; in GetDecryptConfig() local442 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()