Searched refs:row (Results 1 - 7 of 7) sorted by relevance

/hardware/ti/omap4xxx/camera/
H A DNV12_resize.c36 mmUint16 row,col; local
113 for (row=0; row < cody; row++)
117 y = (mmUint16) ((mmUint32) (row*resizeFactorY) >> 9);
118 yf = (mmUchar) ((mmUint32)((row*resizeFactorY) >> 6) & 0x7);
192 for (row=0; row < (((cody)>>1)); row++)
199 y = (mmUint16) ((mmUint32) (row*resizeFactor
[all...]
H A DAppCallbackNotifier.cpp478 unsigned int alignedRow, row; local
541 row = width*bytesPerPixel;
548 // Step 1: Y plane: iterate through each row and copy
550 memcpy(bufferDst, bufferSrc, row);
552 bufferDst += row;
564 bufferDst_UV = (uint16_t *) (((uint8_t*)dst)+row*height);
681 row = width*bytesPerPixel;
682 alignedRow = ( row + ( stride -1 ) ) & ( ~ ( stride -1 ) );
684 //iterate through each row
685 for ( int i = 0 ; i < height ; i++, bufferSrc += alignedRow, bufferDst += row) {
[all...]
H A DEncoder_libjpeg.cpp436 JSAMPROW row[1]; /* pointer to JSAMPLE row[s] */ local
445 row[0] = row_tmp;
446 jpeg_write_scanlines(&cinfo, row, 1);
449 // move uv row if input format needs it
/hardware/invensense/libsensors_iio/software/core/mllite/
H A Dml_math_func.c342 * the first row of the matrix. Rotation matrix multiplied
555 static unsigned short inv_row_2_scale(const signed char *row) argument
559 if (row[0] > 0)
561 else if (row[0] < 0)
563 else if (row[1] > 0)
565 else if (row[1] < 0)
567 else if (row[2] > 0)
569 else if (row[2] < 0)
580 * first row, with the bit number 2 being the sign. The next 2 bits (3 and 4) represent
581 * the column the one is on for the second row wit
[all...]
/hardware/invensense/mlsdk/mllite/
H A Dml.c1459 static unsigned short inv_row_2_scale(const signed char *row) argument
1463 if (row[0] > 0)
1465 else if (row[0] < 0)
1467 else if (row[1] > 0)
1469 else if (row[1] < 0)
1471 else if (row[2] > 0)
1473 else if (row[2] < 0)
/hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
H A DFmPresetList.java65 R.layout.row,
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Ddhdu.c431 int letter, col, row, pad; local
452 row = col = 0;
456 strcat(buf+row*80, cmd->name);
457 pad = 18 * (col + 1) - strlen(buf+row*80);
461 strcat(buf+row*80, " ");
462 row++;
463 if (row == nrows) {
464 col++; row = 0;
469 for (row = 0; row < nrow
[all...]

Completed in 256 milliseconds