Searched refs:of (Results 151 - 175 of 219) sorted by relevance

123456789

/frameworks/base/media/tests/omxjpegdecoder/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/packages/InputDevices/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/services/input/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/ex/variablespeed/jni/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/native/libs/binder/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/native/libs/input/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/native/libs/ui/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/opt/photoviewer/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/opt/photoviewer/sample/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/av/media/libmedia/
H A DIMediaRecorder.cpp7 ** You may obtain a copy of the License at
129 status_t setOutputFormat(int of) argument
131 ALOGV("setOutputFormat(%d)", of);
134 data.writeInt32(of);
372 int of = data.readInt32(); local
373 reply->writeInt32(setOutputFormat(of));
/frameworks/base/graphics/java/android/graphics/drawable/
H A DNinePatchDrawable.java6 * You may obtain a copy of the License at
43 * A resizeable bitmap, with stretchable areas that you define. This type of image
85 * based on the display metrics of the resources.
95 * based on the display metrics of the resources.
117 * based on the display metrics of the resources.
133 // lazy allocation of a paint
191 return Insets.of(left, top, right, bottom);
256 return Insets.of(mOpticalInsets.right, mOpticalInsets.top, mOpticalInsets.right,
386 * Retrieves the width of the source .png file (before resizing).
394 * Retrieves the height of th
[all...]
/frameworks/av/include/media/
H A Dmediarecorder.h6 ** You may obtain a copy of the License at
55 // at the start of the audio only output formats.
94 * The state machine of the media_recorder.
106 // Configuration of the recorder has been completed.
131 * The (part of) "what" code passed to the listener in notify.
186 // Total number of bytes of the media data.
213 status_t setOutputFormat(int of);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_FindMVpred_s.s178 ; Find the median of the 3 candidate MV's
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_FindMVpred_s.s178 ; Find the median of the 3 candidate MV's
/frameworks/base/tools/obbtool/
H A Dmkobb.sh7 # You may obtain a copy of the License at
29 SLOP=512 # Amount of filesystem slop in ${BLOCK_SIZE} blocks
216 echo "ERROR: Couldn't read size of input directory ${directory}"
221 ${DDBIN} if=/dev/zero of=${tempfile} bs=${BLOCK_SIZE} count=$((${block_count} + ${SLOP})) > /dev/null 2>&1
/frameworks/wilhelm/src/
H A DAndroid.mk56 # select the level of log messages
67 # Reduce size of .so and hide internal global symbols
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_hor_half.s5 ; You may obtain a copy of the License at
17 ;-- Abstract : ARMv6 optimized version of h264bsdInterpolateHorHalf function
/frameworks/base/core/java/android/text/
H A DBidiFormatter.java6 * You may obtain a copy of the License at
27 * without garbling. The directionality of the context is set at formatter creation and the
28 * directionality of the text can be either estimated or passed in when known.
45 * Currently, this can only be done using invisible Unicode characters of the same direction as
47 * the directionality to that of the context. The "reset" may need to be done at both ends of the
56 * number.) Still, the safest policy is to do the "reset" on both ends of each string, since RTL
58 * and one of these can be followed by a bidi-wrapped inserted value. On the other hand, when one
63 * isolation to be part of the directionality declaration. This form of isolatio
[all...]
/frameworks/compile/mclinker/lib/Support/Unix/
H A DFileSystem.inc5 // This file is distributed under the University of Illinois Open Source
69 // read one entry for advance the end element of the cache.
150 } // namespace of detail
151 } // namespace of fs
152 } // namespace of sys
214 } // namespace of mcld
/frameworks/native/opengl/tests/hwc/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/support/v4/java/android/support/v4/text/
H A DBidiFormatter.java6 * You may obtain a copy of the License at
27 * without garbling. The directionality of the context is set at formatter creation and the
28 * directionality of the text can be either estimated or passed in when known. Provides the
41 * Currently, this can only be done using invisible Unicode characters of the same direction as
43 * the directionality to that of the context. The "reset" may need to be done at both ends of the
52 * number.) Still, the safest policy is to do the "reset" on both ends of each string, since RTL
54 * and one of these can be followed by a bidi-wrapped inserted value. On the other hand, when one
59 * isolation to be part of the directionality declaration. This form of isolatio
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java6 * You may obtain a copy of the License at
90 * Custom implementation of Context/Activity to handle non compiled resources.
129 * @param targetSdkVersion the targetSdkVersion of the application.
226 * Removes the parser at the top of the stack
236 * Returns the current parser at the top the of the stack.
334 return Pair.of(
372 return Pair.of(
397 return Pair.of(null, false);
629 "Resouce id 0x%x is not of type STYLE (instead %s)",
761 * The input int[] attrs is a list of attribute
[all...]
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp6 * You may obtain a copy of the License at
91 // The client side of mediaserver asks it to creat a SurfaceMediaSource
133 status_t StagefrightRecorder::setOutputFormat(output_format of) { argument
134 ALOGV("setOutputFormat: %d", of);
135 if (of < OUTPUT_FORMAT_DEFAULT ||
136 of >= OUTPUT_FORMAT_LIST_END) {
137 ALOGE("Invalid output format: %d", of);
141 if (of == OUTPUT_FORMAT_DEFAULT) {
144 mOutputFormat = of;
333 ALOGE("Invalid number of audi
[all...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
H A DNorm_Corr_opt.s6 @ ** You may obtain a copy of the License at
19 @ Word16 h[], /* (i) Q15 : impulse response of synth/wgt filters */
21 @ Word16 t_min, /* (i) : minimum value of pitch lag. */
22 @ Word16 t_max, /* (i) : maximum value of pitch lag. */
107 MOV r12, r1 @copy of xn[]
108 ADD r14, r13, #20 @copy of excf[]
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
H A DNorm_Corr_neon.s6 @ ** You may obtain a copy of the License at
19 @ Word16 h[], /* (i) Q15 : impulse response of synth/wgt filters */
21 @ Word16 t_min, /* (i) : minimum value of pitch lag. */
22 @ Word16 t_max, /* (i) : maximum value of pitch lag. */
112 ADD r14, r13, #20 @copy of excf[]
113 MOV r12, r1 @copy of xn[]

Completed in 2518 milliseconds

123456789