Home
last modified time | relevance | path

Searched refs:source (Results 1 – 25 of 66) sorted by relevance

123

/device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/
DQCameraMjpegDecode.cpp232 jpegd_src_t source; in decoder_test() local
276 source.p_input_req_handler = &decoder_input_req_handler; in decoder_test()
277 source.total_length = p_args->inputMjpegBufferSize & 0xffffffff; in decoder_test()
279 rc = jpeg_buffer_init(&source.buffers[0]); in decoder_test()
282 rc = jpeg_buffer_init(&source.buffers[1]); in decoder_test()
286 rc = jpeg_buffer_allocate(source.buffers[0], 0xA000, use_pmem); in decoder_test()
288 rc = jpeg_buffer_use_external_buffer(source.buffers[0], in decoder_test()
294 source.buffers[0], p_args->inputMjpegBuffer); in decoder_test()
298 rc = jpeg_buffer_allocate(source.buffers[1], 0xA000, use_pmem); in decoder_test()
300 rc = jpeg_buffer_use_external_buffer(source.buffers[1], in decoder_test()
[all …]
/device/linaro/hikey/bt-wifi-firmware-util/
DNOTICE25 (including the above copyright notice and the disclaimer and (if applicable) source
37 * Nothing shall obligate TI to provide you with source code for the software
40 If software source code is provided to you, modification and redistribution of the
41 source code are permitted provided that the following conditions are met:
43 * any redistribution and use of the source code, including any resulting
46 * any redistribution and use of any object code compiled from the source
/device/google/contexthub/util/nanotool/
Dnanomessage.cpp37 const VersionInfo *source = reinterpret_cast<const VersionInfo *>(data); in Populate() local
38 info = *source; in Populate()
77 const Response *source = reinterpret_cast<const Response *>(data); in Populate() local
78 response = *source; in Populate()
/device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_reprocess.c108 mm_camera_stream_t *source, in mm_app_add_reprocess_stream_from_source() argument
121 ( NULL == source ) ) { in mm_app_add_reprocess_stream_from_source()
145 source_stream_info = (cam_stream_info_t *) source->s_info_buf.buf.buffer; in mm_app_add_reprocess_stream_from_source()
155 …stream->s_config.stream_info->reprocess_config.online.input_stream_id = source->s_config.stream_in… in mm_app_add_reprocess_stream_from_source()
156 …stream->s_config.stream_info->reprocess_config.online.input_stream_type = source->s_config.stream_… in mm_app_add_reprocess_stream_from_source()
/device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_reprocess.c108 mm_camera_stream_t *source, in mm_app_add_reprocess_stream_from_source() argument
121 ( NULL == source ) ) { in mm_app_add_reprocess_stream_from_source()
145 source_stream_info = (cam_stream_info_t *) source->s_info_buf.buf.buffer; in mm_app_add_reprocess_stream_from_source()
155 …stream->s_config.stream_info->reprocess_config.online.input_stream_id = source->s_config.stream_in… in mm_app_add_reprocess_stream_from_source()
156 …stream->s_config.stream_info->reprocess_config.online.input_stream_type = source->s_config.stream_… in mm_app_add_reprocess_stream_from_source()
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_reprocess.c108 mm_camera_stream_t *source, in mm_app_add_reprocess_stream_from_source() argument
121 ( NULL == source ) ) { in mm_app_add_reprocess_stream_from_source()
145 source_stream_info = (cam_stream_info_t *) source->s_info_buf.buf.buffer; in mm_app_add_reprocess_stream_from_source()
155 …stream->s_config.stream_info->reprocess_config.online.input_stream_id = source->s_config.stream_in… in mm_app_add_reprocess_stream_from_source()
156 …stream->s_config.stream_info->reprocess_config.online.input_stream_type = source->s_config.stream_… in mm_app_add_reprocess_stream_from_source()
/device/google/atv/sdk/
Datv_sdk.atree17 # Override source.properties in development/build/sdk-android-${TARGET_CPU_ABI}.atree
18 …RGET_CPU_ABI}_source.properties system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/source.properties
/device/google/dragon/audio/hal/
Dcras_dsp_pipeline.c409 struct plugin *source = find_enabled_builtin_plugin( in cras_dsp_pipeline_create() local
414 if (!source || !sink) { in cras_dsp_pipeline_create()
417 source, sink, purpose); in cras_dsp_pipeline_create()
441 &pipeline->instances, source); in cras_dsp_pipeline_create()
447 source, sink); in cras_dsp_pipeline_create()
824 float *source[input_channels]; in cras_dsp_pipeline_apply() local
837 source[i] = cras_dsp_pipeline_get_source_buffer(pipeline, i); in cras_dsp_pipeline_apply()
848 dsp_util_deinterleave(target, source, input_channels, chunk); in cras_dsp_pipeline_apply()
Daudio_hw.c517 audio_source_t source; in get_input_snd_device() local
529 source = (active_input == NULL) ? in get_input_snd_device()
530 AUDIO_SOURCE_DEFAULT : active_input->source; in get_input_snd_device()
572 } else if (source == AUDIO_SOURCE_CAMCORDER) { in get_input_snd_device()
577 } else if (source == AUDIO_SOURCE_VOICE_RECOGNITION) { in get_input_snd_device()
592 } else if (source == AUDIO_SOURCE_VOICE_COMMUNICATION || source == AUDIO_SOURCE_MIC) { in get_input_snd_device()
611 } else if (source == AUDIO_SOURCE_DEFAULT) { in get_input_snd_device()
803 active_input->source == AUDIO_SOURCE_VOICE_COMMUNICATION) { in select_devices()
811 if (active_input->source == AUDIO_SOURCE_VOICE_COMMUNICATION && in select_devices()
1911 … if (adev->active_input && (adev->active_input->source == AUDIO_SOURCE_VOICE_COMMUNICATION || in out_set_parameters()
[all …]
Daudio_hw.h255 audio_source_t source; member
/device/moto/shamu/
Dgpio-keys.kl3 # Redistribution and use in source and binary forms, with or without
6 # * Redistributions of source code must retain the above copyright
/device/google/dragon/
Dspeakerdsp.ini3 label=source
123 label=source
/device/google/accessory/demokit/
DCOPYING25 Redistribution and use in source and binary forms, with or without modification, are permitted
28 Redistributions of source code must retain the above copyright notice, this list of conditions
/device/google/contexthub/firmware/
DNOTICE39 including but not limited to software source code, documentation
40 source, and configuration files.
68 communication on electronic mailing lists, source code control systems,
197 Redistribution and use in source and binary forms, with or without
199 - Redistributions of source code must retain the above copyright
226 Redistribution and use in source and binary forms, with or without
229 1. Redistributions of source code must retain the above copyright
/device/generic/goldfish/opengl/
DREADME10 here with the appropriate updated source files.
/device/generic/qemu/
Dinit.ranchu.rc8 # See storage config details at http://source.android.com/tech/storage/
/device/google/dragon/audio/hal/dsp/tests/
Dplot_fftl.m2 % Use of this source code is governed by a BSD-style license that can be
/device/sample/apps/SampleEmailPolicy/
DREADME20 having to edit or merge changes directly into its source. It also allows the same Email application
/device/htc/flounder/audio/hal/
Daudio_hw.c548 audio_source_t source; in get_input_snd_device() local
560 source = (active_input == NULL) ? in get_input_snd_device()
561 AUDIO_SOURCE_DEFAULT : active_input->source; in get_input_snd_device()
605 } else if (source == AUDIO_SOURCE_CAMCORDER) { in get_input_snd_device()
610 } else if (source == AUDIO_SOURCE_VOICE_RECOGNITION) { in get_input_snd_device()
625 } else if (source == AUDIO_SOURCE_VOICE_COMMUNICATION || source == AUDIO_SOURCE_MIC) { in get_input_snd_device()
644 } else if (source == AUDIO_SOURCE_DEFAULT) { in get_input_snd_device()
853 active_input->source == AUDIO_SOURCE_VOICE_COMMUNICATION) { in select_devices()
861 if (active_input->source == AUDIO_SOURCE_VOICE_COMMUNICATION && in select_devices()
2763 … if (adev->active_input && (adev->active_input->source == AUDIO_SOURCE_VOICE_COMMUNICATION || in out_set_parameters()
[all …]
/device/linaro/hikey/
DREADME4 Pull AOSP source:
/device/asus/fugu/self-extractors/widevine/
DLICENSE16 a. The term "Android" means the open source mobile platform, software
22 open-source contribution developed by You, designed to operate with
91 provided to You in source code format and except for any third
95 derive the source code version of the Software, except if and to
/device/moto/shamu/self-extractors/broadcom/
DLICENSE16 a. The term "Android" means the open source mobile platform, software
22 open-source contribution developed by You, designed to operate with
91 provided to You in source code format and except for any third
95 derive the source code version of the Software, except if and to
/device/asus/fugu/self-extractors/broadcom/
DLICENSE16 a. The term "Android" means the open source mobile platform, software
22 open-source contribution developed by You, designed to operate with
91 provided to You in source code format and except for any third
95 derive the source code version of the Software, except if and to
/device/asus/fugu/self-extractors/google/
DLICENSE16 a. The term "Android" means the open source mobile platform, software
22 open-source contribution developed by You, designed to operate with
91 provided to You in source code format and except for any third
95 derive the source code version of the Software, except if and to
/device/moto/shamu/dumpstate/
DNOTICE40 including but not limited to software source code, documentation
41 source, and configuration files.
69 communication on electronic mailing lists, source code control systems,

123