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

  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_atarigl.c 684 int y, srcpitch, dstpitch; local
688 srcpitch = surface->w * gl_pixelsize;
692 srcline += (surface->h-1)*srcpitch;
693 srcpitch = -srcpitch;
697 SDL_memcpy(dstline, srcline, srcpitch);
699 srcline += srcpitch;
706 int x,y, srcpitch, dstpitch; local
711 srcpitch = surface->w * gl_pixelsize;
715 srcline += (surface->h-1)*srcpitch;
738 int x,y, srcpitch, dstpitch; local
771 int x,y, srcpitch, dstpitch; local
802 int x,y, srcpitch, dstpitch; local
836 int x,y, srcpitch, dstpitch; local
870 int x,y, srcpitch, dstpitch; local
904 int x,y, srcpitch, dstpitch; local
938 int x,y, srcpitch, dstpitch; local
972 int x,y, srcpitch, dstpitch; local
    [all...]
SDL_ataric2p_s.h 39 Uint32 srcpitch, /* Length of one source line in bytes */
53 Uint32 srcpitch, /* Length of one source line in bytes */
67 Uint32 srcpitch, /* Length of one source line in bytes */
  /external/opencore/codecs_v2/video/avc_h264/dec/src/
avcdec_lib.h 166 void ChromaDiagonalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy,
169 void ChromaHorizontalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy,
172 void ChromaVerticalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy,
175 void ChromaFullMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy,
178 void ChromaVerticalMC2_SIMD(uint8 *pRef, int srcPitch, int dx, int dy,
181 void ChromaHorizontalMC2_SIMD(uint8 *pRef, int srcPitch, int dx, int dy,
184 void ChromaDiagonalMC2_SIMD(uint8 *pRef, int srcPitch, int dx, int dy,
pred_inter.cpp     [all...]
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
avcdec_lib.h 166 void ChromaDiagonalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy,
169 void ChromaHorizontalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy,
172 void ChromaVerticalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy,
175 void ChromaFullMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy,
178 void ChromaVerticalMC2_SIMD(uint8 *pRef, int srcPitch, int dx, int dy,
181 void ChromaHorizontalMC2_SIMD(uint8 *pRef, int srcPitch, int dx, int dy,
184 void ChromaDiagonalMC2_SIMD(uint8 *pRef, int srcPitch, int dx, int dy,
pred_inter.cpp     [all...]
  /external/opencore/codecs_v2/utilities/colorconvert/src/
ccyuv420semiplnrtoyuv420plnr.cpp 45 int32 CCYUV420SEMItoYUV420:: Init(int32 SrcWidth, int32 SrcHeight, int32 SrcPitch, int32 DstWidth, int32 DstHeight, int32 DstPitch, int32 nRotation)
63 if (SrcPitch != SrcWidth) // not support source cropping
71 _mSrc_pitch = SrcPitch;
ccyuv422toyuv420.cpp 45 int32 CCYUV422toYUV420:: Init(int32 SrcWidth, int32 SrcHeight, int32 SrcPitch, int32 DstWidth, int32 DstHeight, int32 DstPitch, int32 nRotation)
64 if (SrcPitch != SrcWidth) // not support source cropping
72 _mSrc_pitch = SrcPitch;
  /external/opencore/codecs_v2/video/avc_h264/enc/src/
motion_comp.cpp     [all...]
avcenc_lib.h 459 void eChromaDiagonalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy,
462 void eChromaHorizontalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy,
465 void eChromaVerticalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy,
468 void eChromaFullMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy,
471 void eChromaVerticalMC2_SIMD(uint8 *pRef, int srcPitch, int dx, int dy,
474 void eChromaHorizontalMC2_SIMD(uint8 *pRef, int srcPitch, int dx, int dy,
477 void eChromaDiagonalMC2_SIMD(uint8 *pRef, int srcPitch, int dx, int dy,
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgximage.c 661 // D(bug("Rectblit addr: %lx pitch: %ld rects:%ld srcptr: %lx srcpitch: %ld\n",bm_address,destpitch,numrects,this->screen->pixels,this->screen->pitch));
880 // D(bug("addr: %lx pitch: %ld src:%lx srcpitch: %ld\n",dest,destpitch,this->screen->pixels,this->screen->pitch));
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbvideo.c     [all...]

Completed in 84 milliseconds