HomeSort by relevance Sort by last modified time
    Searched defs:StreamType (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/media/audio/alsa/
audio_manager_alsa.h 54 enum StreamType {
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/
media_stream_track_metrics.h 36 enum StreamType { SENT_STREAM, RECEIVED_STREAM };
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/
decryptor.h 41 enum StreamType {
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;
  /frameworks/av/services/camera/libcameraservice/api1/client2/
StreamingProcessor.h 64 enum StreamType {
69 status_t startStream(StreamType type,
100 StreamType mActiveRequest;
  /external/chromium_org/media/formats/mp2t/
mp2t_stream_parser.cc 30 enum StreamType {
  /external/chromium_org/third_party/webrtc/video_engine/include/
vie_rtp_rtcp.h 48 enum StreamType {
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/
audio_low_latency_input_output_unittest.cc 291 typedef AudioInputStream StreamType;
299 static StreamType* CreateStream(AudioManager* audio_manager,
308 typedef AudioOutputStream StreamType;
315 static StreamType* CreateStream(AudioManager* audio_manager,
321 // Traits template holding a trait of StreamType. It encapsulates
326 typedef typename StreamTraits::StreamType StreamType;
352 StreamType* Create() {
364 StreamType* CreateStream() {
365 StreamType* stream = StreamTraits::CreateStream(audio_manager_
    [all...]
  /external/chromium_org/net/http/
http_stream_factory_impl_unittest.cc 48 enum StreamType {
53 explicit MockWebSocketHandshakeStream(StreamType type) : type_(type) {}
57 StreamType type() const {
104 const StreamType type_;
    [all...]
  /frameworks/av/media/libstagefright/httplive/
LiveSession.h 55 enum StreamType {
60 status_t dequeueAccessUnit(StreamType stream, sp<ABuffer> *accessUnit);
62 status_t getStreamFormat(StreamType stream, sp<AMessage> *format);
184 KeyedVector<StreamType, sp<AnotherPacketSource> > mDiscontinuities;
185 KeyedVector<StreamType, sp<AnotherPacketSource> > mPacketSources;
187 KeyedVector<StreamType, sp<AnotherPacketSource> > mPacketSources2;
251 static StreamType indexToType(int idx);
279 void swapPacketSource(StreamType stream);
  /external/chromium_org/net/websockets/
websocket_job_test.cc 428 enum StreamType {
444 StreamType stream_type) {
528 StreamType stream_type_;
    [all...]
  /frameworks/av/cmds/stagefright/
stagefright.cpp 408 enum StreamType {
416 StreamType mStreamType;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/
OMX_WmaDec_Utils.h 467 /** StreamType Stream types
476 enum StreamType
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
dbghelp.h     [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h     [all...]

Completed in 2684 milliseconds