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

/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
H A Davc.cc99 (*subsamples)[0].clear_bytes + (*subsamples)[0].cypher_bytes;
155 entry.cypher_bytes = 0;
167 entry.cypher_bytes = 0;
H A Davc_unittest.cc150 entry.cypher_bytes = buffer->size() - start - entry.clear_bytes;
H A Dmp4_stream_parser.cc401 entry.cypher_bytes = frame_buf->size() - kADTSHeaderMinSize;
H A Dtrack_run_iterator_unittest.cc493 EXPECT_EQ(config->subsamples()[1].cypher_bytes, 4u);
/external/chromium_org/chromecast/media/cma/base/
H A Dframe_generator_for_test.cc79 subsample.cypher_bytes = chunk_size;
80 if (subsample.cypher_bytes > frame_size)
81 subsample.cypher_bytes = frame_size;
82 frame_size -= subsample.cypher_bytes;
/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/chromecast/media/cma/ipc_streamer/
H A Ddecrypt_config_marshaller.cc34 CHECK(msg->WritePod(config.subsamples()[k].cypher_bytes));
62 subsamples[k].cypher_bytes = 0;
64 CHECK(msg->ReadPod(&subsamples[k].cypher_bytes));
H A Ddecoder_buffer_base_marshaller.cc96 subsample_total_size += decrypt_config_->subsamples()[k].cypher_bytes;
/external/chromium_org/content/common/media/
H A Dmedia_player_messages_android.h60 IPC_STRUCT_TRAITS_MEMBER(cypher_bytes)
/external/chromium_org/media/cdm/
H A Daes_decryptor.cc125 memcpy(dst, src, subsample.cypher_bytes);
126 src += subsample.cypher_bytes;
127 dst += subsample.cypher_bytes;
180 total_encrypted_size += subsamples[i].cypher_bytes;
183 if (total_encrypted_size < subsamples[i].cypher_bytes)
/external/chromium_org/media/base/android/
H A Dmedia_codec_bridge.cc331 if (subsamples[i].cypher_bytes >
337 native_cypher_array[i] = subsamples[i].cypher_bytes;
/external/chromium_org/media/cdm/ppapi/external_clear_key/
H A Dclear_key_cdm.cc112 subsample.cypher_bytes = input_buffer.subsamples[i].cipher_bytes;
/external/chromium_org/media/filters/
H A Dh264_parser.cc156 const uint8* end = std::min(start + subsamples[i].cypher_bytes, stream_end);
/external/chromium_org/content/renderer/pepper/
H A Dcontent_decryptor_delegate.cc138 decrypt_config->subsamples()[i].cypher_bytes;

Completed in 507 milliseconds