HomeSort by relevance Sort by last modified time
    Searched refs:cypher_bytes (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/media/formats/mp4/
cenc.cc 36 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
avc.cc 99 (*subsamples)[0].clear_bytes + (*subsamples)[0].cypher_bytes;
155 entry.cypher_bytes = 0;
167 entry.cypher_bytes = 0;
avc_unittest.cc 142 entry.cypher_bytes = buffer->size() - start - entry.clear_bytes;
mp4_stream_parser.cc 401 entry.cypher_bytes = frame_buf->size() - kADTSHeaderMinSize;
track_run_iterator_unittest.cc 471 EXPECT_EQ(config->subsamples()[1].cypher_bytes, 4u);
  /external/chromium_org/media/base/
decrypt_config.h 23 // to concatenating all 'cypher_bytes' portions of subsamples, decrypting that
28 uint32 cypher_bytes; member in struct:media::SubsampleEntry
  /external/chromium_org/media/cdm/
aes_decryptor.cc 121 memcpy(dst, src, subsample.cypher_bytes);
122 src += subsample.cypher_bytes;
123 dst += subsample.cypher_bytes;
176 total_encrypted_size += subsamples[i].cypher_bytes;
179 if (total_encrypted_size < subsamples[i].cypher_bytes)
  /external/chromium_org/content/common/media/
media_player_messages_android.h 60 IPC_STRUCT_TRAITS_MEMBER(cypher_bytes)
  /external/chromium_org/media/base/android/
media_codec_bridge.cc 289 if (subsamples[i].cypher_bytes >
295 native_cypher_array[i] = subsamples[i].cypher_bytes;
  /external/chromium_org/content/renderer/pepper/
content_decryptor_delegate.cc 131 decrypt_config->subsamples()[i].cypher_bytes;
    [all...]
  /external/chromium_org/media/cdm/ppapi/external_clear_key/
clear_key_cdm.cc 112 subsample.cypher_bytes = input_buffer.subsamples[i].cipher_bytes;

Completed in 169 milliseconds