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

  /external/libvpx/libvpx/third_party/libyuv/source/
convert_from.cc 367 uint8* dst_uv, int dst_stride_uv,
370 void (*MergeUVRow_)(const uint8* src_u, const uint8* src_v, uint8* dst_uv,
375 if (!src_y || !src_u || !src_v || !dst_y || !dst_uv ||
384 dst_uv = dst_uv + (halfheight - 1) * dst_stride_uv;
430 MergeUVRow_(src_u, src_v, dst_uv, halfwidth);
433 dst_uv += dst_stride_uv;
1234 uint8* dst_uv = dst_sample + width * height; local
    [all...]
  /external/libyuv/files/source/
convert_from.cc 367 uint8* dst_uv, int dst_stride_uv,
370 void (*MergeUVRow_)(const uint8* src_u, const uint8* src_v, uint8* dst_uv,
375 if (!src_y || !src_u || !src_v || !dst_y || !dst_uv ||
384 dst_uv = dst_uv + (halfheight - 1) * dst_stride_uv;
430 MergeUVRow_(src_u, src_v, dst_uv, halfwidth);
433 dst_uv += dst_stride_uv;
1053 uint8* dst_uv = dst_sample + width * height; local
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/h264/
h264_video_toolbox_encoder.cc 138 uint8_t* dst_uv = reinterpret_cast<uint8_t*>( local
146 dst_stride_y, dst_uv, dst_stride_uv, frame.width(), frame.height());
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformatenc_preview.c 967 guint8 *dst_uv; local
1037 dst_uv = pvbuf + image->offsets[1];
1041 dst_uv [j] = inbuf [width * height + i * width / 2 + j / 2];
1042 dst_uv [j + 1] =
1045 dst_uv += image->pitches[1];
    [all...]
mixvideoformatenc_h264.c 1366 guint8 *dst_uv; local
    [all...]
mixvideoformatenc_mpeg4.c 1302 guint8 *dst_uv; local
    [all...]
  /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 911 unsigned char *src_y, *src_uv, *dst_y, *dst_uv; local
958 dst_uv = image_data + obj_image->image.offsets[1];
961 memcpy(dst_uv, src_uv, width);
962 dst_uv += obj_image->image.pitches[1];
1056 unsigned char *source_y, *src_uv, *dst_y, *dst_uv; local
1223 unsigned short *source_uv, *dst_uv; local
    [all...]

Completed in 774 milliseconds