Searched refs:to (Results 276 - 284 of 284) sorted by relevance

<<1112

/frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/
H A Dpvmp3_mdct_18_gcc.s10 @ Unless required by applicable law or agreed to in writing, software
H A Dpvmp3_mdct_18_wm.asm10 ; Unless required by applicable law or agreed to in writing, software
H A Dpvmp3_dct_16_gcc.s10 @ Unless required by applicable law or agreed to in writing, software
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_ver_quarter.s9 ; Unless required by applicable law or agreed to in writing, software
70 ;// Approach to vertical interpolation
148 ADD count, count, tmp1, LSL #16 ;// partWidth-1 to top byte
H A Dh264bsd_interpolate_hor_ver_quarter.s9 ; Unless required by applicable law or agreed to in writing, software
83 ;// Basic idea in horizontal filtering is to adjust coefficients
153 ;// pack values to count register
171 ADD count, count, tmp4, LSL #8 ;// partH-1 to lower part of top byte
177 ADD count, count, tmp6, LSL #8 ;// partW-1 to upper part of top byte
269 ;// Approach to vertical interpolation
286 ;// Approach to bilinear interpolation to quarter pel position.
290 ;// negating second operand to get one's complement (instead of 2's)
291 ;// and using subtraction, EOR is used to correc
[all...]
/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp10 * Unless required by applicable law or agreed to in writing, software
31 // undefine to perform multi channels API functional tests
115 webrtc::AudioFrame *procFrame; // audio frame passed to webRTC AMP ProcessStream()
129 webrtc::AudioFrame *revFrame; // audio frame passed to webRTC AMP AnalyzeReverseStream()
635 #define BAD_STATE_ABORT(from, to) \
636 LOG_ALWAYS_FATAL("Bad state transition from %d to %d", from, to);
906 // AEC implementation is limited to 16kHz
1014 // "out" doesn't mean output device, so this is the correct API to convert channel count to mas
[all...]
/frameworks/base/data/sounds/
H A DAllAudio.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp10 * Unless required by applicable law or agreed to in writing, software
74 // Standard C isspace() is only required to look at the low byte of its input, so
81 // range checked; guaranteed to NUL-terminate within the stated number of available slots
82 // NOTE: if this truncates the dst string due to running out of space, no attempt is
83 // made to avoid splitting surrogate pairs.
183 // Use calloc since we're going to leave a few holes in the data
184 // and want this to run cleanly under valgrind
226 if (*map != htodl(IDMAP_MAGIC)) { // htodl: map data expected to be in correct endianess
240 map = map + IDMAP_HEADER_SIZE; // skip ahead to data segment
412 // check invariant: stringCount > 0 requires a string pool to exis
[all...]
/frameworks/base/core/java/android/widget/
H A DAbsListView.java10 * Unless required by applicable law or agreed to in writing, software
80 * Base class that can be used to implement virtualized lists of items. A list does
110 * The list will automatically scroll to the bottom when a data set change
118 * The list will automatically scroll to the bottom, no matter what items
131 * Indicates we just received the touch event and we are waiting to see if the it is a tap or a
137 * Indicates the touch has been recognized as a tap and we are now waiting to see if the touch
179 * Force the selected item to be on somewhere on the screen
195 * Layout to sync as a result of a data change. Restore mSyncPosition to have its top
211 * The list allows up to on
[all...]

Completed in 316 milliseconds

<<1112