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

  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fb3dfx.c 98 Uint32 src_format; local
117 src_format = src->pitch | ((bpp+((bpp==8) ? 0 : 8)) << 13);
151 tdfx_out32(SRCFORMAT, src_format);
153 tdfx_out32(DSTFORMAT, src_format);
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_audio.h 128 Uint16 src_format; /**< Source audio format */ member in struct:SDL_AudioCVT
235 Uint16 src_format, Uint8 src_channels, int src_rate,
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_audio.h 128 Uint16 src_format; /**< Source audio format */ member in struct:SDL_AudioCVT
235 Uint16 src_format, Uint8 src_channels, int src_rate,
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_audio.h 128 Uint16 src_format; /**< Source audio format */ member in struct:SDL_AudioCVT
235 Uint16 src_format, Uint8 src_channels, int src_rate,
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_audio.h 128 Uint16 src_format; /**< Source audio format */ member in struct:SDL_AudioCVT
235 Uint16 src_format, Uint8 src_channels, int src_rate,
  /hardware/samsung_slsi/exynos5/libcsc/
csc.c 95 CSC_FORMAT src_format; member in struct:_CSC_HANDLE
117 handle->src_format.width,
118 handle->src_format.height);
126 handle->src_format.width,
127 handle->src_format.height);
149 handle->src_format.width,
150 handle->src_format.height);
155 handle->src_format.width,
156 handle->src_format.height / 2);
163 handle->src_format.width
    [all...]

Completed in 74 milliseconds