HomeSort by relevance Sort by last modified time
    Searched refs:tmp_stride (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format.c 634 unsigned tmp_stride; local
637 tmp_stride = MAX2(width, x_step) * 4 * sizeof *tmp_row;
638 tmp_row = MALLOC(y_step * tmp_stride);
643 src_format_desc->unpack_rgba_8unorm(tmp_row, tmp_stride, src_row, src_stride, width, y_step);
644 dst_format_desc->pack_rgba_8unorm(dst_row, dst_stride, tmp_row, tmp_stride, width, y_step);
652 src_format_desc->unpack_rgba_8unorm(tmp_row, tmp_stride, src_row, src_stride, width, height);
653 dst_format_desc->pack_rgba_8unorm(dst_row, dst_stride, tmp_row, tmp_stride, width, height);
659 unsigned tmp_stride; local
662 tmp_stride = MAX2(width, x_step) * 4 * sizeof *tmp_row;
663 tmp_row = MALLOC(y_step * tmp_stride);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_format.c 634 unsigned tmp_stride; local
637 tmp_stride = MAX2(width, x_step) * 4 * sizeof *tmp_row;
638 tmp_row = MALLOC(y_step * tmp_stride);
643 src_format_desc->unpack_rgba_8unorm(tmp_row, tmp_stride, src_row, src_stride, width, y_step);
644 dst_format_desc->pack_rgba_8unorm(dst_row, dst_stride, tmp_row, tmp_stride, width, y_step);
652 src_format_desc->unpack_rgba_8unorm(tmp_row, tmp_stride, src_row, src_stride, width, height);
653 dst_format_desc->pack_rgba_8unorm(dst_row, dst_stride, tmp_row, tmp_stride, width, height);
659 unsigned tmp_stride; local
662 tmp_stride = MAX2(width, x_step) * 4 * sizeof *tmp_row;
663 tmp_row = MALLOC(y_step * tmp_stride);
    [all...]
  /external/libvpx/libvpx/test/
sad_test.cc 225 int tmp_stride = reference_stride_; local
230 reference_stride_ = tmp_stride;
234 int tmp_stride = reference_stride_; local
242 reference_stride_ = tmp_stride;
248 int tmp_stride = reference_stride_; local
253 reference_stride_ = tmp_stride;
259 int tmp_stride = reference_stride_; local
267 reference_stride_ = tmp_stride;
271 int tmp_stride = source_stride_; local
276 source_stride_ = tmp_stride;
280 int tmp_stride = source_stride_; local
    [all...]
  /device/lge/mako/camera/
QCameraHWI_Preview_7x27A.cpp 573 int tmp_stride = 0; local
575 &buffer_handle, &tmp_stride);
711 int tmp_stride = 0; local
    [all...]
QCameraHWI_Preview.cpp 987 int tmp_stride = 0; local
1305 int tmp_stride = 0; local
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Preview.cpp 926 int tmp_stride = 0; local
1234 int tmp_stride = 0; local
    [all...]

Completed in 1198 milliseconds