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

  /frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 176 uint8_t *dst_u = dst_v + dst_c_size; local
186 memcpy(dst_u, src_u, (mCropWidth + 1) / 2);
191 dst_u += dst_c_stride;
209 uint8_t *dst_u = dst_v + dst_c_size; local
221 dst_u[x] = src_uv[2 * x];
226 dst_u += dst_c_stride;
  /external/libyuv/files/source/
convert_from.cc 32 uint8* dst_u, int dst_stride_u,
36 !dst_y || !dst_u || !dst_v ||
44 dst_u = dst_u + (height - 1) * dst_stride_u;
63 IS_ALIGNED(dst_u, 16) && IS_ALIGNED(dst_stride_u, 16) &&
79 CopyRow(src_u, dst_u, halfwidth);
80 CopyRow(src_u, dst_u + dst_stride_u, halfwidth);
82 dst_u += dst_stride_u * 2;
85 CopyRow(src_u, dst_u, halfwidth);
112 uint8* dst_u, int dst_stride_u
1342 uint8* dst_u; local
1363 uint8* dst_u; local
1383 uint8* dst_u; local
1403 uint8* dst_u = dst_sample + width * height; local
    [all...]
scale.cc 3068 uint8* dst_u = dst + dst_width * dst_height + local
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
scale.c 3871 uint8* dst_u = dst + dst_width * dst_height + local
    [all...]

Completed in 114 milliseconds