Home
last modified time | relevance | path

Searched defs:dstbuf (Results 1 – 12 of 12) sorted by relevance

/third_party/ltp/testcases/kernel/io/aio/
Daio01.c82 char *srcbuf, *dstbuf; variable
/third_party/ffmpeg/libavcodec/
Dyop.c46 uint8_t *dstbuf; member
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_RLEaccel.c394 Uint8 * dstbuf, SDL_Rect * srcrect, unsigned alpha) in RLEClipBlit()
455 Uint8 *dstbuf; in SDL_RLEBlit() local
639 Uint8 * dstbuf, SDL_Rect * srcrect) in RLEAlphaClipBlit()
735 Uint8 *srcbuf, *dstbuf; in SDL_RLEAlphaBlit() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shaderlib_tgsi.c126 struct ureg_dst dstbuf = ureg_dst(ureg_DECL_buffer(ureg, 0, false)); in si_create_dma_compute_shader() local
/third_party/gstreamer/gstplugins_bad/sys/dshowvideosink/
Ddshowvideofakesrc.cpp133 STDMETHODIMP VideoFakeSrcPin::CopyToDestinationBuffer (byte *srcbuf, byte *dstbuf) in CopyToDestinationBuffer()
/third_party/ffmpeg/libavutil/
Dbprint.c265 void av_bprint_escape(AVBPrint *dstbuf, const char *src, const char *special_chars, in av_bprint_escape()
Davstring.c338 AVBPrint dstbuf; in av_escape() local
/third_party/mbedtls/library/
Dssl_tls.c392 unsigned char *dstbuf, size_t dlen ) in tls_prf_generic()
466 unsigned char *dstbuf, size_t dlen ) in tls_prf_generic()
556 unsigned char *dstbuf, size_t dlen ) in tls_prf_sha256()
567 unsigned char *dstbuf, size_t dlen ) in tls_prf_sha384()
638 unsigned char *dstbuf, size_t dlen ) in mbedtls_ssl_tls_prf()
Dssl_tls13_keys.c252 unsigned char *dstbuf, size_t dstbuf_len ) in mbedtls_ssl_tls13_derive_secret()
/third_party/ffmpeg/libavfilter/
Dvf_nnedi.c569 float *dstbuf = s->output_buf[jobnr]; in filter_slice() local
/third_party/ffmpeg/fftools/
Dffprobe.c687 AVBPrint dstbuf; in validate_string() local
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c8600 char dstbuf[4096], *dst = dstbuf, *dstend = dstbuf + sizeof(dstbuf); in putescaped() local