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

  /external/qemu/distrib/sdl-1.2.15/include/
SDL_audio.h 129 Uint16 dst_format; /**< Target audio format */ member in struct:SDL_AudioCVT
236 Uint16 dst_format, Uint8 dst_channels, int dst_rate);
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_audio.h 129 Uint16 dst_format; /**< Target audio format */ member in struct:SDL_AudioCVT
236 Uint16 dst_format, Uint8 dst_channels, int dst_rate);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_audio.h 129 Uint16 dst_format; /**< Target audio format */ member in struct:SDL_AudioCVT
236 Uint16 dst_format, Uint8 dst_channels, int dst_rate);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_audio.h 129 Uint16 dst_format; /**< Target audio format */ member in struct:SDL_AudioCVT
236 Uint16 dst_format, Uint8 dst_channels, int dst_rate);
  /hardware/samsung_slsi/exynos5/libcsc/
csc.c 94 CSC_FORMAT dst_format; member in struct:_CSC_HANDLE
110 switch (handle->dst_format.color_format) {
144 switch (handle->dst_format.color_format) {
186 switch (handle->dst_format.color_format) {
224 switch (handle->dst_format.color_format) {
297 dst_omx_format = hal_2_omx_pixel_format(handle->dst_format.color_format);
302 handle->dst_format.width,
303 handle->dst_format.height,
406 ALIGN(csc_handle->dst_format.width, GSCALER_IMG_ALIGN),
407 ALIGN(csc_handle->dst_format.height, GSCALER_IMG_ALIGN)
    [all...]
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp 1375 int dst_format = HAL_PIXEL_FORMAT_BGRA_8888; local
    [all...]

Completed in 488 milliseconds