Searched defs:is_encrypted (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/chromecast/media/cma/ipc_streamer/
H A Daudio_decoder_config_marshaller.cc26 CHECK(msg->WritePod(config.is_encrypted()));
39 bool is_encrypted; local
47 CHECK(msg->ReadPod(&is_encrypted));
66 is_encrypted);
H A Dvideo_decoder_config_marshaller.cc65 CHECK(msg->WritePod(config.is_encrypted()));
80 bool is_encrypted; local
90 CHECK(msg->ReadPod(&is_encrypted));
109 is_encrypted);
/external/chromium_org/media/base/
H A Daudio_decoder_config.cc33 bool is_encrypted) {
35 extra_data, extra_data_size, is_encrypted, true,
45 bool is_encrypted,
73 is_encrypted_ = is_encrypted;
103 (is_encrypted() == config.is_encrypted()) &&
120 << " encrypted? " << (is_encrypted() ? "true" : "false");
27 AudioDecoderConfig(AudioCodec codec, SampleFormat sample_format, ChannelLayout channel_layout, int samples_per_second, const uint8* extra_data, size_t extra_data_size, bool is_encrypted) argument
39 Initialize(AudioCodec codec, SampleFormat sample_format, ChannelLayout channel_layout, int samples_per_second, const uint8* extra_data, size_t extra_data_size, bool is_encrypted, bool record_stats, base::TimeDelta seek_preroll, int codec_delay) argument
H A Dvideo_decoder_config.cc27 bool is_encrypted) {
29 extra_data, extra_data_size, is_encrypted, true);
64 bool is_encrypted,
90 is_encrypted_ = is_encrypted;
111 (is_encrypted() == config.is_encrypted()));
128 << " encrypted? " << (is_encrypted() ? "true" : "false");
166 bool VideoDecoderConfig::is_encrypted() const { function in class:media::VideoDecoderConfig
19 VideoDecoderConfig(VideoCodec codec, VideoCodecProfile profile, VideoFrame::Format format, const gfx::Size& coded_size, const gfx::Rect& visible_rect, const gfx::Size& natural_size, const uint8* extra_data, size_t extra_data_size, bool is_encrypted) argument
56 Initialize(VideoCodec codec, VideoCodecProfile profile, VideoFrame::Format format, const gfx::Size& coded_size, const gfx::Rect& visible_rect, const gfx::Size& natural_size, const uint8* extra_data, size_t extra_data_size, bool is_encrypted, bool record_stats) argument
H A Daudio_decoder_config.h62 bool is_encrypted);
70 bool is_encrypted, bool record_stats,
106 bool is_encrypted() const { return is_encrypted_; } function in class:media::AudioDecoderConfig
H A Dtest_helpers.cc111 bool is_encrypted) {
117 NULL, 0, is_encrypted);
109 GetTestConfig(VideoCodec codec, gfx::Size coded_size, bool is_encrypted) argument
/external/chromium_org/media/formats/webm/
H A Dwebm_audio_client.cc29 int64 seek_preroll, int64 codec_delay, bool is_encrypted,
92 is_encrypted,
27 InitializeConfig( const std::string& codec_id, const std::vector<uint8>& codec_private, int64 seek_preroll, int64 codec_delay, bool is_encrypted, AudioDecoderConfig* config) argument
H A Dwebm_video_client.cc35 bool is_encrypted, VideoDecoderConfig* config) {
99 extra_data, extra_data_size, is_encrypted, true);
33 InitializeConfig( const std::string& codec_id, const std::vector<uint8>& codec_private, bool is_encrypted, VideoDecoderConfig* config) argument
/external/chromium_org/media/filters/
H A Dfake_demuxer_stream.cc35 bool is_encrypted)
40 is_encrypted_(is_encrypted),
33 FakeDemuxerStream(int num_configs, int num_buffers_in_one_config, bool is_encrypted) argument
H A Dfake_demuxer_stream_unittest.cc158 bool is_encrypted) {
160 num_configs, num_buffers_in_one_config, is_encrypted));
164 EXPECT_EQ(is_encrypted, config.is_encrypted());
156 TestRead(int num_configs, int num_buffers_in_one_config, bool is_encrypted) argument
H A Dvideo_frame_stream_unittest.cc47 VideoFrameStreamTestParams(bool is_encrypted, argument
50 : is_encrypted(is_encrypted),
54 bool is_encrypted; member in struct:media::VideoFrameStreamTestParams
66 GetParam().is_encrypted)),
640 if (!GetParam().is_encrypted) {
H A Dffmpeg_demuxer.cc102 bool is_encrypted = false; local
111 is_encrypted = audio_config_.is_encrypted();
116 is_encrypted = video_config_.is_encrypted();
158 if (is_encrypted) {
229 if ((type() == DemuxerStream::AUDIO && audio_config_.is_encrypted()) ||
230 (type() == DemuxerStream::VIDEO && video_config_.is_encrypted())) {
1035 video_config.is_encrypted());
/external/chromium_org/sync/syncable/
H A Dnigori_util.cc97 bool is_encrypted) {
133 if (specifics.has_encrypted() != is_encrypted)
94 VerifyDataTypeEncryptionForTest( BaseTransaction* const trans, ModelType type, bool is_encrypted) argument
/external/chromium_org/media/ffmpeg/
H A Dffmpeg_common.cc275 bool is_encrypted,
315 is_encrypted,
329 bool is_encrypted = false; local
332 is_encrypted = true;
334 stream->codec, is_encrypted, config, record_stats);
417 bool is_encrypted = false; local
420 is_encrypted = true;
433 is_encrypted,
273 AVCodecContextToAudioDecoderConfig( const AVCodecContext* codec_context, bool is_encrypted, AudioDecoderConfig* config, bool record_stats) argument
/external/bluetooth/bluedroid/bta/jv/
H A Dbta_jv_api.c495 BOOLEAN is_encrypted = FALSE; local
503 is_encrypted = TRUE;
505 return is_encrypted;
/external/chromium_org/media/formats/mp4/
H A Dtrack_run_iterator.cc444 bool TrackRunIterator::is_encrypted() const { function in class:media::mp4::TrackRunIterator
517 DCHECK(is_encrypted());
563 return (index == 0) ? track_encryption().is_encrypted
564 : GetSampleEncryptionInfoEntry(index).is_encrypted;
H A Dbox_definitions.h84 bool is_encrypted; member in struct:media::mp4::TrackEncryption
381 bool is_encrypted; member in struct:media::mp4::CencSampleEncryptionInfoEntry
/external/openssl/crypto/pem/
H A Dpvkfmt.c665 unsigned int pvk_magic, is_encrypted; local
693 is_encrypted = read_ledword(&p);
697 if (is_encrypted && !*psaltlen)

Completed in 236 milliseconds