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

  /external/chromium_org/third_party/libyuv/source/
convert_from.cc 360 uint8* dst_uv, int dst_stride_uv,
362 if (!src_y || !src_u || !src_v || !dst_y || !dst_uv ||
371 dst_uv = dst_uv + (halfheight - 1) * dst_stride_uv;
392 void (*MergeUVRow_)(const uint8* src_u, const uint8* src_v, uint8* dst_uv,
401 IS_ALIGNED(dst_uv, 16) && IS_ALIGNED(dst_stride_uv, 16)) {
427 MergeUVRow_(src_u, src_v, dst_uv, halfwidth);
430 dst_uv += dst_stride_uv;
1082 uint8* dst_uv = dst_sample + width * height; local
    [all...]
  /external/chromium_org/content/common/gpu/media/
android_video_encode_accelerator.cc 303 uint8* dst_uv = buffer + frame->stride(VideoFrame::kYPlane) * local
316 dst_uv,
  /hardware/ti/omap4-aah/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp 956 unsigned char *dst_uv = dest + ( height * stride); local
979 *dst_uv = *bf;
980 dst_uv++;
984 dst_uv = dst_uv + (stride - width);
1001 " vst1.32 {d2,d3},[%[dst_uv]]! \n\t"
1010 : [dst_y] "+r" (dst_y), [dst_uv] "+r" (dst_uv), [src] "+r" (src), [n] "+r" (n)
1016 dst_uv = dst_uv + (stride - width)
1041 unsigned char *dst_uv = dest + (width * height); local
    [all...]
  /hardware/intel/img/psb_video/src/
psb_output.c 910 unsigned char *src_y, *src_uv, *dst_y, *dst_uv; local
957 dst_uv = image_data + obj_image->image.offsets[1];
960 memcpy(dst_uv, src_uv, width);
961 dst_uv += obj_image->image.pitches[1];
1055 unsigned char *source_y, *src_uv, *dst_y, *dst_uv; local
1222 unsigned short *source_uv, *dst_uv; local
    [all...]

Completed in 80 milliseconds