HomeSort by relevance Sort by last modified time
    Searched refs:tmp_out (Results 1 - 7 of 7) sorted by null

  /system/media/camera/docs/
metadata-parser-sanity-check 28 tmp_out=$(mktemp -t tmp.XXXXXXXXXX)
50 python $thisdir/metadata_parser_xml.py $thisdir/metadata_properties.xml $thisdir/metadata_template.mako $tmp_out || exit 1
52 tidy -indent -xml -quiet $tmp_out > $tmp_tidy2
56 rm $tmp_out $tmp_tidy1 $tmp_tidy2
  /external/webrtc/webrtc/common_audio/vad/
vad_filterbank.c 125 int16_t tmp_out; local
137 tmp_out = *hp_data_out;
139 *lp_data_out++ += tmp_out;
  /external/wpa_supplicant_8/src/crypto/
tls_internal.c 402 u8 *tmp_out = NULL; local
409 tmp_out = os_malloc(skip + out_len);
410 if (!tmp_out)
412 _out = tmp_out;
431 bin_clear_free(tmp_out, skip);
tls_openssl.c     [all...]
  /frameworks/av/services/audioflinger/
AudioResamplerFirProcess.h 216 TO *tmp_out = out; // may remove if const out definition changes. local
217 accum.volume(tmp_out, volumeLR[0]);
  /external/libvncserver/webclients/java-applet/ssl/
ss_vncviewer     [all...]
  /external/speex/libspeex/
mdf.c 971 spx_word32_t tmp_out; local
    [all...]

Completed in 2332 milliseconds