Searched refs:ap (Results 1 - 25 of 43) sorted by path

12

/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dpvamrwbdecoder_acelp.h116 int16 ap[], /* (o) Q12 : Spectral expanded LPC coefficients */
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/inc/
H A Dacelp.h94 Word16 ap[], /* (o) Q12 : Spectral expanded LPC coefficients */
/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/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/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_DeBlockPixel.c56 int ap, aq, delta; local
79 ap = armAbs(p2 - p0);
92 if (ap < beta)
108 if (ChromaFlag==0 && ap<beta)
124 if (ChromaFlag==0 && ap<beta && armAbs(p0-q0)<((alpha>>2)+2))
/frameworks/av/media/libstagefright/foundation/
H A DAString.cpp324 va_list ap; local
325 va_start(ap, format);
328 vasprintf(&buffer, format, ap);
330 va_end(ap);
/frameworks/base/core/java/android/app/
H A DMediaRouteActionProvider.java145 RouterCallback(MediaRouteActionProvider ap) { argument
146 mAp = new WeakReference<MediaRouteActionProvider>(ap);
151 final MediaRouteActionProvider ap = mAp.get();
152 if (ap == null) {
157 ap.refreshVisibility();
162 final MediaRouteActionProvider ap = mAp.get();
163 if (ap == null) {
168 ap.refreshVisibility();
/frameworks/base/core/java/android/widget/
H A DTextView.java492 int ap = a.getResourceId(
495 if (ap != -1) {
497 ap, com.android.internal.R.styleable.TextAppearance);
7604 int ap = attrs.getResourceId(com.android.internal.R.styleable.
7606 if (ap != -1) {
7608 appearance = context.obtainStyledAttributes(ap,
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java122 AlertController.AlertParams ap = mAlertParams;
124 ap.mTitle = title;
141 ap.mView = getLayoutInflater().inflate(R.layout.resolver_grid, null);
142 mGrid = (GridView) ap.mView.findViewById(R.id.resolver_grid);
159 ap.mMessage = getResources().getText(R.string.noApplications);
/frameworks/base/core/jni/
H A DAndroidRuntime.cpp314 static void runtime_vfprintf(FILE* fp, const char* format, va_list ap) argument
316 LOG_PRI_VA(ANDROID_LOG_INFO, "vm-printf", format, ap);
H A Dandroid_os_SELinux.cpp521 va_list ap; local
522 va_start(ap, fmt);
523 LOG_PRI_VA(ANDROID_LOG_ERROR, "SELinux", fmt, ap);
524 va_end(ap);
/frameworks/base/core/tests/coretests/src/android/util/
H A DBase64Test.java327 int ap;
335 ap = 0;
336 while ((b = b64is.read(actual, ap, actual.length-ap)) != -1) {
337 ap += b;
339 assertEquals(actual, ap, plain);
344 ap = 0;
346 actual[ap++] = (byte) b;
348 assertEquals(actual, ap, plain);
353 ap
[all...]
/frameworks/base/include/androidfw/
H A DAssetManager.h273 Asset* openIdmapLocked(const struct asset_path& ap) const;
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp159 asset_path ap; local
165 ap.type = ::getFileType(realPath.string());
166 if (ap.type == kFileTypeRegular) {
167 ap.path = realPath;
169 ap.path = path;
170 ap.type = ::getFileType(path.string());
171 if (ap.type != kFileTypeDirectory && ap.type != kFileTypeRegular) {
173 path.string(), (int)ap.type);
180 if (mAssetPaths[i].path == ap
285 asset_path ap; local
316 asset_path ap; local
640 const asset_path& ap = mAssetPaths.itemAt(i); local
781 openNonAssetInPathLocked(const char* fileName, AccessMode mode, const asset_path& ap) argument
840 openInPathLocked(const char* fileName, AccessMode mode, const asset_path& ap) argument
869 openInLocaleVendorLocked(const char* fileName, AccessMode mode, const asset_path& ap, const char* locale, const char* vendor) argument
1006 createPathNameLocked(const asset_path& ap, const char* locale, const char* vendor) argument
1018 createPathNameLocked(const asset_path& ap, const char* rootDir) argument
1038 getZipFileLocked(const asset_path& ap) argument
1165 const asset_path& ap = mAssetPaths.itemAt(i); local
1219 const asset_path& ap = mAssetPaths.itemAt(which); local
1249 scanAndMergeDirLocked(SortedVector<AssetDir::FileInfo>* pMergedInfo, const asset_path& ap, const char* rootDir, const char* dirName) argument
1437 scanAndMergeZipLocked(SortedVector<AssetDir::FileInfo>* pMergedInfo, const asset_path& ap, const char* rootDir, const char* baseDirName) argument
1699 const asset_path& ap = mAssetPaths.itemAt(i); local
1716 fncScanAndMergeDirLocked( SortedVector<AssetDir::FileInfo>* pMergedInfo, const asset_path& ap, const char* locale, const char* vendor, const char* dirName) argument
[all...]
/frameworks/base/media/jni/soundpool/
H A Dandroid_media_SoundPool.cpp45 SoundPool *ap = MusterSoundPool(env, thiz); local
51 int id = ap->load(s, priority);
61 SoundPool *ap = MusterSoundPool(env, thiz); local
62 if (ap == NULL) return 0;
63 return ap->load(jniGetFDFromFileDescriptor(env, fileDescriptor),
70 SoundPool *ap = MusterSoundPool(env, thiz); local
71 if (ap == NULL) return 0;
72 return ap->unload(sampleID);
81 SoundPool *ap = MusterSoundPool(env, thiz); local
82 if (ap
90 SoundPool *ap = MusterSoundPool(env, thiz); local
99 SoundPool *ap = MusterSoundPool(env, thiz); local
108 SoundPool *ap = MusterSoundPool(env, thiz); local
117 SoundPool *ap = MusterSoundPool(env, thiz); local
126 SoundPool *ap = MusterSoundPool(env, thiz); local
136 SoundPool *ap = MusterSoundPool(env, thiz); local
146 SoundPool *ap = MusterSoundPool(env, thiz); local
156 SoundPool *ap = MusterSoundPool(env, thiz); local
166 SoundPool *ap = MusterSoundPool(env, thiz); local
182 SoundPool *ap = new SoundPool(maxChannels, (audio_stream_type_t) streamType, srcQuality); local
200 SoundPool *ap = MusterSoundPool(env, thiz); local
[all...]
/frameworks/base/media/tests/contents/media_api/music/
H A Dtest_amr_ietf.amr380 ���s�P<T~B���Zg1��a�R�>̉�)�§p<�_m��A�9�CI�f4IC=���ߩ�<���SL��v7o���ז�Ӧ"�\�N��]��<X񣱍^ �#�O�;I]���j�>~���^�n��<�@v��8BA���#�Y��4�r%��,ց���<��:�����wvy�a�����A6�5��sBR�<���)���d��8-3���Ck��[�~;H����<�z-��� iw!ϩ��*�&�ˁ��\��Y%�<4F Yfg�d�������;O�Z�e��ݠ�_ <�6=&rZ���G2��&�B>4|�%`�n?��<4D FzC�a���G�4A�T��S�D��| �p<�<FF�}�ٜ��e=�Ow��UP��O�񳒯�<(K����u��� �FP�~�M�iCR�;;��<DDBG�[�a�+W"�Q/Hk��S� @�����P< J:?�}���*���1�_�9�]�+]+T����< G�G����|�lC1����~:�����o$l<�F:�����J�$��s�d=/m�-[�K�ap<�P"'� ��;([M�䒺�����Ɗa��<T)������J#�ܹ'�^���_�����p<�A��!��U›�������\g � b�Q�dP<mx���Ka�'�%���;�ɣ$�1VW*�����<�S����zWW�p;c� �W �\IN��<l9��+P�HX7H&9CqhՊ���'5� <Xw_��b a��Z>�߰�Ē4�4�{T ʂ���<�e�I�V,��*�-�p�9�.��a����<D�d��X ��ۜd�C��~�yLVD§��k�`<Xvl�m���O���7"p/�qF�-K����@<�r�I�p��/��Y{�k�1�y�Z@�Y��P<B�k���f��+�3�y>\��Qv <��yE��U$�
439 A�[���MC3� �{���)�ap<�6G��!��w��_b[��A[�����!+�<�w'���;��-�i����A�}�~�h��<�AyO����&�ŃMR&�HQv"�;o�~p<?�7���A
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbAccessoryUriActivity.java73 final AlertController.AlertParams ap = mAlertParams;
74 ap.mTitle = mAccessory.getDescription();
75 if (ap.mTitle == null || ap.mTitle.length() == 0) {
76 ap.mTitle = getString(R.string.title_usb_accessory);
78 ap.mMessage = getString(R.string.usb_accessory_uri_prompt, mUri);
79 ap.mPositiveButtonText = getString(R.string.label_view);
80 ap.mNegativeButtonText = getString(android.R.string.cancel);
81 ap.mPositiveButtonListener = this;
82 ap
[all...]
H A DUsbConfirmActivity.java70 final AlertController.AlertParams ap = mAlertParams;
71 ap.mIcon = mResolveInfo.loadIcon(packageManager);
72 ap.mTitle = appName;
74 ap.mMessage = getString(R.string.usb_accessory_confirm_prompt, appName);
77 ap.mMessage = getString(R.string.usb_device_confirm_prompt, appName);
80 ap.mPositiveButtonText = getString(android.R.string.ok);
81 ap.mNegativeButtonText = getString(android.R.string.cancel);
82 ap.mPositiveButtonListener = this;
83 ap.mNegativeButtonListener = this;
88 ap
[all...]
H A DUsbDebuggingActivity.java67 final AlertController.AlertParams ap = mAlertParams;
68 ap.mTitle = getString(R.string.usb_debugging_title);
69 ap.mIconId = com.android.internal.R.drawable.ic_dialog_usb;
70 ap.mMessage = getString(R.string.usb_debugging_message, fingerprints);
71 ap.mPositiveButtonText = getString(android.R.string.ok);
72 ap.mNegativeButtonText = getString(android.R.string.cancel);
73 ap.mPositiveButtonListener = this;
74 ap.mNegativeButtonListener = this;
77 LayoutInflater inflater = LayoutInflater.from(ap.mContext);
81 ap
[all...]
H A DUsbPermissionActivity.java85 final AlertController.AlertParams ap = mAlertParams;
86 ap.mIcon = aInfo.loadIcon(packageManager);
87 ap.mTitle = appName;
89 ap.mMessage = getString(R.string.usb_accessory_permission_prompt, appName);
92 ap.mMessage = getString(R.string.usb_device_permission_prompt, appName);
95 ap.mPositiveButtonText = getString(android.R.string.ok);
96 ap.mNegativeButtonText = getString(android.R.string.cancel);
97 ap.mPositiveButtonListener = this;
98 ap.mNegativeButtonListener = this;
103 ap
[all...]
/frameworks/base/services/java/com/android/server/
H A DDevicePolicyManagerService.java750 ActiveAdmin ap = policy.mAdminList.get(i);
751 if (ap != null) {
753 out.attribute(null, "name", ap.info.getComponent().flattenToString());
754 ap.writeToXml(out);
855 ActiveAdmin ap = new ActiveAdmin(dai);
856 ap.readFromXml(parser);
857 policy.mAdminMap.put(ap.info.getComponent(), ap);
858 policy.mAdminList.add(ap);
1142 ActiveAdmin ap
[all...]
/frameworks/base/tools/aapt/
H A DResourceTable.cpp2246 va_list ap; local
2247 va_start(ap, fmt);
2248 retval = vsnprintf(buf, sizeof(buf), fmt, ap);
2249 va_end(ap);
H A DSourcePos.cpp124 va_list ap; local
125 va_start(ap, fmt);
126 retval = vsnprintf(buf, sizeof(buf), fmt, ap);
127 va_end(ap);
142 va_list ap; local
143 va_start(ap, fmt);
144 retval = vsnprintf(buf, sizeof(buf), fmt, ap);
145 va_end(ap);
/frameworks/compile/libbcc/runtime/test/Unit/ppc/
H A Dfloatditf_test.h48 { INT64_C(0x0000000000000680), 0x1.ap+10, 0x0p+0 },
226 { INT64_C(0x0000000000040028), 0x1.000ap+18, 0x0p+0 },
236 { INT64_C(0x0000000000040128), 0x1.004ap+18, 0x0p+0 },
386 { INT64_C(0x0000000000060280), 0x1.80ap+18, 0x0p+0 },
426 { INT64_C(0x0000000000400068), 0x1.0001ap+22, 0x0p+0 },
474 { INT64_C(0x0000000000402800), 0x1.00ap+22, 0x0p+0 },
514 { INT64_C(0x0000000000422800), 0x1.08ap+22, 0x0p+0 },
626 { INT64_C(0x0000000000600280), 0x1.800ap+22, 0x0p+0 },
662 { INT64_C(0x0000000000628000), 0x1.8ap+22, 0x0p+0 },
676 { INT64_C(0x00000000040000a8), 0x1.00002ap
[all...]

Completed in 6076 milliseconds

12