HomeSort by relevance Sort by last modified time
    Searched full:dst_width (Results 1 - 3 of 3) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_stretch.c 179 int dst_width; local
253 dst_width = dstrect->w*bpp;
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_linear.c 56 int src_endian, dst_endian, sign, src_width, dst_width; local
74 dst_width = snd_pcm_format_width(dst_format) / 8 - 1;
76 return src_width * 32 + src_endian * 16 + sign * 8 + dst_width * 2 + dst_endian;
  /frameworks/base/media/libstagefright/codecs/avc/common/src/
deblock.cpp 117 int i, j, dst_width, dst_height, dst_widthc, dst_heightc; local
213 dst_width = 20;
218 dst_width = 16;
227 dst_width = 12;
234 memcpy(curL, pred_block, dst_width);
    [all...]

Completed in 127 milliseconds