/foundation/multimedia/image_framework/frameworks/kits/cj/include/ |
H A D | image_ffi.h | 112 FFI_EXPORT uint32_t FfiOHOSReadPixelsToBuffer(int64_t id, uint64_t bufferSize, uint8_t *dst);
|
/foundation/multimedia/image_effect/test/unittest/ |
H A D | image_effect_inner_unittest.cpp | 50 ErrorCode Render(EffectBuffer *src, EffectBuffer *dst, std::shared_ptr<EffectContext> &context) override
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/ |
H A D | wifi_hdi_wpa_client.h | 850 void AppendStr(std::string &dst, const char* format, va_list args);
|
/third_party/ffmpeg/libavcodec/ |
H A D | atrac1.c | 86 void (*vector_fmul_window)(float *dst, const float *src0,
|
H A D | mpegvideo.h | 580 int ff_update_duplicate_context(MpegEncContext *dst, const MpegEncContext *src);
|
H A D | vp56.h | 77 typedef void (*VP56Filter)(VP56Context *s, uint8_t *dst, uint8_t *src,
|
/third_party/ffmpeg/libavdevice/ |
H A D | dshow_capture.h | 44 long ff_copy_dshow_media_type(AM_MEDIA_TYPE *dst, const AM_MEDIA_TYPE *src);
|
/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) */
|