Searched refs:row (Results 26 - 50 of 66) sorted by relevance

123

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_conceal.c55 static u32 ConcealMb(mbStorage_t *pMb, image_t *currImage, u32 row, u32 col,
89 decoded macroblock and concealing the row containing the macroblock
90 in question. After that all macroblocks above the row in question
129 u32 row, col; local
158 i = row = col = 0;
166 row++;
189 /* start from the row containing the first correct macroblock, conceal the
190 * row in question, all rows above that row and then continue downwards */
191 mb = pStorage->mb + row * widt
253 ConcealMb(mbStorage_t *pMb, image_t *currImage, u32 row, u32 col, u32 sliceType, u8 *refData) argument
[all...]
H A Dh264bsd_util.c268 u32 row, col; local
273 row = mbNum / width;
276 tmp = row * width;
H A Dh264bsd_transform.c101 u32 row,col; local
156 for (row = 4, ptr = data; row--; ptr += 4)
258 u32 row,col; local
288 for (row = 4, ptr = data; row--; ptr += 4)
H A Dh264bsd_inter_prediction.c220 /* set row bits 15:0 */
368 u32 row, col; local
378 row = mbNum / currImage->width;
379 col = mbNum - row * currImage->width;
380 row *= 16;
393 h264bsdPredictSamples(data, pMb->mv, &refImage, col, row, 0, 0,
401 h264bsdPredictSamples(data, pMb->mv, &refImage, col, row, 0, 0,
404 h264bsdPredictSamples(data, pMb->mv+8, &refImage, col, row, 0, 8,
412 h264bsdPredictSamples(data, pMb->mv, &refImage, col, row, 0, 0,
415 h264bsdPredictSamples(data, pMb->mv+4, &refImage, col, row,
[all...]
H A Dh264bsd_image.c182 u32 row, col; local
199 row = mbNum / picWidth;
203 lum = (image->data + row * picWidth * 256 + col * 16);
204 cb = (image->data + picSize * 256 + row * picWidth * 64 + col * 8);
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
H A DExternalStorageProvider.java185 final RowBuilder row = result.newRow();
186 row.add(Document.COLUMN_DOCUMENT_ID, docId);
187 row.add(Document.COLUMN_DISPLAY_NAME, displayName);
188 row.add(Document.COLUMN_SIZE, file.length());
189 row.add(Document.COLUMN_MIME_TYPE, mimeType);
190 row.add(Document.COLUMN_FLAGS, flags);
195 row.add(Document.COLUMN_LAST_MODIFIED, lastModified);
206 final RowBuilder row = result.newRow();
207 row.add(Root.COLUMN_ROOT_ID, root.rootId);
208 row
[all...]
/frameworks/base/core/java/android/view/animation/
H A DGridLayoutAnimationController.java149 * @param rowDelay the delay by which each row animation must be offset
188 * row to the other. The delay is expressed as a fraction of the
203 * children's animations are offset from one row to the other.
306 final int row = getTransformedRowIndex(params);
324 viewDelay = (long) (row * rowDelay + column * rowsCount * rowDelay);
328 viewDelay = (long) (column * columnDelay + row * columnsCount * columnDelay);
333 viewDelay = (long) (column * columnDelay + row * rowDelay);
374 index = params.rowsCount - 1 - params.row;
384 index = params.row;
410 * The view group's row t
412 public int row; field in class:GridLayoutAnimationController.AnimationParameters
[all...]
/frameworks/rs/driver/runtime/
H A Drs_matrix.c174 rsMatrixSet(rs_matrix4x4 *m, uint32_t row, uint32_t col, float v) { argument
175 m->m[row * 4 + col] = v;
179 rsMatrixGet(const rs_matrix4x4 *m, uint32_t row, uint32_t col) { argument
180 return m->m[row * 4 + col];
184 rsMatrixSet(rs_matrix3x3 *m, uint32_t row, uint32_t col, float v) { argument
185 m->m[row * 3 + col] = v;
189 rsMatrixGet(const rs_matrix3x3 *m, uint32_t row, uint32_t col) { argument
190 return m->m[row * 3 + col];
194 rsMatrixSet(rs_matrix2x2 *m, uint32_t row, uint32_t col, float v) { argument
195 m->m[row *
199 rsMatrixGet(const rs_matrix2x2 *m, uint32_t row, uint32_t col) argument
[all...]
/frameworks/rs/scriptc/
H A Drs_matrix.rsh30 * @param row
37 rsMatrixSet(rs_matrix4x4 *m, uint32_t row, uint32_t col, float v);
42 rsMatrixSet(rs_matrix3x3 *m, uint32_t row, uint32_t col, float v);
47 rsMatrixSet(rs_matrix2x2 *m, uint32_t row, uint32_t col, float v);
53 * @param row
59 rsMatrixGet(const rs_matrix4x4 *m, uint32_t row, uint32_t col);
64 rsMatrixGet(const rs_matrix3x3 *m, uint32_t row, uint32_t col);
69 rsMatrixGet(const rs_matrix2x2 *m, uint32_t row, uint32_t col);
/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuView.java56 /** Height of each row */
62 /** Maximum number of items per row */
112 * The layout to use for menu items. Each index is the row number (0 is the
113 * top-most). Each value contains the number of items in that row.
218 * @return int[] Where the value of index i contains the number of items for row i
227 * the last row.
256 for (int row = 0; row < numRows; row++) {
257 int numItemsOnRow = layout[row];
[all...]
/frameworks/native/opengl/tests/hwc/
H A DhwcStress.cpp40 * of vectors. The array is accessed in row major order, so each
41 * row is a vector of smart pointers. All the pointers of a single
42 * row point to graphic buffers which use the same pixel format and
47 * graphic buffer within the same row. Since the graphic buffers
48 * in a particular row have the same pixel format and dimension,
225 * such that there is a unique row to be used for each
229 * selected from any of the columns of the selected row.
546 * vectors. All the graphic buffers in a particular row are of the same
549 * in the same row, will be filled with a unique color.
565 for (unsigned int row
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java335 protected View updateNotificationVetoButton(View row, StatusBarNotification n) { argument
336 View vetoButton = row.findViewById(R.id.veto);
338 && mInterruptingNotificationEntry.row == row)) {
630 // create the row view
633 ExpandableNotificationRow row = (ExpandableNotificationRow) inflater.inflate(
637 row.setTag(sbn.getPackageName());
639 workAroundBadLayerDrawableOpacity(row);
640 View vetoButton = updateNotificationVetoButton(row, sbn);
647 ViewGroup content = (ViewGroup)row
[all...]
/frameworks/base/core/tests/coretests/src/android/util/
H A DInternalSelectionView.java35 * row is selected. The rows take up the
40 * the last row's height is inflated with the remainder. For example, if the
41 * view height is 22 and there are two rows, the height of the first row is
48 * selected row
185 private int getRowHeight(int row) { argument
188 if (row < mNumRows - 1) {
196 public void getRectForRow(Rect rect, int row) { argument
197 final int rowHeight = getRowHeight(row);
198 final int top = mPaddingTop + row * rowHeight;
255 // set the row tha
[all...]
/frameworks/base/libs/hwui/
H A DFontRenderer.cpp305 uint32_t row = (startY - TEXTURE_BORDER_SIZE) * cacheWidth + startX local
308 memset(&cacheBuffer[row], 0, glyph.fWidth + 2 * TEXTURE_BORDER_SIZE);
312 row = cacheY * cacheWidth;
313 cacheBuffer[row + startX - TEXTURE_BORDER_SIZE] = 0;
316 cacheBuffer[row + cacheX] = mGammaTable[tempCol];
318 cacheBuffer[row + endX + TEXTURE_BORDER_SIZE - 1] = 0;
322 row = cacheY * cacheWidth;
323 memcpy(&cacheBuffer[row + startX], &bitmapBuffer[bY], glyph.fWidth);
324 cacheBuffer[row + startX - TEXTURE_BORDER_SIZE] = 0;
325 cacheBuffer[row
361 uint32_t row = (startY - TEXTURE_BORDER_SIZE) * cacheWidth + startX local
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dconceal.cpp141 int row = MB_SIZE; local
160 while (row)
189 row -= 4;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQuickSettingsContainerView.java123 int row = (int) (cursor / mNumColumns);
125 // Push the item to the next row if it can't fit on this one
129 row++;
142 // reach the end of the row
144 if (cursor < (((row + 1) * mNumColumns))) {
/frameworks/rs/
H A DrsRuntime.h164 void rsrMatrixSet(rs_matrix4x4 *m, uint32_t row, uint32_t col, float v);
165 float rsrMatrixGet(const rs_matrix4x4 *m, uint32_t row, uint32_t col);
166 void rsrMatrixSet(rs_matrix3x3 *m, uint32_t row, uint32_t col, float v);
167 float rsrMatrixGet(const rs_matrix3x3 *m, uint32_t row, uint32_t col);
168 void rsrMatrixSet(rs_matrix2x2 *m, uint32_t row, uint32_t col, float v);
169 float rsrMatrixGet(const rs_matrix2x2 *m, uint32_t row, uint32_t col);
/frameworks/base/tools/aapt/
H A DImages.cpp204 png_bytep row, int width, bool transparent, bool required,
214 if (TICK_TYPE_TICK == tick_type(row+i*4, transparent, outError)) {
302 png_bytep row, int width, bool transparent, bool required,
309 if (TICK_TYPE_LAYOUT_BOUNDS == tick_type(row + 4, transparent, outError)) {
315 int tick = tick_type(row + i * 4, transparent, outError);
323 if (TICK_TYPE_LAYOUT_BOUNDS == tick_type(row + (width - 2) * 4, transparent, outError)) {
329 int tick = tick_type(row+i*4, transparent, outError);
618 // The first row always starts with the top being at y=0 and the bottom
620 // the first row is stretchable along the Y axis, otherwise it is fixed.
621 // The last row alway
203 get_horizontal_ticks( png_bytep row, int width, bool transparent, bool required, int32_t* outLeft, int32_t* outRight, const char** outError, uint8_t* outDivs, bool multipleAllowed) argument
301 get_horizontal_layout_bounds_ticks( png_bytep row, int width, bool transparent, bool required, int32_t* outLeft, int32_t* outRight, const char** outError) argument
768 png_bytep row = rows[j]; local
828 png_bytep row = imageInfo.rows[j]; local
951 png_bytep row = imageInfo.rows[j]; local
[all...]
/frameworks/base/core/tests/coretests/src/android/widget/layout/table/
H A DWeightTest.java48 mRow = activity.findViewById(R.id.row);
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java150 * Container for keys in the keyboard. All keys in a row are at the same Y-coordinate.
151 * Some of the key size defaults can be overridden per row from what the {@link Keyboard}
161 /** Default width of a key in this row. */
163 /** Default height of a key in this row. */
165 /** Default horizontal gap between keys in this row. */
167 /** Vertical gap following this row. */
173 * Edge flags for this row of keys. Possible values that can be assigned are
178 /** The keyboard mode for this row */
324 * @param parent the row that this key belongs to. The row mus
[all...]
/frameworks/base/core/java/android/widget/
H A DTableLayout.java35 * each defining a row (actually, you can have other children, which will be
37 * their rows, columns, or cells. Each row has zero or more cells; each cell can
39 * as the row with the most cells. A table can leave cells empty. Cells can span
42 * <p>The width of a column is defined by the row with the widest cell in that
63 * <p> Cells must be added to a row in increasing column order, both in code and
66 * a column number, it will be considered an empty cell in that row. See the
71 * will be displayed as a single row that spans all the table columns.</p>
317 * takes up as much as available space as possible in its row.</p>
343 * <p>Makes the given column shrinkable or not. When a row is too wide, the
370 * <p>Applies the columns collapse status to a new row adde
[all...]
/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseGeneralTest.java822 long row;
837 row = ih.insert(cv);
838 cur = mDatabase.rawQuery("SELECT * FROM insert_test WHERE _id == " + row, null);
850 row = ih.insert(cv);
851 cur = mDatabase.rawQuery("SELECT * FROM insert_test WHERE _id == " + row, null);
862 row = ih.insert(cv);
863 Assert.assertEquals(-1, row);
870 row = ih.insert(cv);
871 cur = mDatabase.rawQuery("SELECT * FROM insert_test WHERE _id == " + row, null);
883 row
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DarmVCM4P2_SetPredDir_s.s27 ; * [in] pCoefBufRow pointer to the coefficient row buffer
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DarmVCM4P2_SetPredDir_s.s27 ; * [in] pCoefBufRow pointer to the coefficient row buffer
/frameworks/base/core/tests/coretests/src/android/widget/
H A DSimpleCursorAdapterTest.java242 for (ArrayList row : list) {
243 cursor.addRow(row);

Completed in 2427 milliseconds

123