HomeSort by relevance Sort by last modified time
    Searched refs:dst_height (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
scale_argb.h 26 int dst_width, int dst_height,
34 int dst_width, int dst_height,
47 int dst_width, int dst_height,
scale.h 34 int dst_width, int dst_height,
41 int dst_width, int dst_height,
62 int dst_width, int dst_height,
73 int dst_width, int dst_height,
84 int dst_width, int dst_height,
90 uint8* dst_i420, int dst_width, int dst_height, int dst_yoffset,
mjpeg_decoder.h 136 // dst_width must match exactly. dst_height must be <= to image height; if
142 LIBYUV_BOOL DecodeToBuffers(uint8** planes, int dst_width, int dst_height);
149 int dst_width, int dst_height);
  /external/libyuv/files/include/libyuv/
scale_argb.h 30 int dst_height,
42 int dst_height,
64 int dst_height,
scale.h 38 int dst_height,
49 int dst_height,
78 int dst_height,
97 int dst_height,
118 int dst_height,
128 int dst_height,
mjpeg_decoder.h 135 // dst_width must match exactly. dst_height must be <= to image height; if
141 LIBYUV_BOOL DecodeToBuffers(uint8** planes, int dst_width, int dst_height);
150 int dst_height);
  /external/libyuv/files/util/
yuvconvert.cc 32 int dst_width = 0, dst_height = 0; // new width and height variable
98 dst_height = atoi(argv[++c]); // NOLINT
147 if (dst_width == 0 || dst_height == 0) {
150 dst_height = rec_height;
153 dst_height = Abs(image_height);
168 int dst_height,
170 for (int y = 0; y < dst_height; y += kTileY) {
177 if (y + clip_height > dst_height) {
178 clip_height = dst_height - y;
182 dst_width, dst_height, x, y, clip_width
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
scale.cc 37 int dst_width, int dst_height,
101 for (y = 0; y < dst_height; ++y) {
109 int dst_width, int dst_height,
151 for (y = 0; y < dst_height; ++y) {
163 int dst_width, int dst_height,
215 for (y = 0; y < dst_height; ++y) {
223 int dst_width, int dst_height,
260 for (y = 0; y < dst_height; ++y) {
270 int dst_width, int dst_height,
342 for (y = 0; y < dst_height - 2; y += 3)
    [all...]
scale_argb.cc 34 int dst_width, int dst_height,
83 for (j = 0; j < dst_height; ++j) {
94 int dst_width, int dst_height,
126 for (j = 0; j < dst_height; ++j) {
141 int dst_width, int dst_height,
179 for (j = 0; j < dst_height; ++j) {
188 int dst_width, int dst_height,
268 for (j = 0; j < dst_height; ++j) {
290 int dst_width, int dst_height,
395 for (j = 0; j < dst_height; ++j)
    [all...]
mjpeg_decoder.cc 249 uint8** planes, int dst_width, int dst_height) {
251 dst_height > GetHeight()) {
267 int lines_left = dst_height;
271 int skip = (GetHeight() - dst_height) / 2;
341 int dst_width, int dst_height) {
343 dst_height > GetHeight()) {
359 int lines_left = dst_height;
361 int skip = (GetHeight() - dst_height) / 2;
  /external/libyuv/files/source/
scale.cc 39 int dst_height,
133 for (y = 0; y < dst_height; ++y) {
143 int dst_height,
192 for (y = 0; y < dst_height; ++y) {
206 int dst_height,
270 for (y = 0; y < dst_height; ++y) {
280 int dst_height,
321 for (y = 0; y < dst_height; ++y) {
332 int dst_height,
408 for (y = 0; y < dst_height - 2; y += 3)
    [all...]
scale_argb.cc 36 int dst_height,
118 for (j = 0; j < dst_height; ++j) {
131 int dst_height,
172 for (j = 0; j < dst_height; ++j) {
189 int dst_height,
244 for (j = 0; j < dst_height; ++j) {
255 int dst_height,
348 for (j = 0; j < dst_height; ++j) {
372 int dst_height,
490 for (j = 0; j < dst_height; ++j)
    [all...]
  /external/libyuv/files/unit_test/
rotate_argb_test.cc 22 int dst_height,
37 if (dst_height < 1) {
38 dst_height = 1;
48 int dst_argb_plane_size = dst_stride_argb * dst_height;
89 int dst_height,
94 TestRotateBpp(src_width, src_height, dst_width, dst_height, mode,
125 int dst_height,
130 TestRotateBpp(src_width, src_height, dst_width, dst_height, mode,
scale_argb_test.cc 29 int dst_height,
34 if (!SizeValid(src_width, src_height, dst_width, dst_height)) {
51 int64 dst_argb_plane_size = (dst_width + b * 2) * (dst_height + b * 2) * 4LL;
67 dst_stride_argb, dst_width, dst_height, f);
71 dst_stride_argb, dst_width, dst_height, f);
77 dst_stride_argb, dst_width, dst_height, f);
87 dst_width, dst_height, f);
100 for (i = b; i < (dst_height + b); ++i) {
126 int dst_height,
128 for (int y = 0; y < dst_height; y += kTileY)
    [all...]
rotate_test.cc 22 int dst_height,
36 if (dst_height < 1) {
37 dst_height = 1;
47 int dst_i420_y_size = dst_width * dst_height;
48 int dst_i420_uv_size = ((dst_width + 1) / 2) * ((dst_height + 1) / 2);
141 int dst_height,
155 if (dst_height < 1) {
156 dst_height = 1;
167 int dst_i420_y_size = dst_width * dst_height;
168 int dst_i420_uv_size = ((dst_width + 1) / 2) * ((dst_height + 1) / 2)
    [all...]
scale_test.cc 27 int dst_height,
32 if (!SizeValid(src_width, src_height, dst_width, dst_height)) {
58 int dst_height_uv = (dst_height + 1) >> 1;
60 int64 dst_y_plane_size = (dst_width + b * 2) * (dst_height + b * 2);
88 dst_height, f);
100 dst_height, f);
112 for (i = b; i < (dst_height + b); ++i) {
155 int dst_height,
158 if (!SizeValid(src_width, src_height, dst_width, dst_height)) {
200 int dst_height_uv = (dst_height + 1) >> 1
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_blit.h 49 unsigned dst_height,
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_blit.h 49 unsigned dst_height,
  /external/webrtc/webrtc/common_video/libyuv/include/
scaler.h 42 int dst_width, int dst_height,
  /external/webp/src/utils/
rescaler_utils.h 42 int dst_width, dst_height; // destination dimensions member in struct:WebPRescaler
53 int dst_width, int dst_height, int dst_stride,
86 return (rescaler->dst_y >= rescaler->dst_height);
rescaler_utils.c 24 int dst_width, int dst_height, int dst_stride,
27 const int y_add = src_height, y_sub = dst_height;
29 wrk->y_expand = (src_height < dst_height);
33 wrk->dst_height = dst_height;
51 // This is WEBP_RESCALER_FRAC(dst_height, x_add * y_add) without the cast.
52 // Its value is <= WEBP_RESCALER_ONE, because dst_height <= wrk->y_add, and
55 (uint64_t)dst_height * WEBP_RESCALER_ONE / (wrk->x_add * wrk->y_add);
  /external/webrtc/webrtc/common_video/libyuv/
scaler.cc 31 int dst_width, int dst_height,
35 if (src_width < 1 || src_height < 1 || dst_width < 1 || dst_height < 1)
44 dst_height_ = dst_height;
  /external/webrtc/talk/app/webrtc/java/jni/
native_handle_impl.h 61 int dst_height,
native_handle_impl.cc 166 int dst_height,
168 if (width() == dst_widht && height() == dst_height &&
172 int rotated_width = (rotation % 180 == 0) ? dst_widht : dst_height;
173 int rotated_height = (rotation % 180 == 0) ? dst_height : dst_widht;
  /frameworks/base/media/jni/
android_media_MediaMetadataRetriever.cpp 248 JNIEnv *env, jobject thiz, jlong timeUs, jint option, jint dst_width, jint dst_height)
251 (long long)timeUs, option, dst_width, dst_height);
317 if (dst_width <= 0 || dst_height <= 0) {
319 dst_height = displayHeight;
322 (float)dst_height / (float)displayHeight);
324 dst_height = std::round(displayHeight * factor);
328 (uint32_t)dst_height != videoFrame->mHeight) {
330 width, height, dst_width, dst_height);
335 dst_height,

Completed in 426 milliseconds

1 2 3 4