Searched refs:stream (Results 26 - 40 of 40) sorted by relevance

12

/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
H A DExynos_OSAL_ETC.h42 ssize_t getline(char **ppLine, size_t *len, FILE *stream);
/hardware/ti/wlan/wl1271/CUDK/os/common/inc/
H A Dcu_osapi.h90 S32 os_fclose (PVOID stream);
92 PS8 os_fgets (PS8 s, S32 size, PVOID stream);
93 S32 os_fread (PVOID ptr, S32 size, S32 nmemb, PVOID stream);
94 S32 os_fwrite (PVOID ptr, S32 size, S32 nmemb, PVOID stream);
/hardware/qcom/camera/mm-camera-interface/
H A Dmm_camera.h40 MM_CAMERA_STREAM_STATE_REG, /* buf regged, stream off */
41 MM_CAMERA_STREAM_STATE_ACTIVE, /* stream on */
136 mm_camera_stream_t stream; member in struct:__anon736
141 mm_camera_stream_t stream; member in struct:__anon737
279 mm_camera_stream_t *stream,
321 mm_camera_stream_t *stream);
330 mm_camera_stream_t *stream,
338 extern int mm_camera_stream_is_active(mm_camera_stream_t *stream);
340 mm_camera_stream_t *stream,
342 //extern int mm_camera_poll_add_stream(mm_camera_obj_t * my_obj, mm_camera_stream_t *stream);
[all...]
H A Dmm_camera_channel.c107 *stream1 = &my_obj->ch[ch_type].raw.stream;
110 *stream1 = &my_obj->ch[ch_type].preview.stream;
140 stream1 = &my_obj->ch[ch_type].raw.stream;
144 stream1 = &my_obj->ch[ch_type].preview.stream;
151 CDBG("%s:video channel has main image stream\n", __func__);
195 stream1 = &my_obj->ch[ch_type].raw.stream;
199 stream1 = &my_obj->ch[ch_type].preview.stream;
257 rc = mm_camera_stream_fsm_fn_vtbl(my_obj, &my_obj->ch[ch_type].raw.stream,
261 rc = mm_camera_stream_fsm_fn_vtbl(my_obj, &my_obj->ch[ch_type].preview.stream,
299 &my_obj->ch[ch_type].raw.stream, ev
398 mm_camera_stream_t *stream; local
[all...]
/hardware/msm7k/libaudio-qsd8k/
H A DAudioPolicyManager.cpp217 // Do not play media stream if in call and the requested device would change the hardware
236 float AudioPolicyManager::computeVolume(int stream, int index, audio_io_handle_t output, uint32_t device) argument
239 // means the stream is muted. This overrides condition-specific modifications to the volume
241 if (index == mStreams[stream].mIndexMin) {
242 return AudioPolicyManagerBase::computeVolume(stream, index, output, device);
254 float volume = AudioPolicyManagerBase::computeVolume(stream, index, output, device);
256 // limit stream volume when in call and playing over bluetooth SCO device to
269 (stream == AudioSystem::MUSIC) &&
/hardware/msm7k/libaudio-qdsp5v2/
H A DAudioPolicyManager.cpp217 // Do not play media stream if in call and the requested device would change the hardware
236 float AudioPolicyManager::computeVolume(int stream, int index, audio_io_handle_t output, uint32_t device) argument
247 float volume = AudioPolicyManagerBase::computeVolume(stream, index, output, device);
249 // limit stream volume when in call and playing over bluetooth SCO device to
261 (stream == AudioSystem::MUSIC) &&
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/
H A Dcu_wext.c321 struct stream_descr stream; local
324 /* init the event stream */
325 os_memset((char *)&stream, '\0', sizeof(struct stream_descr));
326 stream.current = (char *)buffer;
327 stream.end = (char *)(buffer + pCuWext->req_data.data.length);
332 ret = ParsEvent_GetEvent(&stream, &iwe);
H A Dipc_event.c308 struct stream_descr stream; local
313 /* init the event stream */
314 os_memset((char *)&stream, '\0', sizeof(struct stream_descr));
315 stream.current = (char *)data;
316 stream.end = (char *)(data + len);
321 ret = ParsEvent_GetEvent(&stream, &iwe);
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioSystemLegacy.h124 // audio stream (e.g. octet alignement for AMR).
342 static bool isLowVisibility(stream_type stream) { argument
343 return audio_is_low_visibility((audio_stream_type_t)stream);
/hardware/libhardware/tests/camera2/
H A Dcamera2.cpp213 StreamAdapter* stream = new StreamAdapter(consumer); local
215 ALOGV("Creating stream, format 0x%x, %d x %d", format, width, height);
216 res = stream->connectToDevice(mDevice, width, height, format);
217 ASSERT_EQ(NO_ERROR, res) << "Failed to connect to stream: "
219 mStreams.push_back(stream);
221 *id = stream->getId();
231 "Failed to disconnect stream " << id;
/hardware/qcom/camera/QCamera/stack/mm-camera-test/inc/
H A Dmm_qcamera_app.h101 mm_camear_stream_t stream[8]; member in struct:__anon523
/hardware/ti/omap4xxx/security/tf_daemon/
H A Ddelegation_client.c447 FILE *stream; local
463 stream = fopen(checkAccess, "w+b");
464 if (!stream)
469 fclose(stream);
/hardware/libhardware/tests/keymaster/
H A Dkeymaster_test.cpp61 friend std::ostream &operator<<(std::ostream &stream, const UniqueBlob& blob);
67 std::ostream &operator<<(std::ostream &stream, const UniqueBlob& blob) { argument
69 stream << "Blob length=" << length << " < ";
73 stream << std::hex << std::setw(2) << std::setfill('0')
76 stream << '>' << std::endl;
78 return stream;
/hardware/ti/wlan/mac80211/ti-utils/
H A Dini.c30 static char *ini_get_line(char *s, int size, FILE *stream, int *line, argument
35 while (fgets(s, size, stream)) {
/hardware/qcom/audio/libalsa-intf/
H A Dalsa_pcm.c314 ALOGV("stream = %d\n", info->stream);

Completed in 316 milliseconds

12