Searched defs:StreamType (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/media/audio/alsa/
H A Daudio_manager_alsa.h54 enum StreamType { enum in class:media::AudioManagerAlsa
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);
/external/chromium_org/content/renderer/media/webrtc/
H A Dmedia_stream_track_metrics.h36 enum StreamType { SENT_STREAM, RECEIVED_STREAM }; enum in class:content::MediaStreamTrackMetrics
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);
/external/chromium_org/media/base/
H A Ddecryptor.h41 enum StreamType { enum in class:media::Decryptor
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;
/external/chromium_org/third_party/webrtc/video_engine/include/
H A Dvie_rtp_rtcp.h48 enum StreamType { enum in namespace:webrtc
110 const StreamType usage = kViEStreamTypeNormal,
118 // This function map a incoming SSRC to a StreamType so that the engine
121 const StreamType usage,
/external/chromium_org/media/audio/
H A Daudio_low_latency_input_output_unittest.cc291 typedef AudioInputStream StreamType; typedef in class:media::AudioInputStreamTraits
299 static StreamType* CreateStream(AudioManager* audio_manager,
308 typedef AudioOutputStream StreamType; typedef in class:media::AudioOutputStreamTraits
315 static StreamType* CreateStream(AudioManager* audio_manager,
321 // Traits template holding a trait of StreamType. It encapsulates
326 typedef typename StreamTraits::StreamType StreamType; typedef in class:media::StreamWrapper
352 StreamType* Create() {
364 StreamType* CreateStream() {
365 StreamType* strea
[all...]
/external/chromium_org/media/formats/mp2t/
H A Dmp2t_stream_parser.cc30 enum StreamType { enum in namespace:media::mp2t
/external/chromium_org/net/http/
H A Dhttp_stream_factory_impl_unittest.cc48 enum StreamType { enum in class:net::__anon9322::MockWebSocketHandshakeStream
53 explicit MockWebSocketHandshakeStream(StreamType type) : type_(type) {}
57 StreamType type() const {
104 const StreamType type_;
/external/chromium_org/net/websockets/
H A Dwebsocket_job_test.cc428 enum StreamType { enum in class:net::WebSocketJobTest
444 StreamType stream_type) {
528 StreamType stream_type_;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Ddbghelp.h941 ULONG32 StreamType; member in struct:_MINIDUMP_DIRECTORY
/external/mesa3d/src/gallium/auxiliary/util/
H A Ddbghelp.h941 ULONG32 StreamType; member in struct:_MINIDUMP_DIRECTORY

Completed in 1989 milliseconds