Home
last modified time | relevance | path

Searched refs:dst_field (Results 1 – 25 of 90) sorted by relevance

1234

/dports/multimedia/gmerlin/gmerlin-1.2.0/plugins/videofilters/
H A Dfv_interlace.c48 gavl_video_frame_t * dst_field; member
60 ret->dst_field = gavl_video_frame_create(NULL); in create_interlace()
72 gavl_video_frame_null(vp->dst_field); in destroy_interlace()
75 gavl_video_frame_destroy(vp->dst_field); in destroy_interlace()
207 vp->dst_field, field); in read_video_interlace()
209 gavl_video_frame_copy(&vp->field_format[field], vp->dst_field, vp->src_field); in read_video_interlace()
233 vp->dst_field, field); in read_video_interlace()
234 gavl_video_frame_copy(&vp->field_format[field], vp->dst_field, vp->src_field); in read_video_interlace()
/dports/graphics/py-gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/
H A Dgdal_polygonize.py56 dst_field = -1
198 dst_field = 0
201 dst_field = dst_layer.GetLayerDefn().GetFieldIndex(dst_fieldname)
202 if dst_field < 0:
214 result = gdal.Polygonize(srcband, maskband, dst_layer, dst_field, options,
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/
H A Dgdal_polygonize.py56 dst_field = -1
198 dst_field = 0
201 dst_field = dst_layer.GetLayerDefn().GetFieldIndex(dst_fieldname)
202 if dst_field < 0:
214 result = gdal.Polygonize(srcband, maskband, dst_layer, dst_field, options,
/dports/graphics/gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/
H A Dgdal_polygonize.py56 dst_field = -1
198 dst_field = 0
201 dst_field = dst_layer.GetLayerDefn().GetFieldIndex(dst_fieldname)
202 if dst_field < 0:
214 result = gdal.Polygonize(srcband, maskband, dst_layer, dst_field, options,
/dports/multimedia/lives/lives-3.2.0/src/
H A Dlsd.h583 (*_lsd_memcpy)(*(void **)dst_field, src_field, bsize); in _lsd_auto_copy()
594 char **cptr = (char **)dst_field; in _lsd_auto_copy()
623 (*_lsd_memset)(dst_field, 0, bsize); in _lsd_auto_copy()
626 *((char **)dst_field) = NULL; in _lsd_auto_copy()
668 (*(char ** *)dst_field) = dptr; in _lsd_auto_copy()
722 (*(void **)dst_field) = dptr; in _lsd_auto_copy()
759 *((char **)dst_field) = (char *)newarea; in _lsd_auto_copy()
864 char *dst_field, *src_field; in _lsd_struct_copy() local
920 _lsd_auto_copy(dst_field, src_field, spcf, lsd); in _lsd_struct_copy()
938 spcf->name, dst_field, src_field); in _lsd_struct_copy()
[all …]
/dports/devel/directfb/DirectFB-1.4.17/gfxdrivers/matrox/
H A Dmatrox.c1310 int src_field, dst_field; in matroxBlit2D_Old_F() local
1313 dst_field = dy & 1; in matroxBlit2D_Old_F()
1544 int src_field, dst_field; in matroxBlit2D_F() local
1547 dst_field = dy & 1; in matroxBlit2D_F()
1589 dst_field = dy & 1; in matroxBlit2D_2P_F()
1669 dst_field = dy & 1; in matroxBlit2D_3P_F()
1776 dst_field = dy & 1; in matroxBlit2D_422_F()
2159 int src_field, dst_field; in matroxBlitTMU_F() local
2162 dst_field = drect->y & 1; in matroxBlitTMU_F()
2247 dst_field = drect->y & 1; in matroxStretchBlit_2P_F()
[all …]
/dports/multimedia/gavl/gavl-1.4.0/gavl/
H A Dscale.c415 if((scaler->dst_fields == 2) && (!scaler->dst_field)) in gavl_video_scaler_init()
416 scaler->dst_field = gavl_video_frame_create(NULL); in gavl_video_scaler_init()
544 if((scaler->dst_fields == 2) && (!scaler->dst_field)) in gavl_video_scaler_init_convolve()
545 scaler->dst_field = gavl_video_frame_create(NULL); in gavl_video_scaler_init_convolve()
632 gavl_video_frame_get_field(s->dst_format.pixelformat, s->dst, s->dst_field, 0); in gavl_video_scaler_scale()
636 gavl_video_scale_context_scale(&s->contexts[0][i], s->src_field, s->dst_field); in gavl_video_scaler_scale()
641 gavl_video_frame_get_field(s->dst_format.pixelformat, s->dst, s->dst_field, 1); in gavl_video_scaler_scale()
645 gavl_video_scale_context_scale(&s->contexts[1][i], s->src_field, s->dst_field); in gavl_video_scaler_scale()
H A Ddeinterlace.c40 ret->dst_field = gavl_video_frame_create(NULL); in gavl_video_deinterlacer_create()
47 gavl_video_frame_destroy(d->dst_field); in gavl_video_deinterlacer_destroy()
H A Dscale_context.c343 float get_scale_offset(int src_field, int dst_field, in get_scale_offset() argument
365 src_field, dst_field, in get_scale_offset()
402 if(dst_field == src_field) in get_scale_offset()
404 if(!dst_field) /* Top field -> Top field */ in get_scale_offset()
439 int src_field, int dst_field, in gavl_video_scale_context_init() argument
460 src_field, dst_field, plane); in gavl_video_scale_context_init()
527 gavl_video_format_get_chroma_offset(dst_format, dst_field, plane, in gavl_video_scale_context_init()
534 offset_y = get_scale_offset(src_field, dst_field, src_fields, dst_fields, in gavl_video_scale_context_init()
939 src_field, dst_field, plane); in gavl_video_scale_context_init_convolve()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/auxiliary/util/
H A Du_video.h139 int dst_plane, int dst_field, in u_copy_nv12_from_yv12() argument
147 uint8_t *u_src = (uint8_t *)source_data[2] + source_pitches[2] * dst_field; in u_copy_nv12_from_yv12()
148 uint8_t *v_src = (uint8_t *)source_data[1] + source_pitches[1] * dst_field; in u_copy_nv12_from_yv12()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/auxiliary/util/
H A Du_video.h139 int dst_plane, int dst_field, in u_copy_nv12_from_yv12() argument
147 uint8_t *u_src = (uint8_t *)source_data[2] + source_pitches[2] * dst_field; in u_copy_nv12_from_yv12()
148 uint8_t *v_src = (uint8_t *)source_data[1] + source_pitches[1] * dst_field; in u_copy_nv12_from_yv12()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/auxiliary/util/
H A Du_video.h139 int dst_plane, int dst_field, in u_copy_nv12_from_yv12() argument
147 uint8_t *u_src = (uint8_t *)source_data[2] + source_pitches[2] * dst_field; in u_copy_nv12_from_yv12()
148 uint8_t *v_src = (uint8_t *)source_data[1] + source_pitches[1] * dst_field; in u_copy_nv12_from_yv12()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/auxiliary/util/
H A Du_video.h139 int dst_plane, int dst_field, in u_copy_nv12_from_yv12() argument
147 uint8_t *u_src = (uint8_t *)source_data[2] + source_pitches[2] * dst_field; in u_copy_nv12_from_yv12()
148 uint8_t *v_src = (uint8_t *)source_data[1] + source_pitches[1] * dst_field; in u_copy_nv12_from_yv12()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/auxiliary/util/
H A Du_video.h139 int dst_plane, int dst_field, in u_copy_nv12_from_yv12() argument
147 uint8_t *u_src = (uint8_t *)source_data[2] + source_pitches[2] * dst_field; in u_copy_nv12_from_yv12()
148 uint8_t *v_src = (uint8_t *)source_data[1] + source_pitches[1] * dst_field; in u_copy_nv12_from_yv12()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/auxiliary/util/
H A Du_video.h139 int dst_plane, int dst_field, in u_copy_nv12_from_yv12() argument
147 uint8_t *u_src = (uint8_t *)source_data[2] + source_pitches[2] * dst_field; in u_copy_nv12_from_yv12()
148 uint8_t *v_src = (uint8_t *)source_data[1] + source_pitches[1] * dst_field; in u_copy_nv12_from_yv12()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/auxiliary/util/
H A Du_video.h139 int dst_plane, int dst_field, in u_copy_nv12_from_yv12() argument
147 uint8_t *u_src = (uint8_t *)source_data[2] + source_pitches[2] * dst_field; in u_copy_nv12_from_yv12()
148 uint8_t *v_src = (uint8_t *)source_data[1] + source_pitches[1] * dst_field; in u_copy_nv12_from_yv12()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/auxiliary/util/
H A Du_video.h139 int dst_plane, int dst_field, in u_copy_nv12_from_yv12() argument
147 uint8_t *u_src = (uint8_t *)source_data[2] + source_pitches[2] * dst_field; in u_copy_nv12_from_yv12()
148 uint8_t *v_src = (uint8_t *)source_data[1] + source_pitches[1] * dst_field; in u_copy_nv12_from_yv12()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/auxiliary/util/
H A Du_video.h139 int dst_plane, int dst_field, in u_copy_nv12_from_yv12() argument
147 uint8_t *u_src = (uint8_t *)source_data[2] + source_pitches[2] * dst_field; in u_copy_nv12_from_yv12()
148 uint8_t *v_src = (uint8_t *)source_data[1] + source_pitches[1] * dst_field; in u_copy_nv12_from_yv12()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/auxiliary/util/
H A Du_video.h136 int dst_plane, int dst_field, in u_copy_nv12_from_yv12() argument
144 uint8_t *u_src = (uint8_t *)source_data[2] + source_pitches[2] * dst_field; in u_copy_nv12_from_yv12()
145 uint8_t *v_src = (uint8_t *)source_data[1] + source_pitches[1] * dst_field; in u_copy_nv12_from_yv12()
/dports/lang/clover/mesa-21.3.6/src/gallium/auxiliary/util/
H A Du_video.h139 int dst_plane, int dst_field, in u_copy_nv12_from_yv12() argument
147 uint8_t *u_src = (uint8_t *)source_data[2] + source_pitches[2] * dst_field; in u_copy_nv12_from_yv12()
148 uint8_t *v_src = (uint8_t *)source_data[1] + source_pitches[1] * dst_field; in u_copy_nv12_from_yv12()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/innobase/api/
H A Dapi0api.cc1468 dfield_t* dst_field; in ib_cursor_insert_row() local
1495 if (dst_field->len != IB_SQL_NULL) { in ib_cursor_insert_row()
1497 dst_field->len); in ib_cursor_insert_row()
2966 dfield_t* dst_field; in ib_tuple_get_cluster_key() local
2979 dst_field->data = mem_heap_dup( in ib_tuple_get_cluster_key()
2984 dst_field->len = src_field->len; in ib_tuple_get_cluster_key()
2986 dfield_set_null(dst_field); in ib_tuple_get_cluster_key()
3026 dfield_t* dst_field; in ib_tuple_copy() local
3034 dst_field->data = mem_heap_dup( in ib_tuple_copy()
3039 dst_field->len = src_field->len; in ib_tuple_copy()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/innobase/api/
H A Dapi0api.cc1468 dfield_t* dst_field; in ib_cursor_insert_row() local
1495 if (dst_field->len != IB_SQL_NULL) { in ib_cursor_insert_row()
1497 dst_field->len); in ib_cursor_insert_row()
2966 dfield_t* dst_field; in ib_tuple_get_cluster_key() local
2979 dst_field->data = mem_heap_dup( in ib_tuple_get_cluster_key()
2984 dst_field->len = src_field->len; in ib_tuple_get_cluster_key()
2986 dfield_set_null(dst_field); in ib_tuple_get_cluster_key()
3026 dfield_t* dst_field; in ib_tuple_copy() local
3034 dst_field->data = mem_heap_dup( in ib_tuple_copy()
3039 dst_field->len = src_field->len; in ib_tuple_copy()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/innobase/api/
H A Dapi0api.cc1468 dfield_t* dst_field; in ib_cursor_insert_row() local
1495 if (dst_field->len != IB_SQL_NULL) { in ib_cursor_insert_row()
1497 dst_field->len); in ib_cursor_insert_row()
2966 dfield_t* dst_field; in ib_tuple_get_cluster_key() local
2979 dst_field->data = mem_heap_dup( in ib_tuple_get_cluster_key()
2984 dst_field->len = src_field->len; in ib_tuple_get_cluster_key()
2986 dfield_set_null(dst_field); in ib_tuple_get_cluster_key()
3026 dfield_t* dst_field; in ib_tuple_copy() local
3034 dst_field->data = mem_heap_dup( in ib_tuple_copy()
3039 dst_field->len = src_field->len; in ib_tuple_copy()
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/innobase/api/
H A Dapi0api.cc1468 dfield_t* dst_field; in ib_cursor_insert_row() local
1495 if (dst_field->len != IB_SQL_NULL) { in ib_cursor_insert_row()
1497 dst_field->len); in ib_cursor_insert_row()
2966 dfield_t* dst_field; in ib_tuple_get_cluster_key() local
2979 dst_field->data = mem_heap_dup( in ib_tuple_get_cluster_key()
2984 dst_field->len = src_field->len; in ib_tuple_get_cluster_key()
2986 dfield_set_null(dst_field); in ib_tuple_get_cluster_key()
3026 dfield_t* dst_field; in ib_tuple_copy() local
3034 dst_field->data = mem_heap_dup( in ib_tuple_copy()
3039 dst_field->len = src_field->len; in ib_tuple_copy()
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/storage/innobase/api/
H A Dapi0api.cc1468 dfield_t* dst_field; in ib_cursor_insert_row() local
1495 if (dst_field->len != IB_SQL_NULL) { in ib_cursor_insert_row()
1497 dst_field->len); in ib_cursor_insert_row()
2966 dfield_t* dst_field; in ib_tuple_get_cluster_key() local
2979 dst_field->data = mem_heap_dup( in ib_tuple_get_cluster_key()
2984 dst_field->len = src_field->len; in ib_tuple_get_cluster_key()
2986 dfield_set_null(dst_field); in ib_tuple_get_cluster_key()
3026 dfield_t* dst_field; in ib_tuple_copy() local
3034 dst_field->data = mem_heap_dup( in ib_tuple_copy()
3039 dst_field->len = src_field->len; in ib_tuple_copy()
[all …]

1234