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

1 2 3 4

  /device/asus/flo/camera/QCamera2/HAL/
QCameraAllocator.h 44 virtual QCameraMemory *allocateStreamBuf(cam_stream_type_t stream_type,
47 virtual QCameraHeapMemory *allocateStreamInfoBuf(cam_stream_type_t stream_type) = 0;
  /external/srec/audio/AudioIn/UNIX/include/
audioinwrapper.h 36 int AudioSetVolume(int stream_type, int volume);
37 int AudioGetVolume(int stream_type);
  /hardware/qcom/camera/QCamera2/HAL/
QCameraAllocator.h 44 virtual QCameraMemory *allocateStreamBuf(cam_stream_type_t stream_type,
47 virtual QCameraHeapMemory *allocateStreamInfoBuf(cam_stream_type_t stream_type) = 0;
  /external/chromium_org/content/browser/renderer_host/media/
media_stream_provider.h 44 virtual void Opened(MediaStreamType stream_type,
48 virtual void Closed(MediaStreamType stream_type,
52 virtual void DevicesEnumerated(MediaStreamType stream_type,
56 virtual void Error(MediaStreamType stream_type,
76 virtual void EnumerateDevices(MediaStreamType stream_type) = 0;
media_stream_manager.cc 59 MediaStreamType stream_type) {
60 return (request.audio_type == stream_type ||
61 request.video_type == stream_type);
77 void SetState(MediaStreamType stream_type, MediaRequestState new_state) {
78 if (stream_type == NUM_MEDIA_TYPES) {
80 const MediaStreamType stream_type = static_cast<MediaStreamType>(i); local
81 state_[stream_type] = new_state;
84 state_[stream_type] = new_state;
108 MediaStreamDevice(stream_type, device_id, device_id), new_state);
111 MediaRequestState state(MediaStreamType stream_type) const
304 const MediaStreamType stream_type = static_cast<MediaStreamType>(i); local
550 const MediaStreamType stream_type = static_cast<MediaStreamType>(i); local
1099 MediaStreamType stream_type; local
    [all...]
video_capture_manager.h 45 virtual void EnumerateDevices(MediaStreamType stream_type) OVERRIDE;
89 void OnEnumerateDevices(MediaStreamType stream_type);
107 void OnDevicesEnumerated(MediaStreamType stream_type,
116 void PostOnDevicesEnumerated(MediaStreamType stream_type,
121 void GetAvailableDevices(MediaStreamType stream_type,
141 MediaStreamType stream_type; member in struct:content::VideoCaptureManager::DeviceEntry
audio_input_device_manager.cc 70 void AudioInputDeviceManager::EnumerateDevices(MediaStreamType stream_type) {
77 this, stream_type));
98 const MediaStreamType stream_type = device->device.type; local
107 this, stream_type, session_id));
121 MediaStreamType stream_type) {
128 switch (stream_type) {
145 stream_type, it->device_name, it->unique_id, false));
152 stream_type, media::AudioManagerBase::kDefaultDeviceName,
162 this, stream_type, base::Passed(&devices)));
196 MediaStreamType stream_type,
    [all...]
audio_input_device_manager.h 50 virtual void EnumerateDevices(MediaStreamType stream_type) OVERRIDE;
62 void EnumerateOnDeviceThread(MediaStreamType stream_type);
68 void DevicesEnumeratedOnIOThread(MediaStreamType stream_type,
video_capture_manager.cc 76 void VideoCaptureManager::EnumerateDevices(MediaStreamType stream_type) {
81 base::Bind(&VideoCaptureManager::OnEnumerateDevices, this, stream_type));
133 void VideoCaptureManager::OnEnumerateDevices(MediaStreamType stream_type) {
139 GetAvailableDevices(stream_type, &device_names);
146 stream_type, it->GetNameAndModel(), it->id(), opened));
149 PostOnDevicesEnumerated(stream_type, devices.Pass());
165 new_entry.stream_type = device.device.type;
214 new_entry.stream_type = device.device.type;
252 PostOnClosed(removed_entry.stream_type, capture_session_id);
333 void VideoCaptureManager::OnOpened(MediaStreamType stream_type,
406 MediaStreamType stream_type = MEDIA_DEVICE_VIDEO_CAPTURE; local
    [all...]
media_stream_manager.h 135 virtual void Opened(MediaStreamType stream_type,
137 virtual void Closed(MediaStreamType stream_type,
139 virtual void DevicesEnumerated(MediaStreamType stream_type,
141 virtual void Error(MediaStreamType stream_type,
191 void NotifyDevicesChanged(MediaStreamType stream_type,
201 MediaStreamProvider* GetDeviceManager(MediaStreamType stream_type);
224 MediaStreamType stream_type,
  /external/chromium_org/media/base/
decryptor.h 54 // decryptor. Only one NewKeyCB can be registered for one |stream_type|.
55 // If this function is called multiple times for the same |stream_type|, the
58 virtual void RegisterNewKeyCB(StreamType stream_type,
79 // |stream_type| has completed. Thus, only one DecryptCB may be pending at
80 // a time for a given |stream_type|.
81 virtual void Decrypt(StreamType stream_type,
85 // Cancels the scheduled decryption operation for |stream_type| and fires the
88 // same |stream_type| is fired.
89 virtual void CancelDecrypt(StreamType stream_type) = 0;
147 virtual void ResetDecoder(StreamType stream_type) = 0
    [all...]
mock_filters.h 163 MOCK_METHOD2(RegisterNewKeyCB, void(StreamType stream_type,
165 MOCK_METHOD3(Decrypt, void(StreamType stream_type,
168 MOCK_METHOD1(CancelDecrypt, void(StreamType stream_type));
181 MOCK_METHOD1(ResetDecoder, void(StreamType stream_type));
182 MOCK_METHOD1(DeinitializeDecoder, void(StreamType stream_type));
  /external/chromium_org/content/renderer/media/crypto/
ppapi_decryptor.cc 138 void PpapiDecryptor::RegisterNewKeyCB(StreamType stream_type,
140 switch (stream_type) {
153 StreamType stream_type,
159 stream_type, encrypted, decrypt_cb));
163 DVLOG(3) << "Decrypt() - stream_type: " << stream_type;
164 if (!plugin_cdm_delegate_->Decrypt(stream_type, encrypted, decrypt_cb))
168 void PpapiDecryptor::CancelDecrypt(StreamType stream_type) {
169 DVLOG(1) << "CancelDecrypt() - stream_type: " << stream_type;
    [all...]
ppapi_decryptor.h 53 virtual void RegisterNewKeyCB(StreamType stream_type,
55 virtual void Decrypt(StreamType stream_type,
58 virtual void CancelDecrypt(StreamType stream_type) OVERRIDE;
69 virtual void ResetDecoder(StreamType stream_type) OVERRIDE;
70 virtual void DeinitializeDecoder(StreamType stream_type) OVERRIDE;
83 void OnDecoderInitialized(StreamType stream_type, bool success);
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyInterface.h 92 virtual audio_io_handle_t getOutput(AudioSystem::stream_type stream,
101 AudioSystem::stream_type stream,
105 AudioSystem::stream_type stream,
128 virtual void initStreamVolume(AudioSystem::stream_type stream,
135 virtual status_t setStreamVolumeIndex(AudioSystem::stream_type stream,
142 virtual status_t getStreamVolumeIndex(AudioSystem::stream_type stream,
147 virtual uint32_t getStrategyForStream(AudioSystem::stream_type stream) = 0;
150 virtual audio_devices_t getDevicesForStream(AudioSystem::stream_type stream) = 0;
231 virtual status_t setStreamVolume(AudioSystem::stream_type stream, float volume, audio_io_handle_t output, int delayMs = 0) = 0;
235 virtual status_t setStreamOutput(AudioSystem::stream_type stream, audio_io_handle_t output) = 0
    [all...]
AudioPolicyManagerBase.h 89 virtual audio_io_handle_t getOutput(AudioSystem::stream_type stream,
97 AudioSystem::stream_type stream,
100 AudioSystem::stream_type stream,
115 virtual void initStreamVolume(AudioSystem::stream_type stream,
118 virtual status_t setStreamVolumeIndex(AudioSystem::stream_type stream,
121 virtual status_t getStreamVolumeIndex(AudioSystem::stream_type stream,
126 virtual uint32_t getStrategyForStream(AudioSystem::stream_type stream);
129 virtual audio_devices_t getDevicesForStream(AudioSystem::stream_type stream);
256 void changeRefCount(AudioSystem::stream_type stream, int delta);
263 bool isStreamActive(AudioSystem::stream_type stream
    [all...]
  /external/srec/audio/AudioIn/UNIX/src/
audioinwrapper.cpp 149 int AudioSetVolume(int stream_type, int volume)
154 return AudioSystem::setStreamVolume(stream_type, volume, 0);
158 int AudioGetVolume(int stream_type)
164 AudioSystem::getStreamVolume(stream_type, &v, 0);
201 int AudioSetStreamType(int stream_type)
206 int AudioSetVolume(int stream_type, int volume)
211 int AudioGetVolume(int stream_type)
  /external/chromium_org/media/cdm/
aes_decryptor.h 46 virtual void RegisterNewKeyCB(StreamType stream_type,
48 virtual void Decrypt(StreamType stream_type,
51 virtual void CancelDecrypt(StreamType stream_type) OVERRIDE;
62 virtual void ResetDecoder(StreamType stream_type) OVERRIDE;
63 virtual void DeinitializeDecoder(StreamType stream_type) OVERRIDE;
  /external/chromium_org/content/renderer/pepper/
content_decryptor_delegate.h 58 bool Decrypt(media::Decryptor::StreamType stream_type,
61 bool CancelDecrypt(media::Decryptor::StreamType stream_type);
70 bool DeinitializeDecoder(media::Decryptor::StreamType stream_type);
71 bool ResetDecoder(media::Decryptor::StreamType stream_type);
108 // Cancels the pending decrypt-and-decode callback for |stream_type|.
109 void CancelDecode(media::Decryptor::StreamType stream_type);
122 media::Decryptor::StreamType stream_type,
  /hardware/libhardware_legacy/audio/
AudioPolicyCompatClient.h 59 virtual status_t setStreamOutput(AudioSystem::stream_type stream, audio_io_handle_t output);
68 virtual status_t setStreamVolume(AudioSystem::stream_type stream,
72 virtual status_t startTone(ToneGenerator::tone_type tone, AudioSystem::stream_type stream);
audio_policy_hal.cpp 147 return lap->apm->getOutput((AudioSystem::stream_type)stream,
157 return lap->apm->startOutput(output, (AudioSystem::stream_type)stream,
165 return lap->apm->stopOutput(output, (AudioSystem::stream_type)stream,
210 lap->apm->initStreamVolume((AudioSystem::stream_type)stream, index_min,
219 return lap->apm->setStreamVolumeIndex((AudioSystem::stream_type)stream,
229 return lap->apm->getStreamVolumeIndex((AudioSystem::stream_type)stream,
240 return lap->apm->setStreamVolumeIndex((AudioSystem::stream_type)stream,
251 return lap->apm->getStreamVolumeIndex((AudioSystem::stream_type)stream,
260 return lap->apm->getStrategyForStream((AudioSystem::stream_type)stream);
267 return lap->apm->getDevicesForStream((AudioSystem::stream_type)stream)
    [all...]
  /external/chromium_org/content/test/plugin/
plugin_request_read_test.cc 40 NPBool seekable, uint16* stream_type) {
41 *stream_type = NP_SEEK;
53 return PluginTest::NewStream(type, stream, seekable, stream_type);
plugin_request_read_test.h 30 NPBool seekable, uint16* stream_type) OVERRIDE;
  /hardware/libhardware/modules/camera/
Stream.cpp 38 mType(s->stream_type),
115 if (s->stream_type != mType) {
118 __func__, mId, s->stream_type, mType);
  /hardware/qcom/audio/legacy/alsa_sound/
audio_policy_hal.cpp 146 return qap->apm->getOutput((AudioSystem::stream_type)stream,
155 return qap->apm->startOutput(output, (AudioSystem::stream_type)stream,
163 return qap->apm->stopOutput(output, (AudioSystem::stream_type)stream,
208 qap->apm->initStreamVolume((AudioSystem::stream_type)stream, index_min,
217 return qap->apm->setStreamVolumeIndex((AudioSystem::stream_type)stream,
227 return qap->apm->getStreamVolumeIndex((AudioSystem::stream_type)stream,
238 return qap->apm->setStreamVolumeIndex((AudioSystem::stream_type)stream,
249 return qap->apm->getStreamVolumeIndex((AudioSystem::stream_type)stream,
258 return qap->apm->getStrategyForStream((AudioSystem::stream_type)stream);
265 return qap->apm->getDevicesForStream((AudioSystem::stream_type)stream)
    [all...]

Completed in 773 milliseconds

1 2 3 4