Home
last modified time | relevance | path

Searched refs:output (Results 1 – 25 of 86) sorted by relevance

1234

/device/linaro/hikey/installer/hikey960/
Dmkdtimg32 def write32(output, value): argument
33 output.write(chr(value & 255)) ; value=value // 256
34 output.write(chr(value & 255)) ; value=value // 256
35 output.write(chr(value & 255)) ; value=value // 256
36 output.write(chr(value & 255))
38 def compress(filename, input, output): argument
39 output.write('\037\213\010')
40 output.write(chr(0))
43 write32(output, 0)
44 output.write('\002')
[all …]
/device/linaro/hikey/hifi/xaf/hifi-dpf/audio/
Dxa-class-audio-codec.c68 xf_output_port_t output; member
109 xf_message_t *m = xf_msg_queue_head(&codec->output.queue); in xa_codec_prepare_runtime()
146 xf_output_port_produce(&codec->output, sizeof(*msg)); in xa_codec_prepare_runtime()
189 if (xf_output_port_ready(&codec->output)) in xa_codec_empty_this_buffer()
217 else if (m == xf_output_port_control_msg(&codec->output)) in xa_codec_fill_this_buffer()
223 xf_output_port_flush_done(&codec->output); in xa_codec_fill_this_buffer()
233 else if ((base->state & XA_BASE_FLAG_COMPLETED) && !xf_output_port_routed(&codec->output)) in xa_codec_fill_this_buffer()
245 m->length = codec->output.length; in xa_codec_fill_this_buffer()
249 if (xf_output_port_put(&codec->output, m) && xf_input_port_ready(&codec->input)) in xa_codec_fill_this_buffer()
266 xf_output_port_t *port = &codec->output; in xa_codec_port_route()
[all …]
Dxa-class-mixer.c113 xf_output_port_t output; member
178 xf_message_t *m = xf_msg_dequeue(&mixer->output.queue); in xa_mixer_prepare_runtime()
244 if (xf_output_port_ready(&mixer->output)) in xa_mixer_empty_this_buffer()
275 XF_CHK_ERR(m->length == mixer->output.length, XA_MIXER_EXEC_FATAL_STATE); in xa_mixer_fill_this_buffer()
281 if (xf_output_port_put(&mixer->output, m)) in xa_mixer_fill_this_buffer()
295 xf_output_port_t *port = &mixer->output; in xa_mixer_port_route()
324 xf_output_port_t *port = &mixer->output; in xa_mixer_port_unroute()
380 if (xf_output_port_ready(&mixer->output)) in xa_mixer_pause()
422 if (xf_output_port_ready(&mixer->output)) in xa_mixer_resume()
455 XF_CHK_ERR(xf_output_port_unrouting(&mixer->output), XA_API_FATAL_INVALID_CMD_TYPE); in xa_mixer_flush()
[all …]
/device/linaro/hikey/hifi/xaf/hifi-dpf/plugins/cadence/pcm_proc/
Dxa-pcm.c84 void *input, *output; member
121 s16 *input = d->input, *output = d->output; in xa_pcm_do_execute_copy() local
123 TRACE(PROCESS, _b("Copy PCM%d %p to %p (%u samples)"), d->in_pcm_width, input, output, n); in xa_pcm_do_execute_copy()
126 XF_CHK_ERR(input && n && output, XA_PCM_EXEC_FATAL_STATE); in xa_pcm_do_execute_copy()
129 memcpy(output, input, length); in xa_pcm_do_execute_copy()
148 s16 *input = d->input, *output = d->output; in xa_pcm_do_execute_pcm16_chmap() local
151 TRACE(PROCESS, _b("Map PCM16 %p to %p (%u samples, map: %X)"), input, output, n, chmap); in xa_pcm_do_execute_pcm16_chmap()
154 XF_CHK_ERR(input && n && output, XA_PCM_EXEC_FATAL_STATE); in xa_pcm_do_execute_pcm16_chmap()
166 *output++ = (m < 8 ? input[m] : 0); in xa_pcm_do_execute_pcm16_chmap()
172 d->produced = (u32)((u8 *)output - (u8 *)d->output); in xa_pcm_do_execute_pcm16_chmap()
[all …]
/device/amlogic/yukawa/bootloader/scripts/
Dgenerate-bins-new.sh74 ${FIPDIR}/aml_encrypt --bl3enc --input ${TMP}/bl30_new.bin --output ${TMP}/bl30_new.bin.enc
75 ${FIPDIR}/aml_encrypt --bl3enc --input ${FIPDIR}/bl31.img --output ${TMP}/bl31.img.enc
76 ${FIPDIR}/aml_encrypt --bl3enc --input ${UBOOTBIN} --output ${TMP}/bl33.bin.enc
77 ${FIPDIR}/aml_encrypt --bl2sig --input ${TMP}/bl2_new.bin --output ${TMP}/bl2.n.bin.sig
78 ${FIPDIR}/aml_encrypt --bootmk --output ${TMP}/u-boot.bin \
89 …${FIPDIR}/aml_encrypt --bl3sig --input ${TMP}/bl30_new.bin --output ${TMP}/bl30_new.bin.enc --leve…
90 …${FIPDIR}/aml_encrypt --bl3sig --input ${FIPDIR}/bl31.img --output ${TMP}/bl31.img.enc --level v3 …
91 …${FIPDIR}/aml_encrypt --bl3sig --input ${UBOOTBIN} --output ${TMP}/bl33.bin.enc --level v3 --type…
92 ${FIPDIR}/aml_encrypt --bl2sig --input ${TMP}/bl2_new.bin --output ${TMP}/bl2.n.bin.sig
93 ${FIPDIR}/aml_encrypt --bootmk --output ${TMP}/u-boot.bin \
[all …]
/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/
DHWC2.cpp381 std::stringstream output; in dump() local
383 output << "-- CfHWC2 --\n"; in dump()
385 output << "Adapting to a HWC 1." << static_cast<int>(mHwc1MinorVersion) << in dump()
395 output << "Capabilities: None\n"; in dump()
397 output << "Capabilities:\n"; in dump()
399 output << " " << to_string(capability) << '\n'; in dump()
403 output << "Displays:\n"; in dump()
406 output << display->dump(); in dump()
408 output << '\n'; in dump()
415 output << "HWC1 dump:\n"; in dump()
[all …]
/device/google/cuttlefish_vmm/
Dpolicy-inliner.sh17 output="$2"
26 cat /dev/null > $output
30 cat $contents | egrep "^[a-zA-Z0-9_-]+:" >> $output
33 echo $line >> $output
DDockerfile28 RUN mkdir /output && chown -R $USER /output
45 VOLUME /output
/device/google/cuttlefish/guest/hals/gralloc/legacy/
Dregion_registry.cpp63 const private_handle_t* hnd, char output[ASHMEM_NAME_LEN]) { in get_buffer_name()
64 output[0] = '\0'; in get_buffer_name()
67 return output; in get_buffer_name()
71 return output; in get_buffer_name()
73 int rval = ioctl(hnd->fd, ASHMEM_GET_NAME, output); in get_buffer_name()
75 output[0] = '\0'; in get_buffer_name()
77 return output; in get_buffer_name()
/device/google/contexthub/firmware/os/platform/stm32/
Dgpio.c96 …WithNum(uint32_t gpioNum, int32_t gpioSpeed, enum GpioPullMode pull, enum GpioOpenDrainMode output) in gpioConfigWithNum() argument
113 if (output == GPIO_OUT_PUSH_PULL) in gpioConfigWithNum()
137 …32_t gpioNum, int32_t gpioSpeed, enum GpioPullMode pull, enum GpioOpenDrainMode output, bool value) in gpioConfigOutputWithNum() argument
143 gpioConfigWithNum(gpioNum, gpioSpeed, pull, output); in gpioConfigOutputWithNum()
152 …t gpioHandle, int32_t gpioSpeed, enum GpioPullMode pull, enum GpioOpenDrainMode output, bool value) in gpioConfigOutput() argument
155 …gpioConfigOutputWithNum((uint32_t)gpioHandle - GPIO_HANDLE_OFFSET, gpioSpeed, pull, output, value); in gpioConfigOutput()
158 …pioNum, int32_t gpioSpeed, enum GpioPullMode pull, enum GpioOpenDrainMode output, uint32_t altFunc) in gpioConfigAltWithNum() argument
169 gpioConfigWithNum(gpioNum, gpioSpeed, pull, output); in gpioConfigAltWithNum()
178 …Handle, int32_t gpioSpeed, enum GpioPullMode pull, enum GpioOpenDrainMode output, uint32_t altFunc) in gpioConfigAlt() argument
181 … gpioConfigAltWithNum((uint32_t)gpioHandle - GPIO_HANDLE_OFFSET, gpioSpeed, pull, output, altFunc); in gpioConfigAlt()
/device/generic/opengl-transport/host/libs/virglrenderer/
DAndroid.bp95 …ric/opengl-transport/host/libs/virglrenderer/gen_entries.py --mode=funcargs $(in) --output $(out)",
103 …ric/opengl-transport/host/libs/virglrenderer/gen_entries.py --mode=funcargs $(in) --output $(out)",
111 …ric/opengl-transport/host/libs/virglrenderer/gen_entries.py --mode=funcargs $(in) --output $(out)",
119 …ric/opengl-transport/host/libs/virglrenderer/gen_entries.py --mode=funcargs $(in) --output $(out)",
127 …ric/opengl-transport/host/libs/virglrenderer/gen_entries.py --mode=funcargs $(in) --output $(out)",
135 …ric/opengl-transport/host/libs/virglrenderer/gen_entries.py --mode=funcargs $(in) --output $(out)",
143 …ric/opengl-transport/host/libs/virglrenderer/gen_entries.py --mode=funcargs $(in) --output $(out)",
151 …ric/opengl-transport/host/libs/virglrenderer/gen_entries.py --mode=funcargs $(in) --output $(out)",
/device/linaro/hikey/hifi/xaf/hifi-dpf/plugins/cadence/mixer/
Dxa-mixer.c81 void *output; member
129 s16 *output = d->output; in xa_mixer_do_execute_stereo_16bit() local
191 *output++ = DSP_SATURATE_S16(l32); in xa_mixer_do_execute_stereo_16bit()
192 *output++ = DSP_SATURATE_S16(r32); in xa_mixer_do_execute_stereo_16bit()
196 d->produced = (u32)((void *)output - d->output); in xa_mixer_do_execute_stereo_16bit()
456 XF_CHK_ERR(d->output, XA_MIXER_EXEC_NONFATAL_OUTPUT); in xa_mixer_get_output_bytes()
610 d->output = pv_value; in xa_mixer_set_mem_ptr()
/device/generic/goldfish/tools/
DREADME.md4 ``python mk_combined_img.py [--input <filename> --output <filename>]``
5 The defaults of `--input` and `--output` are:
7 * `$OUT/combined.img` for `--output`
/device/google/cuttlefish/host/commands/secure_env/
Din_process_tpm.cpp115 _OUT_BUFFER output = { in Receive() local
119 _rpc__Send_Command(3, input, &output); in Receive()
120 *size = output.BufferSize; in Receive()
/device/google/bonito/sdm710/kernel-headers/linux/
Dmdss_rotator.h49 struct mdp_rotation_buf_info output; member
59 struct mdp_layer_buffer output; member
/device/google/coral-kernel/sm8150/kernel-headers/linux/
Dmdss_rotator.h49 struct mdp_rotation_buf_info output; member
59 struct mdp_layer_buffer output; member
/device/google/crosshatch/sdm845/kernel-headers/linux/
Dmdss_rotator.h49 struct mdp_rotation_buf_info output; member
59 struct mdp_layer_buffer output; member
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/
Dmdss_rotator.h81 struct mdp_rotation_buf_info output; member
101 struct mdp_layer_buffer output; member
/device/google/crosshatch/sdm845/original-kernel-headers/linux/
Dmdss_rotator.h81 struct mdp_rotation_buf_info output; member
101 struct mdp_layer_buffer output; member
/device/google/bonito/sdm710/original-kernel-headers/linux/
Dmdss_rotator.h81 struct mdp_rotation_buf_info output; member
101 struct mdp_layer_buffer output; member
/device/google/cuttlefish/common/libs/net/
Dnetlink_request.cpp39 auto* output = static_cast<char*>(ReserveRaw(length)); in AppendRaw() local
41 std::copy(input, input + length, output); in AppendRaw()
42 return output; in AppendRaw()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dimage_aggregator.cc365 auto output = cuttlefish::SharedFD::Creat(output_path, 0600); in AggregateImage() local
367 if (!WriteBeginning(output, beginning)) { in AggregateImage()
369 << "\": " << output->StrError(); in AggregateImage()
374 if (!output->CopyFrom(*disk_fd, file_size)) { in AggregateImage()
376 << "\" to \"" << output_path << "\": " << output->StrError(); in AggregateImage()
381 if (!WriteEnd(output, builder.End(beginning), padding)) { in AggregateImage()
383 << "\": " << output->StrError(); in AggregateImage()
/device/google/bonito/json-c/
DDoxyfile36 # 4096 sub-directories (in 2 levels) under the output directory of each output
46 # information to generate all constant output in the proper language.
56 # This tag can be used to specify the encoding used in the generated output.
58 # but also whether or not the output is meant for Windows or non-Windows users.
151 # will output the detailed description near the top, like JavaDoc.
185 # only. Doxygen will then generate output that is more tailored for C.
192 # only. Doxygen will then generate output that is more tailored for Java.
406 # and error messages should be written. If left blank the output is written
484 # input file. Doxygen will then use the output that the filter program writes
485 # to standard output. If FILTER_PATTERNS is specified, this tag will be
[all …]
/device/google/crosshatch/json-c/
DDoxyfile36 # 4096 sub-directories (in 2 levels) under the output directory of each output
46 # information to generate all constant output in the proper language.
56 # This tag can be used to specify the encoding used in the generated output.
58 # but also whether or not the output is meant for Windows or non-Windows users.
151 # will output the detailed description near the top, like JavaDoc.
185 # only. Doxygen will then generate output that is more tailored for C.
192 # only. Doxygen will then generate output that is more tailored for Java.
406 # and error messages should be written. If left blank the output is written
484 # input file. Doxygen will then use the output that the filter program writes
485 # to standard output. If FILTER_PATTERNS is specified, this tag will be
[all …]
/device/google/coral/json-c/
DDoxyfile36 # 4096 sub-directories (in 2 levels) under the output directory of each output
46 # information to generate all constant output in the proper language.
56 # This tag can be used to specify the encoding used in the generated output.
58 # but also whether or not the output is meant for Windows or non-Windows users.
151 # will output the detailed description near the top, like JavaDoc.
185 # only. Doxygen will then generate output that is more tailored for C.
192 # only. Doxygen will then generate output that is more tailored for Java.
406 # and error messages should be written. If left blank the output is written
484 # input file. Doxygen will then use the output that the filter program writes
485 # to standard output. If FILTER_PATTERNS is specified, this tag will be
[all …]

1234