Searched defs:fill (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
H A Dh264bsdFillRow7.s27 fill RN 1 label
67 STRB tmp1, [fill], #1
87 ; STR tmp2, [fill], #4
91 ; STR tmp2, [fill], #4
95 ; STR tmp2, [fill],#4
99 ; STR tmp2, [fill],#4
103 ; STR tmp2, [fill], #4
107 ; STR tmp2, [fill], #4
111 ; STR tmp2, [fill], #4
115 ; STR tmp2, [fill], #
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dh264bsdFillRow7.S27 #define fill r1 define
44 void h264bsdFillRow7(const u8 * ref, u8 * fill, i32 left, i32 center,
58 STRB tmp1, [fill], #1
79 VST1 {qTmp0}, [fill]!
80 VST1 {qTmp1}, [fill]!
86 VST1 {dTmp0,dTmp1,dTmp2}, [fill]!
87 STR tmp2, [fill],#4
92 VST1 {dTmp0,dTmp1,dTmp2}, [fill]!
98 VST1 {qTmp0}, [fill]!
99 STR tmp2, [fill],#
[all...]
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DInputStreamBuffer.java117 * {@link #fill(int)} will be called first, and the byte at the index returned.
144 * stream. One side effect is {@link #fill(int)} will be called.
172 return fill(index);
184 * Advancing does not fill the internal buffer. The next {@link #get(int)} or
185 * {@link #has(int)} call will fill the buffer.
240 * Attempt to fill the internal buffer fully. The buffer will be modified such that the
259 private boolean fill(final int index) { method in class:InputStreamBuffer
260 Trace.beginSection("fill");
268 // Can't fill buffer anymore if input stream is consumed.
290 // Read from input stream to fill buffe
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_reconstruct.c2134 u8 *fill,
2141 ASSERT(fill);
2143 H264SwDecMemcpy(fill, ref, (u32)center);
2163 fill pointer where samples are stored
2169 u8 *fill,
2177 ASSERT(fill);
2184 *fill++ = tmp;
2187 *fill++ = *ref++;
2194 *fill++ = tmp;
2215 fill pointe
2132 FillRow1( u8 *ref, u8 *fill, i32 left, i32 center, i32 right) argument
2167 h264bsdFillRow7( u8 *ref, u8 *fill, i32 left, i32 center, i32 right) argument
2219 h264bsdFillBlock( u8 *ref, u8 *fill, i32 x0, i32 y0, u32 width, u32 height, u32 blockWidth, u32 blockHeight, u32 fillScanLength) argument
[all...]

Completed in 139 milliseconds