Searched refs:out (Results 1 - 25 of 207) sorted by relevance

123456789

/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
H A DNotificationQueue.cpp42 ) : in(i), out(o)
45 out->hdr.queueSize = size;
55 if ((out->hdr.writeCnt - out->hdr.readCnt) < out->hdr.queueSize) {
56 out->notification[out->hdr.writeCnt & (out->hdr.queueSize - 1)]
58 out->hdr.writeCnt++;
H A DNotificationQueue.h51 * @param out beginning of queue header
56 notificationQueue_t *out,
80 notificationQueue_t *out; member in class:NotificationQueue
/hardware/qcom/audio/hal/
H A Daudio_hw.c441 static int read_hdmi_channel_masks(struct stream_out *out) argument
444 int channels = platform_edid_get_max_channels(out->dev->platform);
453 out->supported_channel_masks[0] = AUDIO_CHANNEL_OUT_5POINT1;
457 out->supported_channel_masks[0] = AUDIO_CHANNEL_OUT_5POINT1;
458 out->supported_channel_masks[1] = AUDIO_CHANNEL_OUT_7POINT1;
518 usecase->stream.out->devices);
519 in_snd_device = platform_get_input_snd_device(adev->platform, usecase->stream.out->devices);
520 usecase->devices = usecase->stream.out->devices;
547 usecase->devices = usecase->stream.out->devices;
551 usecase->stream.out
755 send_offload_cmd_l(struct stream_out* out, int command) argument
768 stop_compressed_output_l(struct stream_out *out) argument
783 struct stream_out *out = (struct stream_out *) context; local
874 create_offload_callback_thread(struct stream_out *out) argument
883 destroy_offload_callback_thread(struct stream_out *out) argument
973 stop_output_stream(struct stream_out *out) argument
1014 start_output_stream(struct stream_out *out) argument
1160 struct stream_out *out = (struct stream_out *)stream; local
1172 struct stream_out *out = (struct stream_out *)stream; local
1183 struct stream_out *out = (struct stream_out *)stream; local
1190 struct stream_out *out = (struct stream_out *)stream; local
1202 struct stream_out *out = (struct stream_out *)stream; local
1239 parse_compress_metadata(struct stream_out *out, struct str_parms *parms) argument
1271 output_drives_call(struct audio_device *adev, struct stream_out *out) argument
1278 struct stream_out *out = (struct stream_out *)stream; local
1364 struct stream_out *out = (struct stream_out *)stream; local
1403 struct stream_out *out = (struct stream_out *)stream; local
1415 struct stream_out *out = (struct stream_out *)stream; local
1452 struct stream_out *out = (struct stream_out *)stream; local
1520 struct stream_out *out = (struct stream_out *)stream; local
1557 struct stream_out *out = (struct stream_out *)stream; local
1602 struct stream_out *out = (struct stream_out *)stream; local
1614 struct stream_out *out = (struct stream_out *)stream; local
1630 struct stream_out *out = (struct stream_out *)stream; local
1647 struct stream_out *out = (struct stream_out *)stream; local
1663 struct stream_out *out = (struct stream_out *)stream; local
1916 struct stream_out *out; local
2121 struct stream_out *out = (struct stream_out *)stream; local
2523 struct stream_out out; local
[all...]
/hardware/intel/audio_media/hdmi/
H A Dtinyaudio_hw.c147 * following order: hw device > out stream
239 static int start_output_stream(struct stream_out *out) argument
241 struct audio_device *adev = out->dev;
255 out->pcm_config.channels,
256 out->pcm_config.rate,
257 out->pcm_config.period_size,
258 out->pcm_config.period_count,
259 out->pcm_config.format);
261 out->pcm_config.start_threshold = 0;
262 out
297 struct stream_out *out = (struct stream_out *)stream; local
311 struct stream_out *out = (struct stream_out *)stream; local
341 struct stream_out *out = (struct stream_out *)stream; local
363 struct stream_out *out = (struct stream_out *)stream; local
394 struct stream_out *out = (struct stream_out *)stream; local
489 struct stream_out *out = (struct stream_out *)stream; local
512 struct stream_out *out = (struct stream_out *)stream; local
566 struct stream_out *out = (struct stream_out *)stream; local
585 struct stream_out *out = (struct stream_out *)stream; local
702 struct stream_out *out; local
806 struct stream_out *out = (struct stream_out *)stream; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
H A Dgen_asm_deps.sh31 --depfile=*) out="${optval}"
55 $self --build-pfx=$pfx --depfile=$out ${raw_inc_paths} `dirname $srcfile`/$inc
58 $self --build-pfx=$pfx --depfile=$out ${raw_inc_paths} "${found_inc_path}/$inc"
61 echo ${out} ${out%d}o: "${pfx}${inc}"
64 echo ${out} ${out%d}o: $srcfile
/hardware/libhardware/modules/usbaudio/
H A Daudio_hw.c237 * following order: hw device > out stream
257 const struct stream_out* out = (const struct stream_out*)stream; local
259 proxy_get_period_size(&out->proxy) * audio_stream_out_frame_size(&(out->stream));
265 const struct stream_out *out = (const struct stream_out*)stream; local
266 return audio_channel_out_mask_from_count(out->hal_channel_count);
287 struct stream_out *out = (struct stream_out *)stream; local
289 pthread_mutex_lock(&out->dev->lock);
290 pthread_mutex_lock(&out->lock);
292 if (!out
312 struct stream_out *out = (struct stream_out *)stream; local
359 struct stream_out *out = (struct stream_out *)stream; local
383 start_output_stream(struct stream_out *out) argument
394 struct stream_out *out = (struct stream_out *)stream; local
490 struct stream_out *out; local
589 struct stream_out *out = (struct stream_out *)stream; local
[all...]
/hardware/ril/reference-ril/
H A Dat_tok.h26 int at_tok_nextstr(char **p_cur, char **out);
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
H A DOMX_TI_Debug.h144 FILE *out; /* standard output file */ member in struct:OMX_TI_Debug
177 (dbg).out = stdout; \
192 (dbg).out = stdout; \
198 char line[80], *ptr, *end, out[75], err[75]; \
199 out[0] = err[0] = '\0'; \
213 strcpy(out, ptr); \
222 if (!strcmp(out, "stdout")) {} \
223 else if (!strcmp(out, "stderr")) (dbg).out = stderr; \
224 else if (!strcmp(out, "nul
[all...]
/hardware/libhardware/modules/audio/
H A Daudio_hw.c225 struct stub_stream_out *out; local
228 out = (struct stub_stream_out *)calloc(1, sizeof(struct stub_stream_out));
229 if (!out)
232 out->stream.common.get_sample_rate = out_get_sample_rate;
233 out->stream.common.set_sample_rate = out_set_sample_rate;
234 out->stream.common.get_buffer_size = out_get_buffer_size;
235 out->stream.common.get_channels = out_get_channels;
236 out->stream.common.get_format = out_get_format;
237 out->stream.common.set_format = out_set_format;
238 out
[all...]
/hardware/qcom/audio/legacy/alsa_sound/
H A Daudio_hw_hal.cpp144 const struct qcom_stream_out *out = local
146 return out->qcom_out->sampleRate();
151 struct qcom_stream_out *out = local
161 const struct qcom_stream_out *out = local
163 return out->qcom_out->bufferSize();
168 const struct qcom_stream_out *out = local
170 return out->qcom_out->channels();
175 const struct qcom_stream_out *out = local
177 return (audio_format_t)out->qcom_out->format();
182 struct qcom_stream_out *out local
191 struct qcom_stream_out *out = local
198 const struct qcom_stream_out *out = local
206 struct qcom_stream_out *out = local
224 const struct qcom_stream_out *out = local
244 const struct qcom_stream_out *out = local
252 struct qcom_stream_out *out = local
260 struct qcom_stream_out *out = local
268 const struct qcom_stream_out *out = local
286 const struct qcom_stream_out *out = local
525 struct qcom_stream_out *out; local
562 struct qcom_stream_out *out; local
613 struct qcom_stream_out *out = reinterpret_cast<struct qcom_stream_out *>(stream); local
[all...]
/hardware/invensense/6515/libsensors_iio/software/simple_apps/common/
H A Dtestsupport.h45 char* CompassStateName (char* out, int state);
/hardware/libhardware_legacy/audio/
H A Daudio_hw_hal.cpp121 const struct legacy_stream_out *out = local
123 return out->legacy_out->sampleRate();
128 struct legacy_stream_out *out = local
138 const struct legacy_stream_out *out = local
140 return out->legacy_out->bufferSize();
145 const struct legacy_stream_out *out = local
147 return (audio_channel_mask_t) out->legacy_out->channels();
152 const struct legacy_stream_out *out = local
155 return (audio_format_t) out->legacy_out->format();
160 struct legacy_stream_out *out local
169 struct legacy_stream_out *out = local
176 const struct legacy_stream_out *out = local
184 struct legacy_stream_out *out = local
202 const struct legacy_stream_out *out = local
222 const struct legacy_stream_out *out = local
230 struct legacy_stream_out *out = local
238 struct legacy_stream_out *out = local
246 const struct legacy_stream_out *out = local
254 const struct legacy_stream_out *out = local
496 struct legacy_stream_out *out; local
545 struct legacy_stream_out *out = reinterpret_cast<struct legacy_stream_out *>(stream); local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dfdct4x4_test.cc33 typedef void (*fdct_t)(const int16_t *in, int16_t *out, int stride);
34 typedef void (*idct_t)(const int16_t *in, uint8_t *out, int stride);
35 typedef void (*fht_t) (const int16_t *in, int16_t *out, int stride,
37 typedef void (*iht_t) (const int16_t *in, uint8_t *out, int stride,
43 void fdct4x4_ref(const int16_t *in, int16_t *out, int stride, int tx_type) { argument
44 vp9_fdct4x4_c(in, out, stride);
47 void fht4x4_ref(const int16_t *in, int16_t *out, int stride, int tx_type) { argument
48 vp9_fht4x4_c(in, out, stride, tx_type);
56 virtual void RunFwdTxfm(const int16_t *in, int16_t *out, int stride) = 0;
58 virtual void RunInvTxfm(const int16_t *out, uint8_
204 RunFwdTxfm(const int16_t *in, int16_t *out, int stride) argument
207 RunInvTxfm(const int16_t *out, uint8_t *dst, int stride) argument
247 RunFwdTxfm(const int16_t *in, int16_t *out, int stride) argument
251 RunInvTxfm(const int16_t *out, uint8_t *dst, int stride) argument
[all...]
H A Dfdct8x8_test.cc32 typedef void (*fdct_t)(const int16_t *in, int16_t *out, int stride);
33 typedef void (*idct_t)(const int16_t *in, uint8_t *out, int stride);
34 typedef void (*fht_t) (const int16_t *in, int16_t *out, int stride,
36 typedef void (*iht_t) (const int16_t *in, uint8_t *out, int stride,
42 void fdct8x8_ref(const int16_t *in, int16_t *out, int stride, int tx_type) { argument
43 vp9_fdct8x8_c(in, out, stride);
46 void fht8x8_ref(const int16_t *in, int16_t *out, int stride, int tx_type) { argument
47 vp9_fht8x8_c(in, out, stride, tx_type);
55 virtual void RunFwdTxfm(int16_t *in, int16_t *out, int stride) = 0;
56 virtual void RunInvTxfm(int16_t *out, uint8_
239 RunFwdTxfm(int16_t *in, int16_t *out, int stride) argument
242 RunInvTxfm(int16_t *out, uint8_t *dst, int stride) argument
279 RunFwdTxfm(int16_t *in, int16_t *out, int stride) argument
282 RunInvTxfm(int16_t *out, uint8_t *dst, int stride) argument
[all...]
H A Dconvolve_test.cc260 uint8_t* const out = output(); local
264 UUT_->h8_(in, kInputStride, out, kOutputStride, filter8, 16, filter8, 16,
271 ASSERT_EQ(out[y * kOutputStride + x], in[y * kInputStride + x])
277 uint8_t* const out = output(); local
281 UUT_->v8_(in, kInputStride, out, kOutputStride, filter8, 16, filter8, 16,
288 ASSERT_EQ(out[y * kOutputStride + x], in[y * kInputStride + x])
294 uint8_t* const out = output(); local
298 UUT_->hv8_(in, kInputStride, out, kOutputStride, filter8, 16, filter8, 16,
305 ASSERT_EQ(out[y * kOutputStride + x], in[y * kInputStride + x])
343 uint8_t* const out local
388 uint8_t* const out = output(); local
467 uint8_t* const out = output(); local
555 uint8_t* const out = output(); local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans4_dspr2.c231 DECLARE_ALIGNED(32, int16_t, out[4 * 4]);
232 int16_t *outptr = out;
246 vp9_idct4_columns_add_blk_dspr2(&out[0], dest, dest_stride);
253 int32_t out; local
266 out = DCT_CONST_ROUND_SHIFT_TWICE_COSPI_16_64(input_dc);
268 "addi %[out], %[out], 8 \n\t"
269 "sra %[a1], %[out], 4 \n\t"
271 : [out] "+r" (out), [a
[all...]
H A Dvp9_common_dspr2.h30 int32_t tmp, out; \
35 /* out = dct_const_round_shift(input_dc * cospi_16_64); */ \
41 /* out = dct_const_round_shift(out * cospi_16_64); */ \
45 "extp %[out], $ac2, 31 \n\t"\
47 : [tmp] "=&r" (tmp), [out] "=r" (out) \
52 out; })
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dsolution.mk14 $(filter-out $(VPX_NONDEPS),$^), --dep=$(vcp:.$(VCPROJ_SFX)=):vpx)
23 --out=$@ $^
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/
H A DAndroid.mk12 ifneq ($(filter-out Generic,$(PLATFORM)),)
/hardware/libhardware/modules/sensors/
H A DSensorEventQueue.h51 int getWritableRegion(int requestedLength, sensors_event_t** out);
H A DSensorEventQueue.cpp39 int SensorEventQueue::getWritableRegion(int requestedLength, sensors_event_t** out) { argument
41 *out = NULL;
57 *out = &mData[firstWritable];
/hardware/libhardware/modules/audio_remote_submix/
H A Daudio_hw.cpp250 // Determine whether the specified channel out mask is supported by the submix module.
253 // Set of channel out masks supported by Format_from_SR_C()
263 // Determine whether the specified channel out mask is supported, if it is return the specified
264 // channel out mask, otherwise return the default channel out mask for the submix module.
354 // buffer_size_frames and optionally associate "in" or "out" with the submix audio device.
361 struct submix_stream_out * const out,
365 ALOG_ASSERT(in || out);
387 if (out) {
388 out
356 submix_audio_device_create_pipe_l(struct submix_audio_device * const rsxadev, const struct audio_config * const config, const size_t buffer_size_frames, const uint32_t buffer_period_count, struct submix_stream_in * const in, struct submix_stream_out * const out, const char *address, int route_idx) argument
[all...]
/hardware/invensense/60xx/libsensors_iio/software/build/android/
H A Dcommon.mk38 ANDROID_LINK += -L$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib
39 ANDROID_LINK += -L$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/system/lib
46 ANDROID_LINK_EXECUTABLE += $(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib/crtbegin_dynamic.o
47 ANDROID_LINK_EXECUTABLE += $(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib/crtend_android.o
56 ANDROID_INCLUDES += -I$(ANDROID_ROOT)/out/target/product/generic/obj/include
67 ANDROID_INCLUDES += -I$(ANDROID_ROOT)/out/target/product/generic/obj/SHARED_LIBRARIES/libm_intermediates
/hardware/invensense/6515/libsensors_iio/software/build/android/
H A Dcommon.mk38 ANDROID_LINK += -L$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib
39 ANDROID_LINK += -L$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/system/lib
46 ANDROID_LINK_EXECUTABLE += $(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib/crtbegin_dynamic.o
47 ANDROID_LINK_EXECUTABLE += $(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib/crtend_android.o
56 ANDROID_INCLUDES += -I$(ANDROID_ROOT)/out/target/product/generic/obj/include
67 ANDROID_INCLUDES += -I$(ANDROID_ROOT)/out/target/product/generic/obj/SHARED_LIBRARIES/libm_intermediates
/hardware/invensense/65xx/libsensors_iio/software/build/android/
H A Dcommon.mk38 ANDROID_LINK += -L$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib
39 ANDROID_LINK += -L$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/system/lib
46 ANDROID_LINK_EXECUTABLE += $(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib/crtbegin_dynamic.o
47 ANDROID_LINK_EXECUTABLE += $(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib/crtend_android.o
56 ANDROID_INCLUDES += -I$(ANDROID_ROOT)/out/target/product/generic/obj/include
67 ANDROID_INCLUDES += -I$(ANDROID_ROOT)/out/target/product/generic/obj/SHARED_LIBRARIES/libm_intermediates

Completed in 4861 milliseconds

123456789