Home
last modified time | relevance | path

Searched defs:src_height (Results 1 - 20 of 20) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/va/
H A Dsubpicture.c170 vlVaAssociateSubpicture(VADriverContextP ctx, VASubpictureID subpicture, VASurfaceID *target_surfaces, int num_surfaces, short src_x, short src_y, unsigned short src_width, unsigned short src_height, short dest_x, short dest_y, unsigned short dest_width, unsigned short dest_height, unsigned int flags) vlVaAssociateSubpicture() argument
H A Dimage.c610 vlVaPutImage(VADriverContextP ctx, VASurfaceID surface, VAImageID image, int src_x, int src_y, unsigned int src_width, unsigned int src_height, int dest_x, int dest_y, unsigned int dest_width, unsigned int dest_height) vlVaPutImage() argument
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dpicture_rescale_enc.c167 RescalePlane(const uint8_t* src, int src_width, int src_height, int src_stride, uint8_t* dst, int dst_width, int dst_height, int dst_stride, rescaler_t* const work, int num_channels) RescalePlane() argument
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Drescaler_utils.c85 int WebPRescalerGetScaledDimensions(int src_width, int src_height, in WebPRescalerGetScaledDimensions() argument
24 WebPRescalerInit(WebPRescaler* const rescaler, int src_width, int src_height, uint8_t* const dst, int dst_width, int dst_height, int dst_stride, int num_channels, rescaler_t* const work) WebPRescalerInit() argument
[all...]
H A Drescaler_utils.h41 int src_width, src_height; // source dimensions member
/third_party/ffmpeg/libavfilter/
H A Dvf_yadif_cuda.c57 call_kernel(AVFilterContext *ctx, CUfunction func, CUdeviceptr prev, CUdeviceptr cur, CUdeviceptr next, CUarray_format format, int channels, int src_width, int src_height, int src_pitch, CUdeviceptr dst, int dst_width, int dst_height, int dst_pitch, int parity, int tff) call_kernel() argument
H A Dvf_thumbnail_cuda.c159 thumbnail_kernel(AVFilterContext *ctx, CUfunction func, int channels, int *histogram, uint8_t *src_dptr, int src_width, int src_height, int src_pitch, int pixel_size) thumbnail_kernel() argument
H A Dvf_scale_cuda.c404 call_resize_kernel(AVFilterContext *ctx, CUfunction func, CUtexObject src_tex[4], int src_width, int src_height, AVFrame *out_frame, int dst_width, int dst_height, int dst_pitch) call_resize_kernel() argument
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_blt.c248 uint32_t src_width = src_box->width, src_height = src_box->height; in crocus_emit_blt() local
/third_party/mesa3d/src/gallium/frontends/xa/
H A Dxa_renderer.c473 renderer_copy(struct xa_context *r, int dx, int dy, int sx, int sy, int width, int height, float src_width, float src_height) renderer_copy() argument
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_copyimage.c638 st_CopyImageSubData(struct gl_context *ctx, struct gl_texture_image *src_image, struct gl_renderbuffer *src_renderbuffer, int src_x, int src_y, int src_z, struct gl_texture_image *dst_image, struct gl_renderbuffer *dst_renderbuffer, int dst_x, int dst_y, int dst_z, int src_width, int src_height) st_CopyImageSubData() argument
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_blit.c249 uint32_t src_height = radv_minify(src_iview->image->info.height, src_iview->vk.base_mip_level); in meta_emit_blit() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_test_image_copy_region.c782 int src_width, src_height, src_depth, dst_width, dst_height, dst_depth; in si_test_blit() local
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dtexcompress_bptc_tmp.h657 decompress_rgba_unorm_block(int src_width, int src_height, in decompress_rgba_unorm_block() argument
1034 decompress_rgb_float_block(unsigned src_width, unsigned src_height, in decompress_rgb_float_block() argument
1300 write_rgb_indices_unorm(struct bit_writer *writer, int src_width, int src_height, const uint8_t *src, int src_rowstride, uint8_t endpoints[][4]) write_rgb_indices_unorm() argument
1356 write_alpha_indices_unorm(struct bit_writer *writer, int src_width, int src_height, const uint8_t *src, int src_rowstride, uint8_t endpoints[][4]) write_alpha_indices_unorm() argument
1401 compress_rgba_unorm_block(int src_width, int src_height, const uint8_t *src, int src_rowstride, uint8_t *dst) compress_rgba_unorm_block() argument
1583 write_rgb_indices_float(struct bit_writer *writer, int src_width, int src_height, const float *src, int src_rowstride, float endpoints[][3]) write_rgb_indices_float() argument
1669 compress_rgb_float_block(int src_width, int src_height, const float *src, int src_rowstride, uint8_t *dst, bool is_signed) compress_rgb_float_block() argument
[all...]
H A Dtexcompress_etc.c138 _mesa_etc1_unpack_rgba8888(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned src_width, unsigned src_height) _mesa_etc1_unpack_rgba8888() argument
1216 _mesa_unpack_etc2_format(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned src_width, unsigned src_height, mesa_format format, bool bgra) _mesa_unpack_etc2_format() argument
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_clear_blit.c1720 uint32_t src_height = info->bufferImageHeight ?: extent.height; in tu_copy_buffer_to_image() local
/third_party/mesa3d/src/intel/blorp/
H A Dblorp_blit.c2855 blorp_copy(struct blorp_batch *batch, const struct blorp_surf *src_surf, unsigned src_level, unsigned src_layer, const struct blorp_surf *dst_surf, unsigned dst_level, unsigned dst_layer, uint32_t src_x, uint32_t src_y, uint32_t dst_x, uint32_t dst_y, uint32_t src_width, uint32_t src_height) blorp_copy() argument
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_blitter.c2060 int src_height = u_minify(src_height0, src->u.tex.first_level); in util_blitter_blit_generic() local
/third_party/libdrm/include/drm/
H A Di915_drm.h1374 __u16 src_height; member
/third_party/mesa3d/include/drm-uapi/
H A Di915_drm.h1806 __u16 src_height; member

Completed in 37 milliseconds