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

  /external/chromium_org/media/base/
yuv_convert.cc 328 int source_y = source_y_subpixel >> kFractionBits; local
329 y_ptr = y_buf + source_y * y_pitch;
330 u_ptr = u_buf + (source_y >> y_shift) * uv_pitch;
331 v_ptr = v_buf + (source_y >> y_shift) * uv_pitch;
350 if (y_shift && (source_y & 0x1) == 0)
370 int source_y = (source_y_subpixel + (kFractionMax / 2)) >> kFractionBits; local
371 y_ptr = y_buf + source_y * y_pitch;
372 u_ptr = u_buf + (source_y >> y_shift) * uv_pitch;
373 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...]
  /external/chromium_org/content/child/npapi/
plugin_instance.cc 598 bool PluginInstance::ConvertPoint(double source_x, double source_y,
606 double flipped_screen_y = source_y;
614 flipped_screen_y = containing_window_frame_.height() - source_y +
plugin_instance.h 180 bool ConvertPoint(double source_x, double source_y,

Completed in 71 milliseconds