HomeSort by relevance Sort by last modified time
    Searched refs:dst_format (Results 1 - 25 of 49) sorted by null

1 2

  /external/mesa3d/src/gallium/tests/unit/
u_format_compatible_test.c 39 enum pipe_format dst_format; local
48 for (dst_format = 1; dst_format < PIPE_FORMAT_COUNT; ++dst_format) {
50 dst_format_desc = util_format_description(dst_format);
55 if (dst_format == src_format) {
  /system/media/audio_utils/include/audio_utils/
format.h 32 * \param dst_format Destination buffer format
39 * 1) One of src_format or dst_format is AUDIO_FORMAT_PCM_16_BIT or
54 * 2) Both dst_format and src_format are identical and of the list given
63 void memcpy_by_audio_format(void *dst, audio_format_t dst_format,
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_pixel_read.c 97 const mesa_format dst_format = gl_format_and_type_to_mesa_format(format, type); local
108 if (dst_format == MESA_FORMAT_NONE ||
109 !radeon->vtbl.check_blit(dst_format, rrb->pitch / rrb->cpp) || !radeon->vtbl.blit) {
132 aligned_rowstride = get_texture_image_row_stride(radeon, dst_format, dst_rowstride, 0, GL_TEXTURE_2D);
133 dst_rowstride *= _mesa_get_format_bytes(dst_format);
136 dst_imagesize = get_texture_image_size(dst_format,
169 dst_format,
170 aligned_rowstride / _mesa_get_format_bytes(dst_format),
radeon_blit.c 170 uint32_t dst_format = 0; local
180 dst_format = RADEON_COLOR_FORMAT_ARGB8888;
184 dst_format = RADEON_COLOR_FORMAT_RGB565;
188 dst_format = RADEON_COLOR_FORMAT_ARGB4444;
192 dst_format = RADEON_COLOR_FORMAT_ARGB1555;
197 dst_format = RADEON_COLOR_FORMAT_RGB8;
215 OUT_BATCH_REGVAL(RADEON_RB3D_CNTL, dst_format);
  /system/media/audio_utils/
format.c 25 void memcpy_by_audio_format(void *dst, audio_format_t dst_format,
29 if (dst_format == src_format) {
30 switch (dst_format) {
37 memcpy(dst, src, count * audio_bytes_per_sample(dst_format));
43 switch (dst_format) {
151 src_format, dst_format);
  /external/mesa3d/src/mesa/state_tracker/
st_cb_readpixels.c 98 enum pipe_format src_format, enum pipe_format dst_format,
115 if (!screen->is_format_supported(screen, dst_format, PIPE_BUFFER, 0,
119 desc = util_format_description(dst_format);
200 image.format = dst_format;
235 void *fs = st_pbo_get_download_fs(st, view_target, src_format, dst_format);
270 enum pipe_format src_format, enum pipe_format dst_format)
288 dst_templ.format = dst_format;
289 if (util_format_is_depth_or_stencil(dst_format))
339 enum pipe_format src_format, enum pipe_format dst_format)
349 st->readpix_cache.dst_format != dst_format |
417 enum pipe_format dst_format, src_format; local
    [all...]
st_pbo.h 90 enum pipe_format dst_format);
95 enum pipe_format dst_format);
st_cb_texture.c 1366 enum pipe_format src_format, dst_format; local
1831 enum pipe_format dst_format, src_format; local
2285 enum pipe_format dst_format; local
    [all...]
st_pbo.c 552 get_pbo_conversion(enum pipe_format src_format, enum pipe_format dst_format)
555 if (util_format_is_pure_sint(dst_format))
558 if (util_format_is_pure_uint(dst_format))
568 enum pipe_format dst_format)
572 enum st_pbo_conversion conversion = get_pbo_conversion(src_format, dst_format);
583 enum pipe_format dst_format)
588 enum st_pbo_conversion conversion = get_pbo_conversion(src_format, dst_format);
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_pixel_draw.c 80 mesa_format dst_format = irb->mt->format; local
84 dst_format = _mesa_get_srgb_format_linear(dst_format);
86 if (!intel_miptree_blit_compatible_formats(src_format, dst_format)) {
brw_blorp.h 43 mesa_format dst_format,
brw_blorp.c 353 mesa_format dst_format,
377 if (!encode_srgb && _mesa_get_format_color_encoding(dst_format) == GL_SRGB)
378 dst_format = _mesa_get_srgb_format_linear(dst_format);
392 (dst_format == MESA_FORMAT_L_FLOAT32 ||
393 dst_format == MESA_FORMAT_I_FLOAT32)) {
394 src_format = dst_format = MESA_FORMAT_R_FLOAT32;
402 if (dst_format == dst_mt->format) {
426 brw_blorp_to_isl_format(brw, dst_format, true),
491 struct intel_renderbuffer *dst_irb, mesa_format dst_format,
    [all...]
  /external/mesa3d/src/mesa/main/
pack.h 90 GLvoid *dstAddr, GLenum dst_format,
95 GLvoid *dstAddr, GLenum dst_format,
format_utils.c 250 * \param dst_format The destination color format. It can be a mesa_format
267 _mesa_format_convert(void *void_dst, uint32_t dst_format, size_t dst_stride,
295 if (_mesa_format_is_mesa_array_format(dst_format)) {
297 dst_array_format = dst_format;
299 assert(_mesa_is_format_color_format(dst_format));
301 dst_array_format = _mesa_format_to_array_format(dst_format);
351 _mesa_pack_float_rgba_row(dst_format, width,
358 assert(!_mesa_is_format_integer_color(dst_format));
360 if (dst_format == MESA_FORMAT_B8G8R8A8_UNORM) {
366 _mesa_pack_ubyte_rgba_row(dst_format, width
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-lib2d-interface/inc/
mm_lib2d.h 146 * Description: Initialization function for Lib2D. src_format, dst_format
152 * dst_format - Destination surface format
165 cam_format_t dst_format, void **lib2d_obj_handle);
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-lib2d-interface/inc/
mm_lib2d.h 145 * Description: Initialization function for Lib2D. src_format, dst_format
151 * dst_format - Destination surface format
164 cam_format_t dst_format, void **lib2d_obj_handle);
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_blit.c 319 uint32_t dst_format = 0; local
331 dst_format = RADEON_COLOR_FORMAT_ARGB8888;
335 dst_format = RADEON_COLOR_FORMAT_RGB565;
339 dst_format = RADEON_COLOR_FORMAT_ARGB4444;
343 dst_format = RADEON_COLOR_FORMAT_ARGB1555;
348 dst_format = RADEON_COLOR_FORMAT_RGB8;
367 OUT_BATCH_REGVAL(RADEON_RB3D_CNTL, dst_format);
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_audio.h 201 SDL_AudioFormat dst_format; /**< Target audio format */ member in struct:SDL_AudioCVT
440 SDL_AudioFormat dst_format,
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_audio.h 201 SDL_AudioFormat dst_format; /**< Target audio format */ member in struct:SDL_AudioCVT
440 SDL_AudioFormat dst_format,
  /prebuilts/misc/windows/sdl2/include/
SDL_audio.h 201 SDL_AudioFormat dst_format; /**< Target audio format */ member in struct:SDL_AudioCVT
440 SDL_AudioFormat dst_format,
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_audio.h 201 SDL_AudioFormat dst_format; /**< Target audio format */ member in struct:SDL_AudioCVT
440 SDL_AudioFormat dst_format,
  /external/mesa3d/src/gallium/auxiliary/util/
u_blit.c 340 enum pipe_format dst_format)
342 if (src_format == dst_format) {
349 util_format_description(dst_format);
378 enum pipe_format src_format, dst_format; local
400 dst_format = util_format_linear(dst->texture->format);
430 if (formats_compatible(src_format, dst_format) &&
467 info.dst.format = dst_format;
  /device/google/marlin/camera/QCamera2/stack/mm-lib2d-interface/src/
mm_lib2d.c 262 * Description: Initialization function for Lib2D. src_format, dst_format
268 * dst_format - Destination surface format
281 cam_format_t dst_format, void **my_obj)
292 // validate src_format, dst_format to check whether we support these.
295 (dst_format != CAM_FORMAT_8888_ARGB)) {
297 src_format, dst_format);
380 (void *)&dst_format);
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-lib2d-interface/src/
mm_lib2d.c 264 * Description: Initialization function for Lib2D. src_format, dst_format
270 * dst_format - Destination surface format
284 cam_format_t dst_format, void **my_obj)
295 // validate src_format, dst_format to check whether we support these.
298 (dst_format != CAM_FORMAT_8888_ARGB)) {
300 src_format, dst_format);
383 (void *)&dst_format);
  /external/pdfium/core/fxge/dib/
fx_dib_convert.cpp 422 bool ConvertBuffer_1bppMask2Rgb(FXDIB_Format dst_format,
430 int comps = (dst_format & 0xff) / 8;
453 bool ConvertBuffer_8bppMask2Rgb(FXDIB_Format dst_format,
461 int comps = (dst_format & 0xff) / 8;
477 bool ConvertBuffer_1bppPlt2Rgb(FXDIB_Format dst_format,
485 int comps = (dst_format & 0xff) / 8;
529 bool ConvertBuffer_8bppPlt2Rgb(FXDIB_Format dst_format,
537 int comps = (dst_format & 0xff) / 8;

Completed in 713 milliseconds

1 2