HomeSort by relevance Sort by last modified time
    Searched refs:StreamType (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/media/audio/alsa/
audio_manager_alsa.h 55 enum StreamType {
61 void GetAlsaAudioDevices(StreamType type,
66 void GetAlsaDevicesInfo(StreamType type,
71 static bool IsAlsaDeviceAvailable(StreamType type,
75 StreamType wanted_type);
78 bool HasAnyAlsaAudioDevice(StreamType stream);
audio_manager_alsa.cc 120 StreamType type,
143 AudioManagerAlsa::StreamType type,
204 AudioManagerAlsa::StreamType type,
234 AudioManagerAlsa::StreamType wanted_type) {
239 AudioManagerAlsa::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;
mock_filters.h 180 MOCK_METHOD2(RegisterNewKeyCB, void(StreamType stream_type,
182 MOCK_METHOD3(Decrypt, void(StreamType stream_type,
185 MOCK_METHOD1(CancelDecrypt, void(StreamType stream_type));
198 MOCK_METHOD1(ResetDecoder, void(StreamType stream_type));
199 MOCK_METHOD1(DeinitializeDecoder, void(StreamType stream_type));
  /external/chromium_org/media/cdm/
aes_decryptor.h 49 virtual void RegisterNewKeyCB(StreamType stream_type,
51 virtual void Decrypt(StreamType stream_type,
54 virtual void CancelDecrypt(StreamType stream_type) OVERRIDE;
65 virtual void ResetDecoder(StreamType stream_type) OVERRIDE;
66 virtual void DeinitializeDecoder(StreamType stream_type) OVERRIDE;
aes_decryptor.cc 314 void AesDecryptor::RegisterNewKeyCB(StreamType stream_type,
328 void AesDecryptor::Decrypt(StreamType stream_type,
362 void AesDecryptor::CancelDecrypt(StreamType stream_type) {
390 void AesDecryptor::ResetDecoder(StreamType stream_type) {
394 void AesDecryptor::DeinitializeDecoder(StreamType stream_type) {
  /frameworks/av/media/libstagefright/httplive/
LiveSession.h 52 enum StreamType {
57 status_t dequeueAccessUnit(StreamType stream, sp<ABuffer> *accessUnit);
59 status_t getStreamFormat(StreamType stream, sp<AMessage> *format);
164 KeyedVector<StreamType, sp<AnotherPacketSource> > mPacketSources;
166 KeyedVector<StreamType, sp<AnotherPacketSource> > mPacketSources2;
221 static StreamType indexToType(int idx);
246 void swapPacketSource(StreamType stream);
PlaylistFetcher.h 107 KeyedVector<LiveSession::StreamType, sp<AnotherPacketSource> >
LiveSession.cpp 98 void LiveSession::swapPacketSource(StreamType stream) {
108 StreamType stream, sp<ABuffer> *accessUnit) {
191 status_t LiveSession::getStreamFormat(StreamType stream, sp<AMessage> *format) {
464 LiveSession::StreamType LiveSession::indexToType(int idx) {
466 return (StreamType)(1 << idx);
1007 StreamType type = indexToType(j);
    [all...]
PlaylistFetcher.cpp 534 int streamType = mPacketSources.keyAt(i);
535 switch (streamType) {
941 LiveSession::StreamType streamTypes[kNumTypes] =
946 LiveSession::StreamType streamType = streamTypes[i];
956 mStreamTypeMask &= ~streamType;
957 mPacketSources.removeItem(streamType);
    [all...]
  /external/chromium_org/content/renderer/media/crypto/
ppapi_decryptor.h 56 virtual void RegisterNewKeyCB(StreamType stream_type,
58 virtual void Decrypt(StreamType stream_type,
61 virtual void CancelDecrypt(StreamType stream_type) OVERRIDE;
72 virtual void ResetDecoder(StreamType stream_type) OVERRIDE;
73 virtual void DeinitializeDecoder(StreamType stream_type) OVERRIDE;
87 void OnDecoderInitialized(StreamType stream_type, bool success);
ppapi_decryptor.cc 153 void PpapiDecryptor::RegisterNewKeyCB(StreamType stream_type,
176 StreamType stream_type,
191 void PpapiDecryptor::CancelDecrypt(StreamType stream_type) {
274 void PpapiDecryptor::ResetDecoder(StreamType stream_type) {
285 void PpapiDecryptor::DeinitializeDecoder(StreamType stream_type) {
302 void PpapiDecryptor::OnDecoderInitialized(StreamType stream_type,
  /external/chromium_org/content/renderer/pepper/
content_decryptor_delegate.h 60 bool Decrypt(media::Decryptor::StreamType stream_type,
63 bool CancelDecrypt(media::Decryptor::StreamType stream_type);
72 bool DeinitializeDecoder(media::Decryptor::StreamType stream_type);
73 bool ResetDecoder(media::Decryptor::StreamType stream_type);
108 void CancelDecode(media::Decryptor::StreamType stream_type);
121 media::Decryptor::StreamType stream_type,
content_decryptor_delegate.cc 209 media::Decryptor::StreamType stream_type) {
322 media::Decryptor::StreamType stream_type,
375 media::Decryptor::StreamType stream_type) {
479 media::Decryptor::StreamType stream_type) {
492 media::Decryptor::StreamType stream_type) {
905 media::Decryptor::StreamType stream_type) {
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
StreamingProcessor.h 61 enum StreamType {
66 status_t startStream(StreamType type,
97 StreamType mActiveRequest;
  /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,
322 // Traits template holding a trait of StreamType. It encapsulates
327 typedef typename StreamTraits::StreamType StreamType;
353 StreamType* Create() {
365 StreamType* CreateStream() {
366 StreamType* stream = StreamTraits::CreateStream(audio_manager_
    [all...]
  /external/chromium_org/media/filters/
decrypting_demuxer_stream.h 94 // Returns Decryptor::StreamType converted from |stream_type_|.
95 Decryptor::StreamType GetDecryptorStreamType() const;
  /external/chromium_org/media/cdm/ppapi/
clear_key_cdm.h 55 virtual void DeinitializeDecoder(cdm::StreamType decoder_type) OVERRIDE;
56 virtual void ResetDecoder(cdm::StreamType decoder_type) OVERRIDE;
cdm_wrapper.h 71 virtual void DeinitializeDecoder(cdm::StreamType decoder_type) = 0;
72 virtual void ResetDecoder(cdm::StreamType decoder_type) = 0;
189 virtual void DeinitializeDecoder(cdm::StreamType decoder_type) OVERRIDE {
193 virtual void ResetDecoder(cdm::StreamType decoder_type) OVERRIDE {
cdm_adapter.h 103 cdm::StreamType stream_type,
clear_key_cdm.cc 406 void ClearKeyCdm::ResetDecoder(cdm::StreamType decoder_type) {
417 NOTREACHED() << "ResetDecoder(): invalid cdm::StreamType";
427 void ClearKeyCdm::DeinitializeDecoder(cdm::StreamType decoder_type) {
442 NOTREACHED() << "DeinitializeDecoder(): invalid cdm::StreamType";
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
CPP.stg 114 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...]
  /external/chromium_org/chrome_frame/crash_reporting/
minidump_test.cc 156 template <class StreamType>
157 size_t GetStream(ULONG stream_number, StreamType** stream) {
  /external/chromium_org/net/http/
http_stream_factory_impl_unittest.cc 62 enum StreamType {
67 explicit MockWebSocketHandshakeStream(StreamType type) : type_(type) {}
71 StreamType type() const {
121 const StreamType type_;
    [all...]
  /external/chromium_org/net/websockets/
websocket_job_test.cc 338 enum StreamType {
354 StreamType stream_type) {
438 StreamType stream_type_;
    [all...]

Completed in 2311 milliseconds

1 2