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

/external/chromium_org/media/base/
H A Ddecrypt_config.h23 // to concatenating all 'cypher_bytes' portions of subsamples, decrypting that
28 uint32 cypher_bytes; member in struct:media::SubsampleEntry
/external/chromium_org/media/formats/mp4/
H A Dcenc.cc36 uint32 cypher_bytes; local
38 reader->Read4(&cypher_bytes));
40 subsamples[i].cypher_bytes = cypher_bytes;
50 size += subsamples[i].cypher_bytes;
51 RCHECK(size >= subsamples[i].cypher_bytes); // overflow

Completed in 96 milliseconds