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

/external/chromium_org/media/base/android/
H A Ddemuxer_stream_player_params.cc15 is_video_encrypted(false) {}
H A Dvideo_decoder_job.cc92 set_is_content_encrypted(configs.is_video_encrypted);
105 is_content_encrypted() == configs.is_video_encrypted) {
118 is_content_encrypted() != configs.is_video_encrypted ||
H A Ddemuxer_stream_player_params.h31 bool is_video_encrypted; member in struct:media::DemuxerConfigs
H A Dmedia_source_player_unittest.cc288 configs.is_video_encrypted = false;
297 configs.is_video_encrypted = false;
2167 configs.is_video_encrypted = true;
/external/chromium_org/content/common/media/
H A Dmedia_player_messages_android.h36 IPC_STRUCT_TRAITS_MEMBER(is_video_encrypted)
/external/chromium_org/media/filters/
H A Dchunk_demuxer_unittest.cc183 bool is_video_encrypted,
187 stream_flags, is_audio_encrypted, is_video_encrypted, buffer, false,
193 bool is_video_encrypted,
198 stream_flags, is_audio_encrypted, is_video_encrypted, buffer, true,
204 bool is_video_encrypted,
237 if (is_video_encrypted) {
306 if (is_video_encrypted) {
476 bool is_video_encrypted) {
480 is_audio_encrypted, is_video_encrypted,
527 int stream_flags, bool is_audio_encrypted, bool is_video_encrypted) {
181 CreateInitSegment(int stream_flags, bool is_audio_encrypted, bool is_video_encrypted, scoped_ptr<uint8[]>* buffer, int* size) argument
191 CreateInitSegmentWithAlternateTextTrackNum(int stream_flags, bool is_audio_encrypted, bool is_video_encrypted, scoped_ptr<uint8[]>* buffer, int* size) argument
202 CreateInitSegmentInternal(int stream_flags, bool is_audio_encrypted, bool is_video_encrypted, scoped_ptr<uint8[]>* buffer, bool use_alternate_text_track_id, int* size) argument
473 AppendInitSegmentWithEncryptedInfo(const std::string& source_id, int stream_flags, bool is_audio_encrypted, bool is_video_encrypted) argument
526 InitDemuxerWithEncryptionInfo( int stream_flags, bool is_audio_encrypted, bool is_video_encrypted) argument
1049 bool is_video_encrypted = (i & 0x8) != 0; local
1120 bool is_video_encrypted = false; local
[all...]
/external/chromium_org/content/renderer/media/android/
H A Dmedia_source_delegate.cc658 is_video_encrypted_ = configs->is_video_encrypted;
757 configs->is_video_encrypted = config.is_encrypted();

Completed in 146 milliseconds