Searched defs:ap (Results 1 - 25 of 36) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dweight_amrwb_lpc.cpp48 int16 ap[], (o) Q12 : Spectral expanded LPC coefficients
56 ap[i] = a[i] (gamma i)
118 int16 ap[], /* (o) Q12 : Spectral expanded LPC coefficients */
125 ap[0] = a[0];
129 ap[i] = (int16)(fxp_mac_16by16(a[i], fac, roundFactor) >> 15);
132 ap[i] = (int16)(fxp_mac_16by16(a[i], fac, roundFactor) >> 15);
116 weight_amrwb_lpc( int16 a[], int16 ap[], int16 gamma, int16 m ) argument
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dweight_a.c21 * ap[i] = a[i] * (gamma ** i) *
30 Word16 ap[], /* (o) Q12 : Spectral expanded LPC coefficients */
36 *ap++ = *a++;
39 *ap++ =(Word16)(((vo_L_mult((*a++), fac)) + 0x8000) >> 16);
43 *ap++ = (Word16)(((vo_L_mult((*a++), fac)) + 0x8000) >> 16);
28 Weight_a( Word16 a[], Word16 ap[], Word16 gamma, Word16 m ) argument
/frameworks/base/libs/hwui/utils/
H A DTraceUtils.h41 va_list ap; local
44 va_start(ap, fmt);
45 vsnprintf(buf, BUFFER_SIZE, fmt, ap);
46 va_end(ap);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_DeBlockPixel.c71 int ap, aq, delta; local
94 ap = armAbs(p2 - p0);
107 if (ap < beta)
123 if (ChromaFlag==0 && ap<beta)
139 if (ChromaFlag==0 && ap<beta && armAbs(p0-q0)<((alpha>>2)+2))
/frameworks/wilhelm/src/
H A Dhandler_bodies.c27 CAudioPlayer *ap = (CAudioPlayer *) thiz; local
28 android_audioPlayer_volumeUpdate(ap);
62 CAudioPlayer *ap; local
63 ap = (CAudioPlayer *) thiz;
65 (void) android_audioPlayer_seek(ap, ap->mSeek.mPos);
81 CAudioPlayer *ap = (CAudioPlayer *) thiz; local
82 android_audioPlayer_usePlayEventMask(ap);
90 CAudioPlayer *ap = (CAudioPlayer *) thiz; local
91 android_audioPlayer_setPlayState(ap);
130 CAudioPlayer *ap = (CAudioPlayer *) thiz; local
141 CAudioPlayer *ap = (CAudioPlayer *) thiz; local
172 CAudioPlayer *ap = (CAudioPlayer *) thiz; local
[all...]
H A Dlocks.c222 CAudioPlayer *ap = (CAudioPlayer *) thiz; local
223 prefetchCallback = ap->mPrefetchStatus.mDeferredPrefetchCallback;
224 prefetchContext = ap->mPrefetchStatus.mDeferredPrefetchContext;
225 prefetchEvents = ap->mPrefetchStatus.mDeferredPrefetchEvents;
226 ap->mPrefetchStatus.mDeferredPrefetchCallback = NULL;
228 ap->mPrefetchStatus.mDeferredPrefetchContext = NULL;
229 ap->mPrefetchStatus.mDeferredPrefetchEvents = SL_PREFETCHEVENT_NONE;
230 if (ap->mDeferredStart) {
231 audioTrack = ap->mAudioTrack;
232 ap
250 CAudioPlayer *ap = (CAudioPlayer *) thiz; local
[all...]
/frameworks/wilhelm/src/itf/
H A DIAndroidEffect.cpp30 CAudioPlayer *ap = (CAudioPlayer *)thiz->mThis; local
31 if (ap->mAudioTrack != 0) {
32 result = android_genericFx_createEffect(thiz, effectImplementationId, ap->mSessionId);
H A DISeek.c67 CAudioPlayer *ap = InterfaceToCAudioPlayer(thiz); local
68 if (NULL != ap) {
69 result = android_audioPlayer_loop(ap, loopEnable);
H A DIAndroidEffectSend.c35 CAudioPlayer *ap = (SL_OBJECTID_AUDIOPLAYER == InterfaceToObjectID(thiz)) ? local
37 if (NULL == ap) {
41 COutputMix *outputMix = CAudioPlayer_GetOutputMix(ap);
44 result = android_fxSend_attachToAux(ap, effectImplementationId, enable,
45 initialLevel + ap->mVolume.mLevel);
93 CAudioPlayer *ap = (SL_OBJECTID_AUDIOPLAYER == InterfaceToObjectID(thiz)) ? local
95 if (NULL != ap) {
96 SLmillibel oldDirectLevel = ap->mDirectLevel;
98 ap->mDirectLevel = directLevel;
99 ap
126 CAudioPlayer *ap = (SL_OBJECTID_AUDIOPLAYER == InterfaceToObjectID(thiz)) ? local
155 CAudioPlayer *ap = (SL_OBJECTID_AUDIOPLAYER == InterfaceToObjectID(thiz)) ? local
194 CAudioPlayer *ap = (SL_OBJECTID_AUDIOPLAYER == InterfaceToObjectID(thiz)) ? local
[all...]
H A DIMuteSolo.c31 CAudioPlayer *ap = (CAudioPlayer *) thisObject; local
33 SLuint8 numChannels = ap->mNumChannels;
42 SLuint8 oldMuteMask = ap->mMuteMask;
44 ap->mMuteMask |= mask;
46 ap->mMuteMask &= ~mask;
48 interface_unlock_exclusive_attributes(thiz, oldMuteMask != ap->mMuteMask ? ATTR_GAIN :
70 CAudioPlayer *ap = (CAudioPlayer *) thisObject; local
73 SLuint8 numChannels = ap->mNumChannels;
81 SLuint8 mask = ap->mMuteMask;
103 CAudioPlayer *ap local
142 CAudioPlayer *ap = (CAudioPlayer *) thisObject; local
178 CAudioPlayer *ap = (CAudioPlayer *) thisObject; local
[all...]
H A DIPlaybackRate.c33 CAudioPlayer *ap = (SL_OBJECTID_AUDIOPLAYER == InterfaceToObjectID(thiz)) ? local
35 if (NULL != ap) {
36 result = android_audioPlayer_setPlaybackRateAndConstraints(ap, rate, thiz->mProperties);
87 CAudioPlayer *ap = (SL_OBJECTID_AUDIOPLAYER == InterfaceToObjectID(thiz)) ? local
89 if (NULL != ap) {
90 result = android_audioPlayer_setPlaybackRateAndConstraints(ap, thiz->mRate,
H A DIPrefetchStatus.c128 CAudioPlayer *ap = (CAudioPlayer *) thiz->mThis; local
129 android_audioPlayer_setBufferingUpdateThresholdPerMille(ap, period);
H A DIEffectSend.c133 CAudioPlayer *ap = (SL_OBJECTID_AUDIOPLAYER == InterfaceToObjectID(thiz)) ? local
136 assert(NULL != ap);
138 COutputMix *outputMix = CAudioPlayer_GetOutputMix(ap);
142 result = translateEnableFxSendError(android_fxSend_attach(ap, (bool) enable,
144 initialLevel + ap->mVolume.mLevel));
146 result = translateEnableFxSendError(android_fxSend_attach(ap, (bool) enable,
148 initialLevel + ap->mVolume.mLevel));
199 CAudioPlayer *ap = (SL_OBJECTID_AUDIOPLAYER == InterfaceToObjectID(thiz)) ? local
201 if (NULL != ap) {
202 SLmillibel oldDirectLevel = ap
234 CAudioPlayer *ap = (SL_OBJECTID_AUDIOPLAYER == InterfaceToObjectID(thiz)) ? local
270 CAudioPlayer *ap = (SL_OBJECTID_AUDIOPLAYER == InterfaceToObjectID(thiz)) ? local
[all...]
/frameworks/base/tools/aapt/
H A DSourcePos.cpp116 va_list ap; local
117 va_start(ap, fmt);
118 String8 msg = String8::formatV(fmt, ap);
119 va_end(ap);
126 va_list ap; local
127 va_start(ap, fmt);
128 String8 msg = String8::formatV(fmt, ap);
129 va_end(ap);
136 va_list ap; local
137 va_start(ap, fm
[all...]
/frameworks/rs/cpu_ref/linkloader/
H A Dmain.cpp78 va_list ap; local
79 va_start(ap, fmt);
80 int result = vprintf(fmt, ap);
81 va_end(ap);
86 va_list ap; local
87 va_start(ap, fmt);
88 int result = vscanf(fmt, ap);
89 va_end(ap);
/frameworks/av/media/libnbaio/
H A DNBLog.cpp108 va_list ap; local
109 va_start(ap, fmt);
110 Writer::logvf(fmt, ap); // the Writer:: is needed to avoid virtual dispatch for LockedWriter
111 va_end(ap);
114 void NBLog::Writer::logvf(const char *fmt, va_list ap) argument
120 int length = vsnprintf(buffer, sizeof(buffer), fmt, ap);
235 va_list ap; local
236 va_start(ap, fmt);
237 Writer::logvf(fmt, ap);
238 va_end(ap);
241 logvf(const char *fmt, va_list ap) argument
[all...]
/frameworks/av/media/libstagefright/foundation/
H A DAString.cpp370 va_list ap; local
371 va_start(ap, format);
374 vasprintf(&buffer, format, ap);
376 va_end(ap);
/frameworks/base/cmds/idmap/
H A Dinspect.cpp115 va_list ap; local
117 va_start(ap, fmt);
119 vfprintf(stderr, fmt, ap);
120 va_end(ap);
128 va_list ap; local
130 va_start(ap, fmt);
132 vprintf(fmt, ap);
134 va_end(ap);
138 va_list ap; local
140 va_start(ap, fm
[all...]
/frameworks/base/core/jni/
H A Dandroid_os_SELinux.cpp445 va_list ap; local
459 va_start(ap, fmt);
460 LOG_PRI_VA(priority, "SELinux", fmt, ap);
461 va_end(ap);
/frameworks/base/media/jni/soundpool/
H A Dandroid_media_SoundPool_SoundPoolImpl.cpp52 SoundPool *ap = MusterSoundPool(env, thiz); local
58 int id = ap->load(s, priority);
68 SoundPool *ap = MusterSoundPool(env, thiz); local
69 if (ap == NULL) return 0;
70 return (jint) ap->load(jniGetFDFromFileDescriptor(env, fileDescriptor),
77 SoundPool *ap = MusterSoundPool(env, thiz); local
78 if (ap == NULL) return JNI_FALSE;
79 return ap->unload(sampleID) ? JNI_TRUE : JNI_FALSE;
88 SoundPool *ap = MusterSoundPool(env, thiz); local
89 if (ap
97 SoundPool *ap = MusterSoundPool(env, thiz); local
106 SoundPool *ap = MusterSoundPool(env, thiz); local
115 SoundPool *ap = MusterSoundPool(env, thiz); local
124 SoundPool *ap = MusterSoundPool(env, thiz); local
133 SoundPool *ap = MusterSoundPool(env, thiz); local
143 SoundPool *ap = MusterSoundPool(env, thiz); local
153 SoundPool *ap = MusterSoundPool(env, thiz); local
163 SoundPool *ap = MusterSoundPool(env, thiz); local
173 SoundPool *ap = MusterSoundPool(env, thiz); local
209 SoundPool *ap = new SoundPool(maxChannels, paa); local
231 SoundPool *ap = MusterSoundPool(env, thiz); local
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DAccessPointControllerImpl.java119 public boolean connect(AccessPoint ap) { argument
120 if (ap == null) return false;
121 if (DEBUG) Log.d(TAG, "connect networkId=" + ap.networkId);
122 if (ap.networkId < 0) {
124 if (ap.hasSecurity) {
126 intent.putExtra(EXTRA_START_CONNECT_SSID, ap.ssid);
132 config.SSID = "\"" + ap.ssid + "\"";
137 mWifiManager.connect(ap.networkId, mConnectListener);
191 final AccessPoint ap = new AccessPoint();
192 ap
[all...]
H A DNetworkController.java53 boolean connect(AccessPoint ap); argument
/frameworks/base/media/java/android/media/audiopolicy/
H A DAudioPolicy.java445 public EventHandler(AudioPolicy ap, Looper looper) { argument
/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A Ddeblock.cpp1089 int pel, ap = 0, aq = 0, Strng; local
1132 ap = AbsDelta & (tmp - Beta);
1145 if (ap < 0)
1204 ap = tmp - Beta;
1208 if (ap < 0) c0++;
1252 if (ap < 0) //SrcPtr[-inc2] += IClip(-C0, C0,(L2 + ((RL0 + 1) >> 1) - (L1<<1)) >> 1);
1278 int pel, ap = 1, aq = 1; local
1330 ap = AbsDelta & (tmp1 - Beta);
1351 if (ap < 0)
1419 ap
[all...]
/frameworks/native/cmds/dumpstate/
H A Dutils.c330 va_list ap; local
331 va_start(ap, command);
334 args[arg] = va_arg(ap, const char *);

Completed in 3595 milliseconds

12