/third_party/ffmpeg/libavcodec/x86/ |
H A D | qpel.asm | 47 ; void ff_put/avg_pixels4_l2_mmxext(uint8_t *dst, uint8_t *src1, uint8_t *src2, 91 ; void ff_put/avg_pixels8_l2_mmxext(uint8_t *dst, uint8_t *src1, uint8_t *src2, 135 ; void ff_put/avg_pixels16_l2_mmxext(uint8_t *dst, uint8_t *src1, uint8_t *src2,
|
/third_party/ffmpeg/libavfilter/ |
H A D | trim.c | 84 AVFilterContext *ctx = inlink->dst; in config_input() 126 AVFilterContext *ctx = inlink->dst; in trim_filter_frame() 222 AVFilterContext *ctx = inlink->dst; in atrim_filter_frame()
|
H A D | vf_mcdeint.c | 104 AVFilterContext *ctx = inlink->dst; in config_props() 167 MCDeintContext *mcdeint = inlink->dst->priv; in filter_frame() 168 AVFilterLink *outlink = inlink->dst->outputs[0]; in filter_frame()
|
H A D | vf_vidstabtransform.c | 126 AVFilterContext *ctx = inlink->dst; in config_input() 228 AVFilterContext *ctx = inlink->dst; in filter_frame() 232 AVFilterLink *outlink = inlink->dst->outputs[0]; in filter_frame()
|
H A D | vf_kerndeint.c | 81 KerndeintContext *kerndeint = inlink->dst->priv; in config_props() 102 KerndeintContext *kerndeint = inlink->dst->priv; in filter_frame() 103 AVFilterLink *outlink = inlink->dst->outputs[0]; in filter_frame()
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | avf_showcqt.asm | 78 ; ff_showcqt_cqt_calc_*(dst, src, coeffs, len, fft_len) 80 cglobal showcqt_cqt_calc, 5, 10, 12, dst, src, coeffs, len, fft_len, x, coeffs_val, coeffs_val2, i, coeffs_len 144 cglobal showcqt_cqt_calc, 4, 7, 8, dst, src, coeffs, len, x, coeffs_val, i
|
/third_party/alsa-lib/include/ |
H A D | mixer.h | 150 void snd_mixer_class_copy(snd_mixer_class_t *dst, const snd_mixer_class_t *src); 302 void snd_mixer_selem_id_copy(snd_mixer_selem_id_t *dst, const snd_mixer_selem_id_t *src); 307 int snd_mixer_selem_id_parse(snd_mixer_selem_id_t *dst, const char *str);
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
H A D | xm_st.c | 382 enum st_attachment_type dst, in xmesa_copy_st_framebuffer() 385 xmesa_st_framebuffer_copy_textures(stfbi, src, dst, x, y, w, h); in xmesa_copy_st_framebuffer() 386 if (dst == ST_ATTACHMENT_FRONT_LEFT) { in xmesa_copy_st_framebuffer() 380 xmesa_copy_st_framebuffer(struct st_framebuffer_iface *stfbi, enum st_attachment_type src, enum st_attachment_type dst, int x, int y, int w, int h) xmesa_copy_st_framebuffer() argument
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_atom_shader.c | 254 unsigned pipe_shader, struct gl_program **dst) in st_update_common_program() 257 _mesa_reference_program(st->ctx, dst, NULL); in st_update_common_program() 261 _mesa_reference_program(st->ctx, dst, prog); in st_update_common_program() 253 st_update_common_program(struct st_context *st, struct gl_program *prog, unsigned pipe_shader, struct gl_program **dst) st_update_common_program() argument
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_context.h | 320 const struct nv50_m2mf_rect *dst, 325 struct nouveau_bo *dst, unsigned offset, unsigned domain, 329 struct nouveau_bo *dst, unsigned dstoff, unsigned dstdom,
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_context.h | 185 const struct nv50_m2mf_rect *dst, 403 struct nouveau_bo *dst, unsigned offset, unsigned domain, 407 struct nouveau_bo *dst, unsigned offset, unsigned domain,
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_vX_device.c | 231 (batch->blit.dst ? 1 : 0) + in queue_submit() 254 if (batch->blit.dst) in queue_submit() 255 bos[bo_idx++] = batch->blit.dst->gem_handle; in queue_submit()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr_lds.cpp | 199 auto dst = value_factory.dest_from_string(temp_str); variable 200 assert(dst); variable 201 dests.push_back(dst);
|
/third_party/skia/src/core/ |
H A D | SkColorSpace.cpp | 140 void SkColorSpace::gamutTransformTo(const SkColorSpace* dst, skcms_Matrix3x3* src_to_dst) const { in gamutTransformTo() argument 141 dst->computeLazyDstFields(); in gamutTransformTo() 142 *src_to_dst = skcms_Matrix3x3_concat(&dst->fFromXYZD50, &fToXYZD50); in gamutTransformTo()
|
/third_party/skia/third_party/externals/libwebp/imageio/ |
H A D | pngdec.c | 74 uint8_t* dst; in HexStringToBytes() local 78 for (dst = raw_data; actual_length < expected_length && *src != '\0'; ++src) { in HexStringToBytes() 85 *dst++ = (uint8_t)strtol(val, &end, 16); in HexStringToBytes()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | filters.c | 33 uint8_t* dst, int length, int inverse) { in PredictLine_C() 36 for (i = 0; i < length; ++i) dst[i] = (uint8_t)(src[i] + pred[i]); in PredictLine_C() 38 for (i = 0; i < length; ++i) dst[i] = (uint8_t)(src[i] - pred[i]); in PredictLine_C() 32 PredictLine_C(const uint8_t* src, const uint8_t* pred, uint8_t* dst, int length, int inverse) PredictLine_C() argument
|
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftutil.c | 209 ft_mem_strcpyn( char* dst, in FT_BASE_DEF() 215 *dst++ = *src++; in FT_BASE_DEF() 219 *dst = 0; /* always zero-terminate */ in FT_BASE_DEF()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | test-iter.cc | 121 int dst[20]; in main() local 126 array_iter_t<int> t (dst); in main() 198 | hb_sink (hb_array (dst)) in main()
|
/third_party/python/Lib/email/ |
H A D | utils.py | 365 dst = time.daylight and localtm.tm_isdst > 0 366 gmtoff = -(time.altzone if dst else time.timezone) 368 tz = datetime.timezone(delta, time.tzname[dst])
|
/third_party/skia/infra/bots/recipe_modules/build/ |
H A D | default.py | 370 def copy_build_products(api, src, dst): 371 util.copy_listed_files(api, src, dst, util.DEFAULT_BUILD_PRODUCTS) 401 api.file.copy('copy %s' % api.path.basename(f), f, dst)
|
/third_party/skia/bench/ |
H A D | MatrixBench.cpp | 320 SkRect dst; variable 323 fM.mapRectScaleTranslate(&dst, fR); 327 fM.mapRect(&dst, fR);
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsShaderConstExprTests.cpp | 40 static void addOutputVar (glu::sl::ValueBlock* dst, glu::DataType type, float output) in addOutputVar() argument 42 dst->outputs.push_back(glu::sl::Value()); in addOutputVar() 45 glu::sl::Value& value = dst->outputs.back(); in addOutputVar()
|
/third_party/vk-gl-cts/modules/internal/ |
H A D | ditImageCompareTests.cpp | 43 static void loadImageRGBA8 (tcu::TextureLevel& dst, const tcu::Archive& archive, const char* path) in loadImageRGBA8() argument 48 dst.setStorage(tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), tmp.getWidth(), tmp.getHeight()); in loadImageRGBA8() 49 tcu::copy(dst, tmp); in loadImageRGBA8()
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | file.c | 1189 pgoff_t src, pgoff_t dst, pgoff_t len, bool full) in __clone_blkaddrs() 1208 ret = f2fs_get_dnode_of_data(&dn, dst + i, ALLOC_NODE); in __clone_blkaddrs() 1237 new_size = (loff_t)(dst + i) << PAGE_SHIFT; in __clone_blkaddrs() 1250 pdst = f2fs_get_new_data_page(dst_inode, NULL, dst + i, in __clone_blkaddrs() 1272 struct inode *dst_inode, pgoff_t src, pgoff_t dst, in __exchange_data_block() 1303 do_replace, src, dst, olen, full); in __exchange_data_block() 1308 dst += olen; in __exchange_data_block() 2783 struct inode *dst = file_inode(file_out); in f2fs_move_file_range() local 2790 src->i_sb != dst->i_sb) in f2fs_move_file_range() 2796 if (!S_ISREG(src->i_mode) || !S_ISREG(dst in f2fs_move_file_range() 1187 __clone_blkaddrs(struct inode *src_inode, struct inode *dst_inode, block_t *blkaddr, int *do_replace, pgoff_t src, pgoff_t dst, pgoff_t len, bool full) __clone_blkaddrs() argument 1271 __exchange_data_block(struct inode *src_inode, struct inode *dst_inode, pgoff_t src, pgoff_t dst, pgoff_t len, bool full) __exchange_data_block() argument 2902 struct fd dst; __f2fs_ioc_move_range() local [all...] |
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/ |
H A D | nstackx_common.c | 693 static int32_t CopyDiscConfig(const DFinderDiscConfig *src, DFinderDiscConfig *dst) in CopyDiscConfig() argument 695 dst->businessType = src->businessType; in CopyDiscConfig() 696 dst->discoveryMode = src->discoveryMode; in CopyDiscConfig() 697 dst->intervalArrLen = src->intervalArrLen; in CopyDiscConfig() 698 for (size_t idx = 0; idx < dst->intervalArrLen; ++idx) { in CopyDiscConfig() 699 (dst->bcastInterval)[idx] = (src->bcastInterval)[idx]; in CopyDiscConfig() 702 if (strncpy_s(dst->businessData, dst->businessDataLen, src->businessData, src->businessDataLen) != EOK) { in CopyDiscConfig() 1873 static int32_t CopyNotificationConfig(NSTACKX_NotificationConfig *dst, const NSTACKX_NotificationConfig *src) in CopyNotificationConfig() argument 1875 dst in CopyNotificationConfig() [all...] |