Home | History | Annotate | Download | only in clearkey

Lines Matching refs:Asset

46     Asset asset;
49 buffer_as_binary, &asset, &default_fields);
54 set_asset_id(asset.id());
64 const Asset& asset_from_emm) {
65 // Invariant: asset has id. These are postconditions for Emm::Decrypt().
68 // DecodeEcm fills in |asset|.id() with the asset_id from the encoded Ecm.
69 Asset asset(asset_from_emm);
73 buffer_as_binary, &asset, &content_key, &default_fields);
78 if (asset.id() != asset_from_emm.id()) {
80 asset_from_emm.id(), asset.id());
83 set_asset_id(asset.id());