HomeSort by relevance Sort by last modified time
    Searched defs:source_y (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/media/base/
yuv_convert.cc 338 int source_y = source_y_subpixel >> kFractionBits; local
339 y_ptr = y_buf + source_y * y_pitch;
340 u_ptr = u_buf + (source_y >> y_shift) * uv_pitch;
341 v_ptr = v_buf + (source_y >> y_shift) * uv_pitch;
360 if (y_shift && (source_y & 0x1) == 0)
380 int source_y = (source_y_subpixel + (kFractionMax / 2)) >> kFractionBits; local
381 y_ptr = y_buf + source_y * y_pitch;
382 u_ptr = u_buf + (source_y >> y_shift) * uv_pitch;
383 v_ptr = v_buf + (source_y >> y_shift) * uv_pitch;
  /hardware/intel/img/psb_video/src/
psb_output.c 969 unsigned char *source_y, *dst_y;
1055 unsigned char *source_y, *src_uv, *dst_y, *dst_uv; local
1221 unsigned char *source_y, *dst_y; local
    [all...]

Completed in 103 milliseconds