Home
last modified time | relevance | path

Searched defs:dstbuf (Results 1 – 11 of 11) 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/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.c468 unsigned char *dstbuf, size_t dlen) in mbedtls_ssl_tls_prf()
6099 unsigned char *dstbuf, size_t dlen) in tls_prf_generic()
6179 unsigned char *dstbuf, size_t dlen) in tls_prf_generic()
6285 unsigned char *dstbuf, size_t dlen) in tls_prf_sha256()
6297 unsigned char *dstbuf, size_t dlen) in tls_prf_sha384()
Dssl_tls13_keys.c306 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