Searched refs:signal (Results 1 - 25 of 134) sorted by relevance

123456

/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dlow_pass_filt_7k.cpp47 int16 signal[], input signal / output is divided by 16
48 int16 lg, lenght of signal
143 int16 signal[], /* input: signal */
159 x[(i<<2) + L_FIR ] = signal[(i<<2)];
160 x[(i<<2) + L_FIR + 1] = signal[(i<<2)+1];
161 x[(i<<2) + L_FIR + 2] = signal[(i<<2)+2];
162 x[(i<<2) + L_FIR + 3] = signal[(i<<2)+3];
164 L_tmp1 = fxp_mac_16by16(x[(i<<2)] + signal[(
142 low_pass_filt_7k( int16 signal[], int16 lg, int16 mem[], int16 x[] ) argument
[all...]
H A Dhighpass_400hz_at_12k8.cpp47 int16 signal[], input signal / output is divided by 16
48 int16 lg, lenght of signal
144 int16 signal[], /* input signal / output is divided by 16 */
145 int16 lg, /* lenght of signal */
173 x0 = signal[i];
182 /* signal is divided by 16 to avoid overflow in energy computation */
183 signal[i] = (int16)((L_tmp1 + 0x00008000) >> 16);
143 highpass_400Hz_at_12k8( int16 signal[], int16 lg, int16 mem[] ) argument
H A Doversamp_12k8_to_16k.cpp47 int16 signal[], input signal / output is divided by 16
48 int16 lg, lenght of signal
116 int16 * sig_d, /* input: signal to oversampling */
117 int16 * sig_u, /* output: oversampled signal */
200 int16 sig12k8[], /* input: signal to oversampling */
202 int16 sig16k[], /* output: oversampled signal */
204 int16 signal[]
209 pv_memcpy((void *)signal,
213 pv_memcpy((void *)(signal
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dpreemph.h125 Word16 *signal, /* (i/o): input signal overwritten by the output */
H A Dpreemph.cpp177 signal -- array of type Word16 -- input signal overwritten by the output
183 signal -- array of type Word16 -- input signal overwritten by the output
238 Word16 *signal, /* (i/o) : input signal overwritten by the output */
250 p1 = signal + L - 1;
236 preemphasis( preemphasisState *st, Word16 *signal, Word16 g, Word16 L, Flag *pOverflow ) argument
H A Dpost_pro.h126 Word16 signal[], /* i/o : signal */
127 Word16 lg, /* i : lenght of signal */
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dpitch_ol.h105 Word16 signal[], /* i : signal used to compute the open loop pitch */
106 /* signal[-pit_max] to signal[-1] should be known */
H A Dpre_proc.h106 Word16 signal[], /* Input/output signal */
107 Word16 lg /* Lenght of signal */
/frameworks/base/libs/hwui/renderthread/
H A DRenderTask.cpp32 mSignal->signal();
/frameworks/webview/chromium/tools/
H A Drun_webview_cts.py22 import signal namespace
62 # Send INT signal to test runner and exit gracefully so not to lose all
67 signal.signal(signal.SIGINT, handler)
/frameworks/base/core/java/android/speech/tts/
H A DSynthesisPlaybackQueueItem.java135 mReadReady.signal();
142 mNotFull.signal();
163 mReadReady.signal();
169 mNotFull.signal();
196 mReadReady.signal();
228 // Unblock the waiting writer. We use signal() and not signalAll()
231 mNotFull.signal();
/frameworks/base/libs/hwui/thread/
H A DSignal.h32 void signal() { function in class:android::uirenderer::Signal
35 mCondition.signal(mType);
/frameworks/native/libs/gui/tests/
H A DDisconnectWaiter.h50 mFrameCondition.signal();
65 mDisconnectCondition.signal();
H A DFrameWaiter.h41 mCondition.signal();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaCallWaitingNotification.java38 public int signal = 0; field in class:CdmaCallWaitingNotification
53 + " signal: " + signal ;
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dhp400.c58 Word16 signal[], /* input signal / output is divided by 16 */
59 Word16 lg, /* lenght of signal */
78 x0 = *signal;
92 /* signal is divided by 16 to avoid overflow in energy computation */
93 *signal++ = (L_tmp + 0x8000) >> 16;
57 HP400_12k8( Word16 signal[], Word16 lg, Word16 mem[] ) argument
H A Dhp50.c59 Word16 signal[], /* input/output signal */
60 Word16 lg, /* lenght of signal */
80 x0 = *signal;
93 *signal++ = extract_h((L_add((L_tmp<<1), 0x8000)));
58 HP50_12k8( Word16 signal[], Word16 lg, Word16 mem[] ) argument
H A Ddecim54.c20 * Description:Decimation of 16kHz signal to 12.8kHz *
36 Word16 * sig, /* input: signal to downsampling */
37 Word16 * sig_d, /* output: downsampled signal */
68 Word16 sig16k[], /* input: signal to downsampling */
70 Word16 sig12k8[], /* output: decimated signal */
75 Word16 signal[L_FRAME16k + (2 * NB_COEF_DOWN)]; local
77 Copy(mem, signal, 2 * NB_COEF_DOWN);
79 Copy(sig16k, signal + (2 * NB_COEF_DOWN), lg);
83 Down_samp(signal + NB_COEF_DOWN, sig12k8, lg_down);
85 Copy(signal
[all...]
H A Dhp6k.c54 Word16 signal[], /* input: signal */
65 x[i + L_FIR - 1] = signal[i] >> 2; /* gain of filter = 4 */
85 signal[i] = (L_tmp + 0x4000) >> 15;
53 Filt_6k_7k( Word16 signal[], Word16 lg, Word16 mem[] ) argument
/frameworks/av/media/libmedia/
H A DSoundPoolThread.cpp34 mCondition.signal();
45 mCondition.signal();
55 mCondition.signal();
/frameworks/av/media/libstagefright/
H A DMediaAdapter.cpp57 // While read() is still waiting, we should signal it to finish.
58 mBufferReadCond.signal();
74 mBufferReturnedCond.signal();
117 mBufferReadCond.signal();
/frameworks/base/core/java/android/content/
H A DContentProviderClient.java281 public ParcelFileDescriptor openFile(Uri url, String mode, CancellationSignal signal) argument
286 if (signal != null) {
287 signal.throwIfCanceled();
289 signal.setRemote(remoteSignal);
321 public AssetFileDescriptor openAssetFile(Uri url, String mode, CancellationSignal signal) argument
326 if (signal != null) {
327 signal.throwIfCanceled();
329 signal.setRemote(remoteSignal);
350 String mimeType, Bundle opts, CancellationSignal signal)
355 if (signal !
349 openTypedAssetFileDescriptor(Uri uri, String mimeType, Bundle opts, CancellationSignal signal) argument
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Dp_ol_wgh.h128 Word16 signal[], /* i : signal used to compute the open loop pitch */
129 /* signal[-pit_max] to signal[-1] should be known */
/frameworks/native/services/surfaceflinger/
H A DEventControlThread.cpp30 mCond.signal();
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
H A DFilt_6k_7k_neon.s19 @ Word16 signal[], /* input: signal */
24 @ r0 --- signal[]
37 MOV r8, r0 @ copy signal[] address
58 MOV r7, r3 @ get signal[i]
61 @ x[i + L_FIR - 1] = signal[i] >> 2@
63 VLD1.S16 {Q0, Q1}, [r7]! @ signal[0] ~ signal[15]
64 VLD1.S16 {Q2, Q3}, [r7]! @ signal[16] ~ signal[3
[all...]

Completed in 1644 milliseconds

123456