HomeSort by relevance Sort by last modified time
    Searched refs:st (Results 201 - 225 of 2989) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/speex/include/speex/
speex_preprocess.h 68 * @param st Preprocessor state to destroy
70 void speex_preprocess_state_destroy(SpeexPreprocessState *st);
73 * @param st Preprocessor state
77 int speex_preprocess_run(SpeexPreprocessState *st, spx_int16_t *x);
80 int speex_preprocess(SpeexPreprocessState *st, spx_int16_t *x, spx_int32_t *echo);
83 * @param st Preprocessor state
86 void speex_preprocess_estimate_update(SpeexPreprocessState *st, spx_int16_t *x);
89 * @param st Preprocessor state
94 int speex_preprocess_ctl(SpeexPreprocessState *st, int request, void *ptr);
speex_resampler.h 151 * @param st Resampler state
153 void speex_resampler_destroy(SpeexResamplerState *st);
156 * @param st Resampler state
165 int speex_resampler_process_float(SpeexResamplerState *st,
173 * @param st Resampler state
182 int speex_resampler_process_int(SpeexResamplerState *st,
190 * @param st Resampler state
198 int speex_resampler_process_interleaved_float(SpeexResamplerState *st,
205 * @param st Resampler state
213 int speex_resampler_process_interleaved_int(SpeexResamplerState *st,
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
q_plsf.h 125 Word16 Q_plsf_init(Q_plsfState **st);
127 Stores pointer to filter status struct in *st. This pointer has to
132 Word16 Q_plsf_reset(Q_plsfState *st);
137 void Q_plsf_exit(Q_plsfState **st);
139 stores NULL in *st
143 Q_plsfState *st, /* i/o: state struct */
145 Word16 *lsp1, /* i : 1st LSP vector Q15 */
146 Word16 *lsp1_q, /* o : quantized 1st LSP vector Q15 */
153 Q_plsfState *st,
154 Word16 *lsp1, /* i : 1st LSP vector, Q15 *
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
wb_vad.h 70 Word16 wb_vad_init(VadVars ** st, VO_MEM_OPERATOR *pMemOP);
71 Word16 wb_vad_reset(VadVars * st);
72 void wb_vad_exit(VadVars ** st, VO_MEM_OPERATOR *pMemOP);
73 void wb_vad_tone_detection(VadVars * st, Word16 p_gain);
74 Word16 wb_vad(VadVars * st, Word16 in_buf[]);
  /frameworks/layoutlib/bridge/src/android/graphics/drawable/
GradientDrawable_Delegate.java 40 /*package*/ static Path buildRing(GradientDrawable thisDrawable, GradientState st) {
41 boolean useLevel = st.mUseLevelForShape;
47 st.mUseLevelForShape = true;
62 Path path = thisDrawable.buildRing_Original(st);
63 st.mUseLevelForShape = useLevel;
  /prebuilts/go/darwin-x86/misc/cgo/test/
callback_c.c 38 long long st = GetTickCount(); local
40 return st;
46 long long st; local
49 st = tv.tv_sec * 1000 + tv.tv_usec / 1000;
51 return st;
  /prebuilts/go/linux-x86/misc/cgo/test/
callback_c.c 38 long long st = GetTickCount(); local
40 return st;
46 long long st; local
49 st = tv.tv_sec * 1000 + tv.tv_usec / 1000;
51 return st;
  /system/core/adb/sysdeps/win32/
stat.cpp 55 struct adb_stat st; local
56 int result = wstat(path_wide.c_str(), &st);
58 if (!S_ISDIR(st.st_mode)) {
64 memcpy(s, &st, sizeof(st));
  /external/libopus/src/
opus_multistream_decoder.c 64 OpusMSDecoder *st,
81 st->layout.nb_channels = channels;
82 st->layout.nb_streams = streams;
83 st->layout.nb_coupled_streams = coupled_streams;
85 for (i=0;i<st->layout.nb_channels;i++)
86 st->layout.mapping[i] = mapping[i];
87 if (!validate_layout(&st->layout))
90 ptr = (char*)st + align(sizeof(OpusMSDecoder));
94 for (i=0;i<st->layout.nb_coupled_streams;i++)
100 for (;i<st->layout.nb_streams;i++
120 OpusMSDecoder *st; local
    [all...]
opus_multistream_encoder.c 95 static opus_val32 *ms_get_preemph_mem(OpusMSEncoder *st)
103 ptr = (char*)st + align(sizeof(OpusMSEncoder));
104 for (s=0;s<st->layout.nb_streams;s++)
106 if (s < st->layout.nb_coupled_streams)
112 return (opus_val32*)(void*)(ptr+st->layout.nb_channels*120*sizeof(opus_val32));
115 static opus_val32 *ms_get_window_mem(OpusMSEncoder *st)
123 ptr = (char*)st + align(sizeof(OpusMSEncoder));
124 for (s=0;s<st->layout.nb_streams;s++)
126 if (s < st->layout.nb_coupled_streams)
463 OpusMSEncoder *st,
635 OpusMSEncoder *st; local
674 OpusMSEncoder *st; local
    [all...]
  /cts/tests/tests/security/jni/
android_security_cts_LinuxRngTest.cpp 51 struct stat st; local
52 if (stat(nameStr, &st) == -1) {
57 if (!S_ISCHR(st.st_mode)) {
58 throwIOException(env, "%s is not a character device: mode is 0%o", nameStr, st.st_mode);
62 result = major(st.st_rdev);
77 struct stat st; local
78 if (stat(nameStr, &st) == -1) {
83 if (!S_ISCHR(st.st_mode)) {
84 throwIOException(env, "%s is not a character device: mode is 0%o", nameStr, st.st_mode);
88 result = minor(st.st_rdev)
    [all...]
  /external/libopus/include/
opus_custom.h 145 * The memory pointed to by st must be the size returned by opus_custom_encoder_get_size.
149 * @param [in] st <tt>OpusCustomEncoder*</tt>: Encoder state
157 OpusCustomEncoder *st,
182 * @param[in] st <tt>OpusCustomEncoder*</tt>: State to be freed.
184 OPUS_CUSTOM_EXPORT void opus_custom_encoder_destroy(OpusCustomEncoder *st);
187 * @param [in] st <tt>OpusCustomEncoder*</tt>: Encoder state
204 OpusCustomEncoder *st,
212 * @param [in] st <tt>OpusCustomEncoder*</tt>: Encoder state
225 OpusCustomEncoder *st,
238 OPUS_CUSTOM_EXPORT int opus_custom_encoder_ctl(OpusCustomEncoder * OPUS_RESTRICT st, int request, ...) OPUS_ARG_NONNULL(1)
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_pixeltransfer.c 46 struct st_context *st = st_context(ctx); local
47 struct pipe_context *pipe = st->pipe;
88 update_pixel_transfer(struct st_context *st)
90 struct gl_context *ctx = st->ctx;
94 if (!st->pixel_xfer.pixelmap_texture) {
95 st->pixel_xfer.pixelmap_texture = st_create_color_map_texture(ctx);
96 st->pixel_xfer.pixelmap_sampler_view =
97 st_create_texture_sampler_view(st->pipe,
98 st->pixel_xfer.pixelmap_texture);
100 load_color_map_texture(ctx, st->pixel_xfer.pixelmap_texture)
    [all...]
  /external/strace/tests/
nlattr_tcmsg.c 85 static const struct tc_stats st = { local
96 memcpy(buf, &st, sizeof(buf));
100 PRINT_FIELD_U("{", st, bytes);
101 PRINT_FIELD_U(", ", st, packets);
102 PRINT_FIELD_U(", ", st, drops);
103 PRINT_FIELD_U(", ", st, overlimits);
104 PRINT_FIELD_U(", ", st, bps);
105 PRINT_FIELD_U(", ", st, pps);
106 PRINT_FIELD_U(", ", st, qlen);
107 PRINT_FIELD_U(", ", st, backlog)
    [all...]
  /external/strace/tests-m32/
nlattr_tcmsg.c 85 static const struct tc_stats st = { local
96 memcpy(buf, &st, sizeof(buf));
100 PRINT_FIELD_U("{", st, bytes);
101 PRINT_FIELD_U(", ", st, packets);
102 PRINT_FIELD_U(", ", st, drops);
103 PRINT_FIELD_U(", ", st, overlimits);
104 PRINT_FIELD_U(", ", st, bps);
105 PRINT_FIELD_U(", ", st, pps);
106 PRINT_FIELD_U(", ", st, qlen);
107 PRINT_FIELD_U(", ", st, backlog)
    [all...]
  /external/strace/tests-mx32/
nlattr_tcmsg.c 85 static const struct tc_stats st = { local
96 memcpy(buf, &st, sizeof(buf));
100 PRINT_FIELD_U("{", st, bytes);
101 PRINT_FIELD_U(", ", st, packets);
102 PRINT_FIELD_U(", ", st, drops);
103 PRINT_FIELD_U(", ", st, overlimits);
104 PRINT_FIELD_U(", ", st, bps);
105 PRINT_FIELD_U(", ", st, pps);
106 PRINT_FIELD_U(", ", st, qlen);
107 PRINT_FIELD_U(", ", st, backlog)
    [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldPreparedStatementTest.java 84 Statement st = null; local
86 st = conn.createStatement();
88 st.execute(queries[i]);
92 st.close();
99 Statement st = null; local
101 st = conn.createStatement();
102 st.execute("drop table if exists type");
105 st.close();
125 Statement st = null; local
128 st = conn.createStatement()
177 Statement st = null; local
485 Statement st = null; local
544 Statement st = null; local
600 Statement st = null; local
653 Statement st = null; local
708 Statement st = null; local
778 Statement st = null; local
858 Statement st = null; local
933 Statement st = null; local
1002 Statement st = null; local
1071 Statement st = null; local
1139 Statement st = null; local
1198 Statement st = null; local
1313 Statement st = null; local
1464 Statement st = null; local
1547 Statement st = null; local
1640 Statement st = null; local
1739 Statement st = null; local
1832 Statement st = null; local
1928 Statement st = null; local
1988 Statement st = null; local
2115 Statement st = null; local
    [all...]
  /external/skia/src/jumper/
SkJumper.cpp 29 #define M(st) +1
38 #define M(st) #st,
44 static void log_missing(SkRasterPipeline::StockStage st) {
57 gMissingStageCounters[st]++;
100 #define M(st) StageFn ASM(st, skx), \
101 ASM(st, hsw), \
102 ASM(st, avx), \
103 ASM(st,sse41),
    [all...]
  /external/skqp/src/jumper/
SkJumper.cpp 29 #define M(st) +1
38 #define M(st) #st,
44 static void log_missing(SkRasterPipeline::StockStage st) {
57 gMissingStageCounters[st]++;
100 #define M(st) StageFn ASM(st, skx), \
101 ASM(st, hsw), \
102 ASM(st, avx), \
103 ASM(st,sse41),
    [all...]
  /external/strace/
rtnl_link.c 55 struct rtnl_link_stats st; local
58 const unsigned int def_size = sizeof(st);
66 if (!umoven_or_printaddr(tcp, addr, size, &st)) {
67 PRINT_FIELD_U("{", st, rx_packets);
68 PRINT_FIELD_U(", ", st, tx_packets);
69 PRINT_FIELD_U(", ", st, rx_bytes);
70 PRINT_FIELD_U(", ", st, tx_bytes);
71 PRINT_FIELD_U(", ", st, rx_errors);
72 PRINT_FIELD_U(", ", st, tx_errors);
73 PRINT_FIELD_U(", ", st, rx_dropped)
226 struct rtnl_link_stats64 st; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
bits.c 38 Coder_State *st /*i/o: coder global parameters struct */
44 Word16 bitstreamformat = st->frameType;
46 unsigned short* dataOut = st->outputStream;
50 st->sid_update_counter--;
52 if (st->prev_ft == TX_SPEECH)
55 st->sid_update_counter = 3;
58 if ((st->sid_handover_debt > 0) && (st->sid_update_counter > 2))
62 st->sid_handover_debt--;
65 if (st->sid_update_counter == 0
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ActionTranslator.g 36 import org.stringtemplate.v4.ST;
81 /** Return a list of strings and ST objects that
99 if ( o instanceof ST ) buf.append(((ST)o).render());
167 protected ST template(String name) {
168 ST st = generator.getTemplates().getInstanceOf(name);
169 chunks.add(st);
170 return st;
180 * : {$r.i, $r.j, $r.start, $r.stop, $r.st, $r.tree
    [all...]
  /external/elfutils/libebl/
eblwstrtab.c 115 morememory (struct Ebl_WStrtab *st, size_t len)
125 newmem->next = st->memory;
126 st->memory = newmem;
127 st->backp = newmem->memory;
128 st->left = len - offsetof (struct memoryblock, memory);
135 ebl_wstrtabfree (struct Ebl_WStrtab *st)
137 struct memoryblock *mb = st->memory;
146 free (st);
151 newstring (struct Ebl_WStrtab *st, const wchar_t *str, size_t len)
159 - (((uintptr_t) st->backp
    [all...]
  /cts/hostsidetests/incident/src/com/android/server/cts/
NetstatsIncidentTest.java 79 final long st = System.currentTimeMillis(); local
87 CLog.i("Start time: " + st);
118 final long devRxPackets = sum(dump.getDevStats(), st, b -> b.getRxPackets());
119 final long devRxBytes = sum(dump.getDevStats(), st, b -> b.getRxBytes());
120 final long devTxPackets = sum(dump.getDevStats(), st, b -> b.getTxPackets());
121 final long devTxBytes = sum(dump.getDevStats(), st, b -> b.getTxBytes());
123 final long xtRxPackets = sum(dump.getXtStats(), st, b -> b.getRxPackets());
124 final long xtRxBytes = sum(dump.getXtStats(), st, b -> b.getRxBytes());
125 final long xtTxPackets = sum(dump.getXtStats(), st, b -> b.getTxPackets());
126 final long xtTxBytes = sum(dump.getXtStats(), st, b -> b.getTxBytes())
    [all...]
  /system/bt/stack/smp/
aes.cc 419 static void shift_sub_rows(uint_8t st[N_BLOCK]) {
422 st[0] = s_box(st[0]);
423 st[4] = s_box(st[4]);
424 st[8] = s_box(st[8]);
425 st[12] = s_box(st[12]);
427 tt = st[1]
477 uint_8t st[N_BLOCK]; local
505 uint_8t st[N_BLOCK]; local
    [all...]

Completed in 1299 milliseconds

1 2 3 4 5 6 7 891011>>