Home
last modified time | relevance | path

Searched refs:p_dest (Results 176 – 200 of 468) sorted by relevance

12345678910>>...19

/dports/lang/micropython/micropython-1.17/ports/nrf/device/
H A Dstartup_nrf9160.c127 uint32_t * p_dest = &_sdata; in Reset_Handler() local
129 while (p_dest < &_edata) { in Reset_Handler()
130 *p_dest++ = *p_src++; in Reset_Handler()
/dports/multimedia/vlc/vlc-3.0.16/modules/mux/mpeg/
H A Dtables.c392 static inline size_t Write_AnnexA_String( uint8_t *p_dest, const char *p_src ) in Write_AnnexA_String() argument
397 p_dest[0] = 0; in Write_AnnexA_String()
408 p_dest[0] = i_src; /* Total size */ in Write_AnnexA_String()
409 memcpy( &p_dest[1], p_src, i_src ); in Write_AnnexA_String()
415 p_dest[0] = 1 + i_src; /* Total size */ in Write_AnnexA_String()
416 p_dest[1] = 0x15; /* UTF8 Encoding */ in Write_AnnexA_String()
417 memcpy( &p_dest[2], p_src, i_src ); in Write_AnnexA_String()
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/core/
H A Dtransition_composite.c221 uint8_t* p_dest; member
245 ctx.line_fn( ctx.p_dest, ctx.p_src, ctx.width_src, ctx.alpha_b, ctx.alpha_a, in sliced_composite_proc()
249 ctx.p_dest += ctx.stride_dest; in sliced_composite_proc()
265 static int composite_yuv( uint8_t *p_dest, int width_dest, int height_dest, uint8_t *p_src, int wid… in composite_yuv() argument
337 p_dest += x * bpp + y * stride_dest; in composite_yuv()
356 p_dest += stride_dest; in composite_yuv()
358 p_dest -= stride_dest; in composite_yuv()
390 line_fn( p_dest, p_src, width_src, alpha_b, alpha_a, weight, p_luma, i_softness, luma_step ); in composite_yuv()
393 p_dest += stride_dest; in composite_yuv()
408 .p_dest = p_dest, in composite_yuv()
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/core/
H A Dtransition_composite.c221 uint8_t* p_dest; member
245 ctx.line_fn( ctx.p_dest, ctx.p_src, ctx.width_src, ctx.alpha_b, ctx.alpha_a, in sliced_composite_proc()
249 ctx.p_dest += ctx.stride_dest; in sliced_composite_proc()
265 static int composite_yuv( uint8_t *p_dest, int width_dest, int height_dest, uint8_t *p_src, int wid… in composite_yuv() argument
337 p_dest += x * bpp + y * stride_dest; in composite_yuv()
356 p_dest += stride_dest; in composite_yuv()
358 p_dest -= stride_dest; in composite_yuv()
390 line_fn( p_dest, p_src, width_src, alpha_b, alpha_a, weight, p_luma, i_softness, luma_step ); in composite_yuv()
393 p_dest += stride_dest; in composite_yuv()
408 .p_dest = p_dest, in composite_yuv()
/dports/multimedia/vlc/vlc-3.0.16/modules/visualization/
H A Dglspectrum.c384 int16_t p_dest[FFT_BUFFER_SIZE]; /* Adapted FFT result */ in Thread() local
449 p_dest[i] = p_output[i] * (2 ^ 16) in Thread()
464 if (p_dest[j] > y) in Thread()
465 y = p_dest[j]; in Thread()
/dports/devel/godot-tools/godot-3.2.3-stable/core/
H A Dimage.h319 void blit_rect(const Ref<Image> &p_src, const Rect2 &p_src_rect, const Point2 &p_dest);
320 …(const Ref<Image> &p_src, const Ref<Image> &p_mask, const Rect2 &p_src_rect, const Point2 &p_dest);
321 void blend_rect(const Ref<Image> &p_src, const Rect2 &p_src_rect, const Point2 &p_dest);
322 …(const Ref<Image> &p_src, const Ref<Image> &p_mask, const Rect2 &p_src_rect, const Point2 &p_dest);
/dports/devel/godot/godot-3.2.3-stable/core/
H A Dimage.h319 void blit_rect(const Ref<Image> &p_src, const Rect2 &p_src_rect, const Point2 &p_dest);
320 …(const Ref<Image> &p_src, const Ref<Image> &p_mask, const Rect2 &p_src_rect, const Point2 &p_dest);
321 void blend_rect(const Ref<Image> &p_src, const Rect2 &p_src_rect, const Point2 &p_dest);
322 …(const Ref<Image> &p_src, const Ref<Image> &p_mask, const Rect2 &p_src_rect, const Point2 &p_dest);
/dports/devel/godot2-tools/godot-2.1.6-stable/servers/audio/
H A Daudio_rb_resampler.h60 uint32_t _resample(int32_t *p_dest, int p_todo, int32_t p_increment);
154 bool mix(int32_t *p_dest, int p_frames);
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/resources/
H A Daudio_stream_resampled.h62 uint32_t _resample(int32_t *p_dest,int p_todo,int32_t p_increment);
92 virtual bool mix(int32_t *p_dest, int p_frames);
/dports/devel/godot2/godot-2.1.6-stable/servers/audio/
H A Daudio_rb_resampler.h60 uint32_t _resample(int32_t *p_dest, int p_todo, int32_t p_increment);
154 bool mix(int32_t *p_dest, int p_frames);
/dports/devel/godot2/godot-2.1.6-stable/scene/resources/
H A Daudio_stream_resampled.h62 uint32_t _resample(int32_t *p_dest,int p_todo,int32_t p_increment);
92 virtual bool mix(int32_t *p_dest, int p_frames);
/dports/devel/godot/godot-3.2.3-stable/servers/audio/
H A Daudio_rb_resampler.h62 uint32_t _resample(AudioFrame *p_dest, int p_todo, int32_t p_increment);
171 bool mix(AudioFrame *p_dest, int p_frames);
/dports/devel/godot-tools/godot-3.2.3-stable/servers/audio/
H A Daudio_rb_resampler.h62 uint32_t _resample(AudioFrame *p_dest, int p_todo, int32_t p_increment);
171 bool mix(AudioFrame *p_dest, int p_frames);
/dports/security/opencryptoki/opencryptoki-3.11.0/usr/lib/common/
H A Dattributes.c69 CK_ATTRIBUTE_PTR *p_dest, CK_ULONG *p_dest_len) in dup_attribute_array() argument
100 *p_dest = dest; in dup_attribute_array()
/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/plugins/backends/aqfints/libaqfints/service/bpd/
H A Dbpdaddrservice.c311 AQFINTS_BPDADDR_SERVICE_LIST *p_dest; in AQFINTS_BpdAddrService_List_dup() local
315 p_dest=AQFINTS_BpdAddrService_List_new(); in AQFINTS_BpdAddrService_List_dup()
321 AQFINTS_BpdAddrService_List_Add(p_cpy, p_dest); in AQFINTS_BpdAddrService_List_dup()
325 return p_dest; in AQFINTS_BpdAddrService_List_dup()
/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/aqbanking/types/
H A Dbalance.c228 AB_BALANCE_LIST *p_dest; in AB_Balance_List_dup() local
232 p_dest=AB_Balance_List_new(); in AB_Balance_List_dup()
238 AB_Balance_List_Add(p_cpy, p_dest); in AB_Balance_List_dup()
242 return p_dest; in AB_Balance_List_dup()
/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/plugins/backends/aqfints/libaqfints/service/upd/
H A Dupdjob.c325 AQFINTS_UPDJOB_LIST *p_dest; in AQFINTS_UpdJob_List_dup() local
329 p_dest=AQFINTS_UpdJob_List_new(); in AQFINTS_UpdJob_List_dup()
335 AQFINTS_UpdJob_List_Add(p_cpy, p_dest); in AQFINTS_UpdJob_List_dup()
339 return p_dest; in AQFINTS_UpdJob_List_dup()
/dports/devel/gwenhywfar/gwenhywfar-5.6.0/src/sar/
H A Dgwen_sar_fileheader.c503 GWEN_SAR_FILEHEADER_LIST *p_dest; in GWEN_SarFileHeader_List_dup() local
507 p_dest=GWEN_SarFileHeader_List_new(); in GWEN_SarFileHeader_List_dup()
513 GWEN_SarFileHeader_List_Add(p_cpy, p_dest); in GWEN_SarFileHeader_List_dup()
517 return p_dest; in GWEN_SarFileHeader_List_dup()
/dports/devel/gwenhywfar-qt5/gwenhywfar-5.6.0/src/sar/
H A Dgwen_sar_fileheader.c503 GWEN_SAR_FILEHEADER_LIST *p_dest; in GWEN_SarFileHeader_List_dup() local
507 p_dest=GWEN_SarFileHeader_List_new(); in GWEN_SarFileHeader_List_dup()
513 GWEN_SarFileHeader_List_Add(p_cpy, p_dest); in GWEN_SarFileHeader_List_dup()
517 return p_dest; in GWEN_SarFileHeader_List_dup()
/dports/devel/gwenhywfar-gtk3/gwenhywfar-5.6.0/src/sar/
H A Dgwen_sar_fileheader.c503 GWEN_SAR_FILEHEADER_LIST *p_dest; in GWEN_SarFileHeader_List_dup() local
507 p_dest=GWEN_SarFileHeader_List_new(); in GWEN_SarFileHeader_List_dup()
513 GWEN_SarFileHeader_List_Add(p_cpy, p_dest); in GWEN_SarFileHeader_List_dup()
517 return p_dest; in GWEN_SarFileHeader_List_dup()
/dports/devel/gwenhywfar-gtk2/gwenhywfar-5.6.0/src/sar/
H A Dgwen_sar_fileheader.c503 GWEN_SAR_FILEHEADER_LIST *p_dest; in GWEN_SarFileHeader_List_dup() local
507 p_dest=GWEN_SarFileHeader_List_new(); in GWEN_SarFileHeader_List_dup()
513 GWEN_SarFileHeader_List_Add(p_cpy, p_dest); in GWEN_SarFileHeader_List_dup()
517 return p_dest; in GWEN_SarFileHeader_List_dup()
/dports/devel/gwenhywfar-fox16/gwenhywfar-5.6.0/src/sar/
H A Dgwen_sar_fileheader.c503 GWEN_SAR_FILEHEADER_LIST *p_dest; in GWEN_SarFileHeader_List_dup() local
507 p_dest=GWEN_SarFileHeader_List_new(); in GWEN_SarFileHeader_List_dup()
513 GWEN_SarFileHeader_List_Add(p_cpy, p_dest); in GWEN_SarFileHeader_List_dup()
517 return p_dest; in GWEN_SarFileHeader_List_dup()
/dports/devel/godot2-tools/godot-2.1.6-stable/core/io/
H A Dfile_access_encrypted.cpp269 void FileAccessEncrypted::store_8(uint8_t p_dest) { in store_8() argument
274 data[pos] = p_dest; in store_8()
277 data.push_back(p_dest); in store_8()
/dports/devel/godot2/godot-2.1.6-stable/core/io/
H A Dfile_access_encrypted.cpp269 void FileAccessEncrypted::store_8(uint8_t p_dest) { in store_8() argument
274 data[pos] = p_dest; in store_8()
277 data.push_back(p_dest); in store_8()
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/core/
H A Dtransition_composite.c319 uint8_t* p_dest; member
343 ctx.line_fn( ctx.p_dest, ctx.p_src, ctx.width_src, ctx.alpha_b, ctx.alpha_a, in sliced_composite_proc()
347 ctx.p_dest += ctx.stride_dest; in sliced_composite_proc()
363 static int composite_yuv( uint8_t *p_dest, int width_dest, int height_dest, uint8_t *p_src, int wid… in composite_yuv() argument
435 p_dest += x * bpp + y * stride_dest; in composite_yuv()
454 p_dest += stride_dest; in composite_yuv()
456 p_dest -= stride_dest; in composite_yuv()
488 line_fn( p_dest, p_src, width_src, alpha_b, alpha_a, weight, p_luma, i_softness, luma_step ); in composite_yuv()
491 p_dest += stride_dest; in composite_yuv()
506 .p_dest = p_dest, in composite_yuv()

12345678910>>...19