Home
last modified time | relevance | path

Searched refs:StreamType (Results 1 – 25 of 40) sorted by relevance

12

/external/chromium_org/media/filters/
Ddecoder_stream.cc24 template <DemuxerStream::Type StreamType>
29 "<" << DecoderStreamTraits<StreamType>::ToString() << ">"
41 template <DemuxerStream::Type StreamType>
42 DecoderStream<StreamType>::DecoderStream( in DecoderStream()
53 new DecoderSelector<StreamType>(task_runner, in DecoderStream()
61 template <DemuxerStream::Type StreamType>
62 DecoderStream<StreamType>::~DecoderStream() { in ~DecoderStream()
84 template <DemuxerStream::Type StreamType>
85 void DecoderStream<StreamType>::Initialize(DemuxerStream* stream, in Initialize()
104 base::Bind(&DecoderStream<StreamType>::OnDecoderSelected, in Initialize()
[all …]
Ddecoder_selector.cc51 template <DemuxerStream::Type StreamType>
52 DecoderSelector<StreamType>::DecoderSelector( in DecoderSelector()
62 template <DemuxerStream::Type StreamType>
63 DecoderSelector<StreamType>::~DecoderSelector() { in ~DecoderSelector()
74 template <DemuxerStream::Type StreamType>
75 void DecoderSelector<StreamType>::SelectDecoder( in SelectDecoder()
111 DecoderStreamTraits<StreamType>::Initialize( in SelectDecoder()
115 base::Bind(&DecoderSelector<StreamType>::DecryptingDecoderInitDone, in SelectDecoder()
120 template <DemuxerStream::Type StreamType>
121 void DecoderSelector<StreamType>::DecryptingDecoderInitDone( in DecryptingDecoderInitDone()
[all …]
Ddecoder_stream.h33 template<DemuxerStream::Type StreamType>
36 typedef DecoderStreamTraits<StreamType> StreamTraits;
177 scoped_ptr<DecoderSelector<StreamType> > decoder_selector_;
203 base::WeakPtrFactory<DecoderStream<StreamType> > weak_factory_;
Ddecoder_selector.h32 template<DemuxerStream::Type StreamType>
35 typedef DecoderStreamTraits<StreamType> StreamTraits;
Ddecoder_stream_traits.h21 template <DemuxerStream::Type StreamType>
Ddecrypting_demuxer_stream.h93 Decryptor::StreamType GetDecryptorStreamType() const;
/external/chromium_org/content/renderer/media/webrtc/
Dmedia_stream_track_metrics.h36 enum StreamType { SENT_STREAM, RECEIVED_STREAM }; enum
45 void AddStream(StreamType type, webrtc::MediaStreamInterface* stream);
48 void RemoveStream(StreamType type, webrtc::MediaStreamInterface* stream);
73 StreamType stream_type);
86 StreamType stream_type);
91 uint64 MakeUniqueId(const std::string& track, StreamType stream_type);
Dmedia_stream_track_metrics.cc27 MediaStreamTrackMetrics::StreamType stream_type,
36 MediaStreamTrackMetrics::StreamType stream_type() { return stream_type_; } in stream_type()
74 MediaStreamTrackMetrics::StreamType stream_type_;
85 ObserverFinder(MediaStreamTrackMetrics::StreamType stream_type, in ObserverFinder()
92 MediaStreamTrackMetrics::StreamType stream_type;
99 MediaStreamTrackMetrics::StreamType stream_type, in MediaStreamTrackMetricsObserver()
205 void MediaStreamTrackMetrics::AddStream(StreamType type, in AddStream()
214 void MediaStreamTrackMetrics::RemoveStream(StreamType type, in RemoveStream()
277 StreamType stream_type) { in SendLifetimeMessage()
299 StreamType stream_type) { in MakeUniqueIdImpl()
[all …]
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTraverse.h474 template <typename Self, typename StreamType>
483 static void print(SExpr *E, StreamType &SS) { in print()
491 void newline(StreamType &SS) { in newline()
547 void printBlockLabel(StreamType & SS, BasicBlock *BB, unsigned index) { in printBlockLabel()
558 void printSExpr(SExpr *E, StreamType &SS, unsigned P) { in printSExpr()
581 void printNull(StreamType &SS) { in printNull()
585 void printFuture(Future *E, StreamType &SS) { in printFuture()
589 void printUndefined(Undefined *E, StreamType &SS) { in printUndefined()
593 void printWildcard(Wildcard *E, StreamType &SS) { in printWildcard()
598 void printLiteralT(LiteralT<T> *E, StreamType &SS) { in printLiteralT()
[all …]
/external/chromium_org/media/base/
Ddecryptor.h41 enum StreamType { enum
58 virtual void RegisterNewKeyCB(StreamType stream_type,
81 virtual void Decrypt(StreamType stream_type,
89 virtual void CancelDecrypt(StreamType stream_type) = 0;
147 virtual void ResetDecoder(StreamType stream_type) = 0;
158 virtual void DeinitializeDecoder(StreamType stream_type) = 0;
Dmock_filters.h219 MOCK_METHOD2(RegisterNewKeyCB, void(StreamType stream_type,
221 MOCK_METHOD3(Decrypt, void(StreamType stream_type,
224 MOCK_METHOD1(CancelDecrypt, void(StreamType stream_type));
237 MOCK_METHOD1(ResetDecoder, void(StreamType stream_type));
238 MOCK_METHOD1(DeinitializeDecoder, void(StreamType stream_type));
/external/chromium_org/media/audio/alsa/
Daudio_manager_alsa.h54 enum StreamType { enum
60 void GetAlsaAudioDevices(StreamType type,
65 void GetAlsaDevicesInfo(StreamType type,
70 static bool IsAlsaDeviceAvailable(StreamType type,
74 StreamType wanted_type);
77 bool HasAnyAlsaAudioDevice(StreamType stream);
Daudio_manager_alsa.cc120 StreamType type, in GetAlsaAudioDevices()
143 AudioManagerAlsa::StreamType type, in GetAlsaDevicesInfo()
204 AudioManagerAlsa::StreamType type, in IsAlsaDeviceAvailable()
234 AudioManagerAlsa::StreamType wanted_type) { in UnwantedDeviceTypeWhenEnumerating()
239 AudioManagerAlsa::StreamType stream) { in HasAnyAlsaAudioDevice()
/external/chromium_org/media/audio/
Daudio_low_latency_input_output_unittest.cc291 typedef AudioInputStream StreamType; typedef in media::AudioInputStreamTraits
299 static StreamType* CreateStream(AudioManager* audio_manager, in CreateStream()
308 typedef AudioOutputStream StreamType; typedef in media::AudioOutputStreamTraits
315 static StreamType* CreateStream(AudioManager* audio_manager, in CreateStream()
326 typedef typename StreamTraits::StreamType StreamType; typedef in media::StreamWrapper
352 StreamType* Create() { in Create()
364 StreamType* CreateStream() { in CreateStream()
365 StreamType* stream = StreamTraits::CreateStream(audio_manager_, in CreateStream()
/external/chromium_org/content/renderer/media/crypto/
Dppapi_decryptor.h78 virtual void RegisterNewKeyCB(StreamType stream_type,
80 virtual void Decrypt(StreamType stream_type,
83 virtual void CancelDecrypt(StreamType stream_type) OVERRIDE;
94 virtual void ResetDecoder(StreamType stream_type) OVERRIDE;
95 virtual void DeinitializeDecoder(StreamType stream_type) OVERRIDE;
108 void OnDecoderInitialized(StreamType stream_type, bool success);
Dppapi_decryptor.cc287 void PpapiDecryptor::RegisterNewKeyCB(StreamType stream_type, in RegisterNewKeyCB()
312 StreamType stream_type, in Decrypt()
332 void PpapiDecryptor::CancelDecrypt(StreamType stream_type) { in CancelDecrypt()
442 void PpapiDecryptor::ResetDecoder(StreamType stream_type) { in ResetDecoder()
456 void PpapiDecryptor::DeinitializeDecoder(StreamType stream_type) { in DeinitializeDecoder()
471 void PpapiDecryptor::OnDecoderInitialized(StreamType stream_type, in OnDecoderInitialized()
/external/chromium_org/media/cdm/
Daes_decryptor.h60 virtual void RegisterNewKeyCB(StreamType stream_type,
62 virtual void Decrypt(StreamType stream_type,
65 virtual void CancelDecrypt(StreamType stream_type) OVERRIDE;
76 virtual void ResetDecoder(StreamType stream_type) OVERRIDE;
77 virtual void DeinitializeDecoder(StreamType stream_type) OVERRIDE;
Daes_decryptor.cc391 void AesDecryptor::RegisterNewKeyCB(StreamType stream_type, in RegisterNewKeyCB()
407 void AesDecryptor::Decrypt(StreamType stream_type, in Decrypt()
440 void AesDecryptor::CancelDecrypt(StreamType stream_type) { in CancelDecrypt()
468 void AesDecryptor::ResetDecoder(StreamType stream_type) { in ResetDecoder()
472 void AesDecryptor::DeinitializeDecoder(StreamType stream_type) { in DeinitializeDecoder()
/external/chromium_org/content/renderer/pepper/
Dcontent_decryptor_delegate.h82 bool Decrypt(media::Decryptor::StreamType stream_type,
85 bool CancelDecrypt(media::Decryptor::StreamType stream_type);
94 bool DeinitializeDecoder(media::Decryptor::StreamType stream_type);
95 bool ResetDecoder(media::Decryptor::StreamType stream_type);
176 void CancelDecode(media::Decryptor::StreamType stream_type);
189 media::Decryptor::StreamType stream_type,
Dcontent_decryptor_delegate.cc225 Decryptor::StreamType stream_type) { in MediaDecryptorStreamTypeToPpStreamType()
461 Decryptor::StreamType stream_type, in Decrypt()
507 Decryptor::StreamType stream_type) { in CancelDecrypt()
600 Decryptor::StreamType stream_type) { in DeinitializeDecoder()
613 bool ContentDecryptorDelegate::ResetDecoder(Decryptor::StreamType stream_type) { in ResetDecoder()
1115 void ContentDecryptorDelegate::CancelDecode(Decryptor::StreamType stream_type) { in CancelDecode()
1140 Decryptor::StreamType stream_type, in MakeMediaBufferResource()
/external/chromium_org/third_party/webrtc/video_engine/include/
Dvie_rtp_rtcp.h48 enum StreamType { enum
110 const StreamType usage = kViEStreamTypeNormal,
121 const StreamType usage,
/external/chromium_org/media/cdm/ppapi/external_clear_key/
Dclear_key_cdm.h72 virtual void DeinitializeDecoder(cdm::StreamType decoder_type) OVERRIDE;
73 virtual void ResetDecoder(cdm::StreamType decoder_type) OVERRIDE;
/external/chromium_org/third_party/webrtc/video_engine/
Dvie_rtp_rtcp_impl.h31 const StreamType usage,
36 const StreamType usage,
/external/chromium_org/media/cdm/ppapi/
Dcdm_wrapper.h81 virtual void DeinitializeDecoder(cdm::StreamType decoder_type) = 0;
82 virtual void ResetDecoder(cdm::StreamType decoder_type) = 0;
276 virtual void DeinitializeDecoder(cdm::StreamType decoder_type) OVERRIDE { in DeinitializeDecoder()
280 virtual void ResetDecoder(cdm::StreamType decoder_type) OVERRIDE { in ResetDecoder()
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
DCPP.stg114 template\<typename StreamType, typename TokenType, typename TokenBuilder>
115 class <name> : public antlr3::Lexer\<StreamType,TokenType,TokenBuilder> {
117 typedef typename StreamType::position_type position_type;
118 typedef typename StreamType::char_type char_type;
138 <name>(StreamType* input)
139 : antlr3::Lexer\<StreamType,TokenType,TokenBuilder>(input)
284 <name>(StreamType* input)
285 : <superClass>\<StreamType,TokenType>(input)
524 StreamType& input(this->getInput());
553 StreamType& input(this->getInput());
[all …]

12