Searched refs:total_encrypted_size (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/media/cdm/
H A Daes_decryptor.cc177 size_t total_encrypted_size = 0; local
180 total_encrypted_size += subsamples[i].cypher_bytes;
183 if (total_encrypted_size < subsamples[i].cypher_bytes)
186 size_t total_size = total_clear_size + total_encrypted_size;
193 if (total_encrypted_size <= 0) {
204 scoped_ptr<uint8[]> encrypted_bytes(new uint8[total_encrypted_size]);
210 total_encrypted_size); local

Completed in 300 milliseconds