Searched refs:vc (Results 1 - 21 of 21) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DAndroid.mk49 ./omxdl/arm_neon/vc/m4p10/src/omxVCM4P10_DeblockChroma_I.c \
50 ./omxdl/arm_neon/vc/m4p10/src/omxVCM4P10_DeblockLuma_I.c \
51 ./omxdl/arm_neon/vc/m4p10/src/omxVCM4P10_InterpolateChroma.c \
52 ./omxdl/arm_neon/vc/m4p10/src/armVCM4P10_CAVLCTables.c \
53 ./omxdl/arm_neon/vc/m4p10/src/omxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC.c \
54 ./omxdl/arm_neon/vc/m4p10/src/omxVCM4P10_DecodeCoeffsToPairCAVLC.c \
59 ./omxdl/arm_neon/vc/m4p10/src_gcc/armVCM4P10_DeblockingChroma_unsafe_s.S \
60 ./omxdl/arm_neon/vc/m4p10/src_gcc/armVCM4P10_DeblockingLuma_unsafe_s.S \
61 ./omxdl/arm_neon/vc/m4p10/src_gcc/armVCM4P10_Interpolate_Chroma_s.S \
62 ./omxdl/arm_neon/vc/m4p1
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaPresetReverbTest.java198 AudioEffect vc = null;
212 vc = new AudioEffect(
217 vc.setEnabled(true);
252 if (vc != null) {
253 vc.release();
270 AudioEffect vc = null;
283 vc = new AudioEffect(
288 vc.setEnabled(true);
334 if (vc != null) {
335 vc
[all...]
H A DMediaVisualizerTest.java231 AudioEffect vc = null;
244 vc = new AudioEffect(
249 vc.setEnabled(true);
296 if (vc != null) {
297 vc.release();
310 AudioEffect vc = null;
323 vc = new AudioEffect(
328 vc.setEnabled(true);
428 if (vc != null) {
429 vc
[all...]
H A DMediaEnvReverbTest.java353 AudioEffect vc = null;
367 vc = new AudioEffect(
372 vc.setEnabled(true);
409 if (vc != null) {
410 vc.release();
427 AudioEffect vc = null;
440 vc = new AudioEffect(
445 vc.setEnabled(true);
493 if (vc != null) {
494 vc
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/
H A Dbuild_vc.pl28 # This file builds the OpenMAX DL vc domain library omxVC.o.
52 @headerlist = qw(api vc/api vc/m4p2/api vc/m4p10/api);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/
H A Dbuild_vc.pl28 # This file builds the OpenMAX DL vc domain library omxVC.o.
52 @headerlist = qw(api vc/api vc/m4p2/api vc/m4p10/api);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/
H A Dbuild_vc.pl28 # This file builds the OpenMAX DL vc domain library omxVC.o.
52 @headerlist = qw(api vc/api vc/m4p2/api vc/m4p10/api);
/frameworks/native/opengl/libagl/
H A Darray.cpp117 c->vc.init();
119 if (!c->vc.vBuffer) {
127 c->vc.uninit();
460 c->vc.misses++;
471 v = c->vc.vBuffer + 2;
483 index |= c->vc.sequence;
487 vertex_t* const v = c->vc.vCache +
498 vertex_t* v = c->vc.vCache +
521 vertex_t* v = c->vc.vBuffer + 2;
543 vertex_t* v = c->vc
[all...]
H A Dcontext.h613 vertex_cache_t vc; member in struct:android::gl::ogles_context_t
/frameworks/base/core/java/com/android/internal/widget/
H A DSwipeDismissLayout.java112 ViewConfiguration vc = ViewConfiguration.get(getContext());
113 mSlop = vc.getScaledTouchSlop();
114 mMinFlingVelocity = vc.getScaledMinimumFlingVelocity();
115 mMaxFlingVelocity = vc.getScaledMaximumFlingVelocity();
H A DResolverDrawerLayout.java127 final ViewConfiguration vc = ViewConfiguration.get(context);
128 mTouchSlop = vc.getScaledTouchSlop();
129 mMinFlingVelocity = vc.getScaledMinimumFlingVelocity();
/frameworks/av/media/libstagefright/
H A DFLACExtractor.cpp348 const FLAC__StreamMetadata_VorbisComment *vc; local
349 vc = &metadata->data.vorbis_comment;
350 for (FLAC__uint32 i = 0; i < vc->num_comments; ++i) {
352 vce = &vc->comments[i];
H A DOggExtractor.cpp40 int _vorbis_unpack_comment(vorbis_comment *vc,oggpack_buffer *opb);
/frameworks/support/v4/java/android/support/v4/widget/
H A DViewDragHelper.java384 final ViewConfiguration vc = ViewConfiguration.get(context);
388 mTouchSlop = vc.getScaledTouchSlop();
389 mMaxVelocity = vc.getScaledMaximumFlingVelocity();
390 mMinVelocity = vc.getScaledMinimumFlingVelocity();
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DRadialPickerLayout.java104 ViewConfiguration vc = ViewConfiguration.get(context);
105 TOUCH_SLOP = vc.getScaledTouchSlop();
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewLayoutTest.java615 final ViewConfiguration vc = ViewConfiguration.get(getActivity());
616 final float fling = vc.getScaledMinimumFlingVelocity()
617 + (vc.getScaledMaximumFlingVelocity() - vc.getScaledMinimumFlingVelocity()) * .1f;
648 final ViewConfiguration vc = ViewConfiguration.get(getActivity());
649 final float fling = vc.getScaledMinimumFlingVelocity()
650 + (vc.getScaledMaximumFlingVelocity() - vc.getScaledMinimumFlingVelocity()) * .8f;
/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.java208 final ViewConfiguration vc = ViewConfiguration.get(context);
209 mTouchSlop = vc.getScaledTouchSlop();
210 mMaximumVelocity = vc.getScaledMaximumFlingVelocity();
211 mFlingVelocity = vc.getScaledMinimumFlingVelocity();
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DSlidingChallengeLayout.java241 final ViewConfiguration vc = ViewConfiguration.get(context);
242 mMinVelocity = vc.getScaledMinimumFlingVelocity();
243 mMaxVelocity = vc.getScaledMaximumFlingVelocity();
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.cpp31 int _vorbis_unpack_comment(vorbis_comment *vc,oggpack_buffer *opb);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java332 final ViewConfiguration vc = ViewConfiguration.get(context);
333 mTouchSlop = vc.getScaledTouchSlop();
334 mMinFlingVelocity = vc.getScaledMinimumFlingVelocity();
335 mMaxFlingVelocity = vc.getScaledMaximumFlingVelocity();
563 final ViewConfiguration vc = ViewConfiguration.get(getContext());
570 mTouchSlop = vc.getScaledTouchSlop();
574 mTouchSlop = ViewConfigurationCompat.getScaledPagingTouchSlop(vc);
/frameworks/base/services/core/java/com/android/server/pm/
H A DSettings.java391 String cpuAbiOverrideString, int uid, int vc, int pkgFlags) {
403 cpuAbiOverrideString, vc, pkgFlags);
472 int vc, int pkgFlags, UserHandle installUser, boolean add,
524 null /* cpuAbiOverrideString */, vc, pkgFlags);
542 null /* cpuAbiOverrideString */, vc, pkgFlags);
389 addPackageLPw(String name, String realName, File codePath, File resourcePath, String legacyNativeLibraryPathString, String primaryCpuAbiString, String secondaryCpuAbiString, String cpuAbiOverrideString, int uid, int vc, int pkgFlags) argument
469 getPackageLPw(String name, PackageSetting origPackage, String realName, SharedUserSetting sharedUser, File codePath, File resourcePath, String legacyNativeLibraryPathString, String primaryCpuAbiString, String secondaryCpuAbiString, int vc, int pkgFlags, UserHandle installUser, boolean add, boolean allowInstall) argument

Completed in 677 milliseconds