/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp6dsp.asm | 117 ; void ff_vp6_filter_diag4_<opt>(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
|
/third_party/ffmpeg/libavfilter/ |
H A D | f_segment.c | 152 AVFilterContext *ctx = inlink->dst; in config_input()
|
H A D | vf_cover_rect.c | 125 AVFilterContext *ctx = inlink->dst; in filter_frame()
|
H A D | opencl.c | 47 AVFilterContext *avctx = inlink->dst; in ff_opencl_filter_config_input()
|
H A D | vf_scale_vaapi.c | 102 AVFilterContext *avctx = inlink->dst; in scale_vaapi_filter_frame()
|
H A D | vf_tile.c | 197 AVFilterContext *ctx = inlink->dst; in filter_frame()
|
H A D | vf_threshold.c | 156 AVFilterContext *ctx = inlink->dst; in config_input()
|
H A D | vf_sharpen_npp.c | 179 AVFilterContext* ctx = link->dst; in nppsharpen_filter_frame()
|
H A D | vf_weave.c | 132 AVFilterContext *ctx = inlink->dst; in filter_frame()
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_blend_init.c | 29 uint8_t *dst, ptrdiff_t dst_linesize, \
|
/third_party/ffmpeg/libavutil/ |
H A D | channel_layout.h | 621 * Make a copy of a channel layout. This differs from just assigning src to dst 626 * @param dst destination channel layout 630 int av_channel_layout_copy(AVChannelLayout *dst, const AVChannelLayout *src);
|
/third_party/ffmpeg/libswresample/x86/ |
H A D | audio_convert_init.c | 26 #define PROTO(pre, in, out, cap) void ff ## pre ## in## _to_ ##out## _a_ ##cap(uint8_t **dst, const uint8_t **src, int len);
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | sw_scale.c | 169 // The dst parameter here is either int16_t or int32_t but we use void* to in check_hscale() 171 declare_func_emms(AV_CPU_FLAG_MMX, void, void *c, void *dst, int dstW, in check_hscale()
|
/third_party/alsa-lib/include/ |
H A D | local.h | 264 size_t snd_strlcpy(char *dst, const char *src, size_t size);
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-http.h | 479 * \param dst: pointer to buffer to receive the copy 480 * \param len: number of bytes available at dst 489 * This api returns -1, or the length of the string it copied into dst if it 494 lws_hdr_custom_copy(struct lws *wsi, char *dst, int len, const char *name,
|
/third_party/mbedtls/include/mbedtls/ |
H A D | ecp.h | 684 * group \p dst. 686 * \param dst The destination group. This must be initialized. 693 int mbedtls_ecp_group_copy(mbedtls_ecp_group *dst,
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_cmd_buffer.h | 612 void tu_render_pass_state_merge(struct tu_render_pass_state *dst,
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_state.h | 901 or rendering (dst), ZS is always supported */ 902 } dst, src; member 918 bool alpha_blend; /* dst.rgb = src.rgb * src.a + dst.rgb * (1 - src.a) */
|
/third_party/mesa3d/src/gallium/winsys/svga/drm/ |
H A D | vmwgfx_drm.h | 489 * @dst: Destination rect, x and y may be negative. 511 struct drm_vmw_rect dst; member
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr.h | 249 const RegisterVec4& dst() const {return m_dest;} in dst() function in r600::InstrWithVectorResult
|
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | attrib.h | 309 const s64 bk_cnt, const u32 bk_size, void *dst);
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | genX_blorp_exec.c | 399 params->dst.clear_color_addr.buffer) { in blorp_exec()
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | tzrule.h | 776 UDate getUTC(UDate time, int32_t raw, int32_t dst) const;
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | tzrule.h | 776 UDate getUTC(UDate time, int32_t raw, int32_t dst) const;
|
/third_party/ltp/testcases/network/stress/tcp/multi-diffip/ |
H A D | tcp4-multi-diffip01 | 318 $LTP_RSH $RHOST ${LTPROOT}/testcases/bin/output_ipsec_conf dst $IPSEC_PROTO $IPSEC_MODE $SPI $lhost_addr $rhost_addr' | PATH=/sbin:/usr/sbin:$PATH setkey -c' 2>&1 | tee $ipsec_log
|