Home
last modified time | relevance | path

Searched refs:row (Results 1 – 20 of 20) sorted by relevance

/hardware/intel/common/libva/test/
Dloadsurface.h29 int row=0, col=0; in scale_2dimage() local
31 for (row=0; row<dst_imgh; row++) { in scale_2dimage()
33 …*(dst_img + row * dst_imgw + col) = *(src_img + (row * src_imgh/dst_imgh) * src_imgw + col * src_i… in scale_2dimage()
59 int row, col; in YUV_blend_with_pic() local
95 for (row=0; row<height; row++) { in YUV_blend_with_pic()
96 unsigned char *p = Y_start + row * Y_pitch; in YUV_blend_with_pic()
97 unsigned char *q = pic_y + row * width; in YUV_blend_with_pic()
121 for (row=0; row<height/2*v_factor_to_nv12; row++) { in YUV_blend_with_pic()
122 unsigned char *pU = U_start + row * U_pitch; in YUV_blend_with_pic()
123 unsigned char *pV = V_start + row * V_pitch; in YUV_blend_with_pic()
[all …]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
Dvc1parse_bitplane.c157 int32_t row[2], col[2]; in vc1_Norm2ModeDecode() local
170 row[0] = 0; /* i/width; */ in vc1_Norm2ModeDecode()
172 row[1] = 0; /* (i+1)/width; */ in vc1_Norm2ModeDecode()
190 row[0] = 1; /* i/width; */ in vc1_Norm2ModeDecode()
192 row[1] = 2; /* (i+1)/width; */ in vc1_Norm2ModeDecode()
209 put_bit(0, col[0],row[0], width, height, pBitplane->invert, in vc1_Norm2ModeDecode()
211 put_bit(0, col[1],row[1], width, height, pBitplane->invert, in vc1_Norm2ModeDecode()
219 put_bit(1, col[0],row[0], width, height, pBitplane->invert, in vc1_Norm2ModeDecode()
221 put_bit(1, col[1],row[1], width, height, pBitplane->invert, in vc1_Norm2ModeDecode()
229 put_bit(1, col[0],row[0], width, height, pBitplane->invert, in vc1_Norm2ModeDecode()
[all …]
/hardware/intel/common/libva/test/videoprocess/
Dvideoprocess.cpp215 uint32_t row, col; in construct_nv12_mask_surface() local
230 for (row = 0; row < surface_image.height; row++) { in construct_nv12_mask_surface()
231 if (row < surface_image.height / 4 || row > surface_image.height * 3 / 4) in construct_nv12_mask_surface()
240 for (row = 0; row < surface_image.height / 2; row++) { in construct_nv12_mask_surface()
264 uint32_t frame_size, i, row, col; in upload_yv12_frame_to_yuv_surface() local
302 for (row = 0; row < surface_image.height; row++) { in upload_yv12_frame_to_yuv_surface()
312 for (row = 0; row < surface_image.height /2; row ++){ in upload_yv12_frame_to_yuv_surface()
328 for (row = 0; row < surface_image.height / 2; row++) { in upload_yv12_frame_to_yuv_surface()
366 uint32_t frame_size, row, col; in store_yuv_surface_to_yv12_frame() local
404 for (row = 0; row < surface_image.height; row++) { in store_yuv_surface_to_yv12_frame()
[all …]
/hardware/interfaces/automotive/evs/1.0/default/
DEvsDisplay.cpp272 for (unsigned row = 0; row < mBuffer.height; row++) { in returnTargetBufferForDisplay() local
281 ((row & 0xFF) << 8) | // vertical gradient in returnTargetBufferForDisplay()
283 if ((row | col) == 0) { in returnTargetBufferForDisplay()
DEvsCamera.cpp492 for (unsigned row = 0; row < buff.height; row++) { in fillTestFrame() local
501 ((row & 0xFF) << 8) | // vertical gradient in fillTestFrame()
503 if ((row | col) == 0) { in fillTestFrame()
/hardware/interfaces/automotive/evs/1.0/vts/functional/
DFormatConvert.cpp165 for (unsigned row = 0; row < height; row++) { in copyMatchedInterleavedFormats() local
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
Dml_math_func.c555 static unsigned short inv_row_2_scale(const signed char *row) in inv_row_2_scale() argument
559 if (row[0] > 0) in inv_row_2_scale()
561 else if (row[0] < 0) in inv_row_2_scale()
563 else if (row[1] > 0) in inv_row_2_scale()
565 else if (row[1] < 0) in inv_row_2_scale()
567 else if (row[2] > 0) in inv_row_2_scale()
569 else if (row[2] < 0) in inv_row_2_scale()
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
Dml_math_func.c555 static unsigned short inv_row_2_scale(const signed char *row) in inv_row_2_scale() argument
559 if (row[0] > 0) in inv_row_2_scale()
561 else if (row[0] < 0) in inv_row_2_scale()
563 else if (row[1] > 0) in inv_row_2_scale()
565 else if (row[1] < 0) in inv_row_2_scale()
567 else if (row[2] > 0) in inv_row_2_scale()
569 else if (row[2] < 0) in inv_row_2_scale()
/hardware/interfaces/graphics/mapper/2.0/
Dtypes.hal48 * Stride describes the distance in bytes from the first value of one row of
49 * the image to the first value of the next row. It includes the width of the
/hardware/intel/common/libva/test/encode/
Dmpeg2enc.c442 int row, col; in upload_yuv_to_surface() local
464 for (row = 0; row < surface_image.height; row++) { in upload_yuv_to_surface()
471 for (row = 0; row < surface_image.height / 2; row++) { in upload_yuv_to_surface()
482 for (row = 0; row < surface_image.height / 2; row++) { in upload_yuv_to_surface()
Dmpeg2vaenc.c442 int row, col; in upload_yuv_to_surface() local
464 for (row = 0; row < surface_image.height; row++) { in upload_yuv_to_surface()
471 for (row = 0; row < surface_image.height / 2; row++) { in upload_yuv_to_surface()
482 for (row = 0; row < surface_image.height / 2; row++) { in upload_yuv_to_surface()
Davcenc.c363 int row, col; in upload_yuv_to_surface() local
385 for (row = 0; row < surface_image.height; row++) { in upload_yuv_to_surface()
392 for (row = 0; row < surface_image.height / 2; row++) { in upload_yuv_to_surface()
410 for (row = 0; row < surface_image.height / 2; row++) { in upload_yuv_to_surface()
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu.c432 int letter, col, row, pad; in dhd_list() local
453 row = col = 0; in dhd_list()
457 strcat(buf+row*80, cmd->name); in dhd_list()
458 pad = 18 * (col + 1) - strlen(buf+row*80); in dhd_list()
462 strcat(buf+row*80, " "); in dhd_list()
463 row++; in dhd_list()
464 if (row == nrows) { in dhd_list()
465 col++; row = 0; in dhd_list()
470 for (row = 0; row < nrows; row++) in dhd_list()
471 printf("%s\n", buf+row*80); in dhd_list()
/hardware/intel/common/libva/test/transcode/
Dmpeg2transcode.cpp2166 int row, col; in upload_yuv_to_surface() local
2189 for (row = 0; row < surface_image.height; row++) { in upload_yuv_to_surface()
2200 for (row = 0; row < surface_image.height / 2; row++) { in upload_yuv_to_surface()
/hardware/intel/common/libmix/videodecoder/
DVideoDecoderBase.cpp1281 uint32_t row = 0; in getRawDataFromSurface() local
1282 for (row = 0; row < cropHeight; row++) { in getRawDataFromSurface()
1293 for (row = 0; row < cropHeight / 2; row++) { in getRawDataFromSurface()
/hardware/interfaces/graphics/common/1.0/
Dtypes.hal212 * RAW10 is a single-channel, 10-bit per pixel, densely packed in each row,
217 * row, each 4 consecutive pixels are packed into 5 bytes (40 bits). Each one
245 * the end of each row, the entire image data is densely packed. When stride is
247 * row (including the last row).
267 * RAW12 is a single-channel, 12-bit per pixel, densely packed in each row,
272 * row, each two consecutive pixels are packed into 3 bytes (24 bits). The first
296 * the end of each row, the entire image data is densely packed. When stride is
298 * each row (including the last row).
/hardware/intel/img/psb_video/src/
Dpsb_drv_debug.c420 int row = srch; in psb__dump_NV12_buffers() local
423 for(i = 0; i < row; ++i) in psb__dump_NV12_buffers()
430 for(i = 0; i < row/2; ++i) in psb__dump_NV12_buffers()
/hardware/interfaces/sensors/1.0/
Dtypes.hal1006 * float[12]: 3x4 matrix in row major order
1014 * float[12]: 3x4 matrix in row major order
1054 * int32_t[2]: size in (row, column) ... 1st frame
1055 * float[n]: matrix element values in row major order.
/hardware/interfaces/graphics/composer/2.1/
DIComposerClient.hal754 * This matrix must be provided in row-major form:
/hardware/interfaces/automotive/vehicle/2.0/
Dtypes.hal477 * On/off dual. This must be defined per each row.