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

  /hardware/samsung_slsi/exynos5/libcsc/
csc.c 102 CSC_FORMAT dst_format; member in struct:_CSC_HANDLE
118 switch (handle->dst_format.color_format) {
152 switch (handle->dst_format.color_format) {
194 switch (handle->dst_format.color_format) {
232 switch (handle->dst_format.color_format) {
305 dst_omx_format = hal_2_omx_pixel_format(handle->dst_format.color_format);
310 handle->dst_format.width,
311 handle->dst_format.height,
448 ALIGN(csc_handle->dst_format.width, GSCALER_IMG_ALIGN),
449 ALIGN(csc_handle->dst_format.height, GSCALER_IMG_ALIGN)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_BuildAudioCVT.3 8 \fBint \fBSDL_BuildAudioCVT\fP\fR(\fBSDL_AudioCVT *cvt, Uint16 src_format, Uint8 src_channels, int src_rate, Uint16 dst_format, Uint8 dst_channels, int dst_rate\fR);
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlbuildaudiocvt.html 109 >(SDL_AudioCVT *cvt, Uint16 src_format, Uint8 src_channels, int src_rate, Uint16 dst_format, Uint8 dst_channels, int dst_rate);</CODE
139 >dst_format</I
  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_audiocvt.c 1329 Uint16 dst_format, Uint8 dst_channels, int dst_rate)
1332 src_format, dst_format, src_channels, dst_channels, src_rate, dst_rate);*/
1341 if ( (src_format & 0x1000) != (dst_format & 0x1000)
1342 && ((src_format & 0xff) == 16) && ((dst_format & 0xff) == 16)) {
1347 if ( (src_format & 0x8000) != (dst_format & 0x8000) ) {
1352 if ( (src_format & 0xFF) != (dst_format & 0xFF) ) {
1353 switch (dst_format&0x10FF) {
    [all...]
  /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/libhwc/
hwc.cpp 1417 int dst_format = HAL_PIXEL_FORMAT_BGRA_8888; local
    [all...]

Completed in 373 milliseconds