Searched refs:to (Results 226 - 250 of 274) sorted by relevance

1234567891011

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DomxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s98 ;load alpha1,beta1 somewhere to avoid more loads
H A DomxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s114 ;load alpha1,beta1 somewhere to avoid more loads
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_mid_hor.s9 ; Unless required by applicable law or agreed to in writing, software
35 ref RN 0 ;// pointer to current position in reference image
36 mb RN 1 ;// pointer to current position in interpolated mb
57 ;// Basic idea in horizontal filtering is to adjust coefficients
71 ;// pack values to count register
H A Dh264bsd_interpolate_hor_half.s9 ; Unless required by applicable law or agreed to in writing, software
76 ;// Basic idea in horizontal filtering is to adjust coefficients
138 ;// pack values to count register
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
H A Dh264bsdFillRow7.s10 ; Unless required by applicable law or agreed to in writing, software
H A Dh264bsdWriteMacroblock.s10 ; Unless required by applicable law or agreed to in writing, software
78 ; data pointer to macroblock data to be written, 256 values for
82 ; image pointer to the image where the macroblock will be written
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dh264bsdFillRow7.S10 @ Unless required by applicable law or agreed to in writing, software
H A Dh264bsdWriteMacroblock.S10 @ Unless required by applicable law or agreed to in writing, software
80 data pointer to macroblock data to be written, 256 values for
84 image pointer to the image where the macroblock will be written
/frameworks/compile/slang/
H A DAndroid.mk10 # Unless required by applicable law or agreed to in writing, software
31 # Increment by 1 whenever this is not a final release build, since we want to
32 # be able to see the RS version number change during development.
265 $(call transform-host-clang-td-to-out,opt-parser-defs)
/frameworks/native/include/utils/
H A DString16.h10 * Unless required by applicable law or agreed to in writing, software
117 // require any change to the underlying SharedBuffer contents or reference count.
120 TextOutput& operator<<(TextOutput& to, const String16& val);
H A DString8.h10 * Unless required by applicable law or agreed to in writing, software
82 // Note that this function takes O(N) time to calculate the value.
134 * Set the filename field to a specific value.
171 * decide to expand our definition of what constitutes an extension.
190 * Add a component to the pathname. We guarantee that there is
208 * Converts all separators in this string to /, the default path separator.
211 * backslashes to slashes, in-place. Otherwise it does nothing.
224 // require any change to the underlying SharedBuffer contents or reference count.
227 TextOutput& operator<<(TextOutput& to, const String16& val);
/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DEGL14cHeader.cpp10 ** Unless required by applicable law or agreed to in writing, software
106 "Object is set to null.");
/frameworks/base/core/java/android/view/
H A DViewDebug.java10 * Unless required by applicable law or agreed to in writing, software
50 * Various debugging/tracing tools related to {@link View} and the view hierarchy.
72 * This annotation can be used to mark fields and methods to be dumped by
81 * is an int, the value is converted to an Android's resource name.
89 * A mapping can be defined to map int values to specific strings. For
91 * actually mean VISIBLE, INVISIBLE and GONE. A mapping can be used to see
96 * @ViewDebug.IntToString(from = 0, to = "VISIBLE"),
97 * @ViewDebug.IntToString(from = 4, to
199 String to(); method in interface:ViewDebug.IntToString
[all...]
H A DViewGroup.java10 * Unless required by applicable law or agreed to in writing, software
88 * Views which have been hidden or removed which need to be animated on
96 * Listener used to propagate events indicating when children are added
107 * A Transformation used when drawing children, to
113 * Used to track the current invalidation region.
118 * A Transformation used to calculate a correct
159 // continue sending hover events to them as long as the pointer remains over
189 * NOTE: If you change the flags below make sure to reflect the changes
202 // a child needs to be invalidated and FLAG_OPTIMIZE_INVALIDATE is set
214 // to cli
[all...]
/frameworks/av/media/libstagefright/
H A DStagefrightMetadataRetriever.cpp10 * Unless required by applicable law or agreed to in writing, software
64 ALOGE("Unable to create data source for '%s'.", uri);
71 ALOGE("Unable to instantiate an extractor for '%s'.", uri);
161 ALOGV("unable to instantiate video decoder.");
224 "to the video data.");
299 ALOGE("Unable to instantiate color conversion from format 0x%08x to "
312 ALOGE("Colorconverter failed to convert frame.");
334 ALOGV("extractor doesn't publish metadata, failed to initialize?");
368 ALOGV("unable to instantiat
449 int to; member in struct:android::Map
[all...]
H A DOMXCodec.cpp10 * Unless required by applicable law or agreed to in writing, software
55 // the query will fail to avoid looping forever.
56 // 1000 is more than enough for us to tell whether the omx
333 ALOGV("Attempting to allocate OMX node '%s'", componentName);
340 // gives the client access to the framebuffer contents.
342 ALOGW("Component '%s' does not give the client access to "
371 ALOGV("Failed to configure codec '%s'", componentName);
567 // This appears to no longer be needed???
706 * need to be (w*h*3)/2. It just needs to
2290 formatHasNotablyChanged( const sp<MetaData> &from, const sp<MetaData> &to) argument
[all...]
/frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/
H A Dpvmp3_dct_9_arm.s10 ; Unless required by applicable law or agreed to in writing, software
H A Dpvmp3_dct_9_gcc.s10 @ Unless required by applicable law or agreed to in writing, software
/frameworks/av/media/libstagefright/colorconversion/
H A DColorConverter.cpp10 * Unless required by applicable law or agreed to in writing, software
28 OMX_COLOR_FORMATTYPE from, OMX_COLOR_FORMATTYPE to)
30 mDstFormat(to),
27 ColorConverter( OMX_COLOR_FORMATTYPE from, OMX_COLOR_FORMATTYPE to) argument
/frameworks/base/core/jni/
H A DAndroid.mk228 # we need to access the private Bionic header
/frameworks/rs/
H A DAndroid.mk70 # These symbols are normally defined by BUILD_XXX, but we need to define them
/frameworks/support/v4/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/compile/libbcc/runtime/
H A DMakefile9 # able to use RC_XBS for this but that is unused during "make installsrc".
16 $(error Refusing to build with empty ProjObjRoot variable)
32 @echo " VERBOSE=1: Use to show all commands [default=0]"
135 # Compute the archs to build, depending on whether this is a universal build or
144 # Copy or lipo to create the per-config library.
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp10 ** Unless required by applicable law or agreed to in writing, software
45 /* special calls implemented in Android's GLES wrapper used to more
/frameworks/base/docs/html/guide/google/gcm/client-javadoc/
H A Ddefault.css20 /* turned off ligatures due to bug 5945455 */ }
82 min-height:5px; /* silly way to avoid doc floating left when nav goes fixed */
489 to {
500 to {
511 to {
637 /* to prevent space between figures */ }
722 content: 'Click device screen to replay movie.'; }
892 hr { /* applied to the bottom of h2 elements */
1389 background-image: -webkit-gradient(linear, left top, left bottom, from(#2faddb), to(#09c));
1427 background-image: -webkit-gradient(linear, left top, left bottom, from(#5dbcd9), to(#
[all...]

Completed in 1246 milliseconds

1234567891011