Searched refs:row (Results 1 – 8 of 8) sorted by relevance
167 void Max_LCD::setCursor(uint8_t col, uint8_t row) in setCursor() argument170 if ( row > _numlines ) { in setCursor()171 row = _numlines-1; // we count rows starting w/0 in setCursor()174 command(LCD_SETDDRAMADDR | (col + row_offsets[row])); in setCursor()
73 final MatrixCursor.RowBuilder row = cursor.newRow(); in query() local74 row.add(COLUMN_NAME, file.getName()); in query()
28 \cf0 \cell \row50 \cf0 \cell \row72 \cf0 \cell \row95 \cf0 \cell \row118 \cf0 Notes\cell \row141 \cf0 \cell \row164 \cf0 \cell \row187 \cf0 \cell \row210 \cf0 \cell \row232 \pard\intbl\itap1\cell \row[all …]
29 \cf0 \cell \row52 \cf0 \cell \row75 \cf0 \cell \row98 \cf0 \cell \row121 \cf0 Notes\cell \row144 \cf0 \cell \row167 \cf0 \cell \row190 \cf0 \cell \row213 \cf0 \cell \row236 \cf0 \cell \row[all …]
28 \cf0 \cell \row50 \cf0 \cell \row73 \cf0 \cell \row96 \cf0 \cell \row119 \cf0 Notes\cell \row142 \cf0 \cell \row165 \cf0 \cell \row188 \cf0 \cell \row211 \cf0 \cell \row234 \cf0 \cell \row[all …]
721 int row, col, uv_row; in convert_YUYV_to_420_NV12() local725 for(row = 0; row < ht; row++) in convert_YUYV_to_420_NV12()728 out_buf[row * wd + col / 2] = in_buf[row * wd * 2 + col]; in convert_YUYV_to_420_NV12()732 for(row = 0, uv_row = ht; row < ht; row += 2, uv_row++) in convert_YUYV_to_420_NV12()735 out_buf[uv_row * wd + col / 2]= in_buf[row * wd * 2 + col + 2]; in convert_YUYV_to_420_NV12()736 out_buf[uv_row * wd + col / 2 + 1] = in_buf[row * wd * 2 + col]; in convert_YUYV_to_420_NV12()
33 All components on TOP side of board, EXCEPT for 6 single-row in-line headers
2221 uint8_t row; member