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

  /hardware/samsung_slsi/exynos5/libcsc/
csc.c 103 CSC_FORMAT src_format; member in struct:_CSC_HANDLE
125 handle->src_format.width,
126 handle->src_format.height);
134 handle->src_format.width,
135 handle->src_format.height);
157 handle->src_format.width,
158 handle->src_format.height);
163 handle->src_format.width,
164 handle->src_format.height / 2);
171 handle->src_format.width
    [all...]
  /hardware/qcom/media/mm-video/vidc/common/inc/
vidc_color_converter.h 49 ColorConvertFormat src_format; member in class:omx_c2d_conv
  /hardware/qcom/media/mm-video/vidc/common/src/
vidc_color_converter.cpp 45 src_format = NV12_2K;
97 src_format = src;
133 if(src_format == NV12_2K) {
135 } else if(src_format == RGBA8888) {
  /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,
  /external/qemu/distrib/sdl-1.2.15/src/audio/mint/
SDL_mintaudio.c 74 if ( audio->convert.src_format == AUDIO_U8 ) {
  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_audiocvt.c 1318 cvt->filters[0](cvt, cvt->src_format);
1328 Uint16 src_format, Uint8 src_channels, int src_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) ) {
    [all...]
SDL_audio.c 145 if ( audio->convert.src_format == AUDIO_U8 ) {
SDL_mixer.c 103 format = current_audio->convert.src_format;
  /hardware/qcom/media/mm-video/vidc/venc/inc/
omx_video_base.h 179 ColorConvertFormat src_format; member in class:omx_video::omx_c2d_conv
  /hardware/qcom/media/mm-video/vidc/venc/src/
omx_video_base.cpp     [all...]

Completed in 947 milliseconds