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

  /external/chromium_org/media/audio/linux/
audio_manager_linux.h 51 enum StreamType {
66 bool HasAnyAlsaAudioDevice(StreamType stream);
  /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 61 enum StreamType {
66 status_t startStream(StreamType type,
97 StreamType mActiveRequest;
  /frameworks/av/media/libstagefright/httplive/
LiveSession.h 45 enum StreamType {
50 status_t dequeueAccessUnit(StreamType stream, sp<ABuffer> *accessUnit);
52 status_t getStreamFormat(StreamType stream, sp<AMessage> *format);
129 KeyedVector<StreamType, sp<AnotherPacketSource> > mPacketSources;
  /external/chromium_org/media/audio/
audio_low_latency_input_output_unittest.cc 285 typedef AudioInputStream StreamType;
293 static StreamType* CreateStream(AudioManager* audio_manager,
302 typedef AudioOutputStream StreamType;
309 static StreamType* CreateStream(AudioManager* audio_manager,
315 // Traits template holding a trait of StreamType. It encapsulates
320 typedef typename StreamTraits::StreamType StreamType;
346 StreamType* Create() {
358 StreamType* CreateStream() {
359 StreamType* stream = StreamTraits::CreateStream(audio_manager_
    [all...]
  /external/chromium_org/net/http/
http_stream_factory_impl_unittest.cc 62 enum StreamType {
67 explicit MockWebSocketStream(StreamType type) : type_(type) {}
73 StreamType type() const {
78 const StreamType type_;
    [all...]
  /external/chromium_org/net/websockets/
websocket_job_unittest.cc 338 enum StreamType {
354 StreamType stream_type) {
438 StreamType stream_type_;
    [all...]
  /frameworks/av/cmds/stagefright/
stagefright.cpp 408 enum StreamType {
416 StreamType mStreamType;
  /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...]

Completed in 969 milliseconds