/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/ |
convert_to_argb.cc | 35 int crop_x, int crop_y, 82 src = sample + (aligned_src_width * crop_y + crop_x) * 2; 88 src = sample + (aligned_src_width * crop_y + crop_x) * 2; 94 src = sample + (src_width * crop_y + crop_x) * 3; 100 src = sample + (src_width * crop_y + crop_x) * 3; 106 src = sample + (src_width * crop_y + crop_x) * 4; 112 src = sample + (src_width * crop_y + crop_x) * 4; 118 src = sample + (src_width * crop_y + crop_x) * 4; 124 src = sample + (src_width * crop_y + crop_x) * 4; 130 src = sample + (src_width * crop_y + crop_x) * 2 [all...] |
convert_to_i420.cc | 34 int crop_x, int crop_y, 89 src = sample + (aligned_src_width * crop_y + crop_x) * 2; 97 src = sample + (aligned_src_width * crop_y + crop_x) * 2; 105 src = sample + (src_width * crop_y + crop_x) * 2; 113 src = sample + (src_width * crop_y + crop_x) * 2; 121 src = sample + (src_width * crop_y + crop_x) * 2; 129 src = sample + (src_width * crop_y + crop_x) * 3; 137 src = sample + (src_width * crop_y + crop_x) * 3; 145 src = sample + (src_width * crop_y + crop_x) * 4; 153 src = sample + (src_width * crop_y + crop_x) * 4 [all...] |
/external/chromium_org/third_party/libyuv/source/ |
convert_to_argb.cc | 35 int crop_x, int crop_y, 82 src = sample + (aligned_src_width * crop_y + crop_x) * 2; 88 src = sample + (aligned_src_width * crop_y + crop_x) * 2; 94 src = sample + (src_width * crop_y + crop_x) * 3; 100 src = sample + (src_width * crop_y + crop_x) * 3; 106 src = sample + (src_width * crop_y + crop_x) * 4; 112 src = sample + (src_width * crop_y + crop_x) * 4; 118 src = sample + (src_width * crop_y + crop_x) * 4; 124 src = sample + (src_width * crop_y + crop_x) * 4; 130 src = sample + (src_width * crop_y + crop_x) * 2 [all...] |
convert_to_i420.cc | 34 int crop_x, int crop_y, 89 src = sample + (aligned_src_width * crop_y + crop_x) * 2; 97 src = sample + (aligned_src_width * crop_y + crop_x) * 2; 105 src = sample + (src_width * crop_y + crop_x) * 2; 113 src = sample + (src_width * crop_y + crop_x) * 2; 121 src = sample + (src_width * crop_y + crop_x) * 2; 129 src = sample + (src_width * crop_y + crop_x) * 3; 137 src = sample + (src_width * crop_y + crop_x) * 3; 145 src = sample + (src_width * crop_y + crop_x) * 4; 153 src = sample + (src_width * crop_y + crop_x) * 4 [all...] |
/external/libyuv/files/source/ |
convert_argb.cc | 1003 int crop_x, int crop_y, [all...] |
convert.cc | [all...] |
/external/chromium_org/third_party/webrtc/common_video/libyuv/include/ |
webrtc_libyuv.h | 109 // - crop_x/crop_y : Starting positions for cropping (0 for no crop). 120 int crop_x, int crop_y,
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/ |
convert_argb.h | 200 // "crop_x" and "crop_y" are starting position for cropping. 202 // crop_y = (src_height - dst_height) / 2 214 int crop_x, int crop_y,
|
convert.h | 227 // "crop_x" and "crop_y" are starting position for cropping. 229 // crop_y = (src_height - dst_height) / 2 243 int crop_x, int crop_y,
|
/external/chromium_org/third_party/libyuv/include/libyuv/ |
convert_argb.h | 200 // "crop_x" and "crop_y" are starting position for cropping. 202 // crop_y = (src_height - dst_height) / 2 214 int crop_x, int crop_y,
|
convert.h | 227 // "crop_x" and "crop_y" are starting position for cropping. 229 // crop_y = (src_height - dst_height) / 2 243 int crop_x, int crop_y,
|
/external/libyuv/files/include/libyuv/ |
convert_argb.h | 203 // "crop_x" and "crop_y" are starting position for cropping. 205 // crop_y = (src_height - dst_height) / 2 217 int crop_x, int crop_y,
|
convert.h | 223 // "crop_x" and "crop_y" are starting position for cropping. 225 // crop_y = (src_height - dst_height) / 2 239 int crop_x, int crop_y,
|
/external/chromium_org/third_party/webrtc/common_video/libyuv/ |
webrtc_libyuv.cc | 231 int crop_x, int crop_y, 251 crop_x, crop_y,
|
/external/chromium_org/content/browser/renderer_host/media/ |
video_capture_controller.cc | 405 int crop_y = 0; local 468 crop_y,
|
/external/chromium_org/third_party/libyuv/unit_test/ |
convert_test.cc | 1165 const int crop_y = local [all...] |