Home
last modified time | relevance | path

Searched refs:src (Results 5601 - 5625 of 8080) sorted by relevance

1...<<221222223224225226227228229230>>...324

/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/
H A Dcommon_func.cpp335 unique_ptr<char[]> src = nullptr; in GetCopyPathArg() local
336 tie(succ, src, ignore) = NVal(env, srcPath).ToUTF8StringPath(); in GetCopyPathArg()
338 HILOGE("Failed to convert the src path to UTF-8 string"); in GetCopyPathArg()
348 return make_tuple(true, move(src), move(dest)); in GetCopyPathArg()
/third_party/ffmpeg/libavcodec/
H A Dh264dsp_template.c31 #define op_scale2(x) dst[x] = av_clip_pixel( (src[x]*weights + dst[x]*weightd + offset) >> (log2_denom+1))
68 pixel *src = (pixel*)_src; \
72 for (y = 0; y < height; y++, dst += stride, src += stride) { \
H A Datrac3plusdec.c226 int16_t *src; in decode_residual_spectrum() local
249 src = &ch_unit->channels[ch].spectrum[ff_atrac3p_qu_to_spec_pos[qu]]; in decode_residual_spectrum()
258 dst[i] = src[i] * q; in decode_residual_spectrum()
H A Dvp9mvs.c30 static av_always_inline void clamp_mv(VP56mv *dst, const VP56mv *src, in clamp_mv() argument
33 dst->x = av_clip(src->x, td->min_mv.x, td->max_mv.x); in clamp_mv()
34 dst->y = av_clip(src->y, td->min_mv.y, td->max_mv.y); in clamp_mv()
/third_party/ffmpeg/libavfilter/
H A Dgraphparser.c37 static int link_filter(AVFilterContext *src, int srcpad, in link_filter() argument
42 if ((ret = avfilter_link(src, srcpad, dst, dstpad))) { in link_filter()
45 src->filter->name, srcpad, dst->filter->name, dstpad); in link_filter()
H A Dvf_dblur.c216 const uint8_t *src = in->data[plane]; in filter_frame() local
235 bptr[x] = src[x]; in filter_frame()
238 src += in->linesize[plane]; in filter_frame()
H A Dvf_avgblur_opencl.c156 cl_mem src, dst, inter; in avgblur_opencl_filter_frame() local
195 src = (cl_mem) input->data[p]; in avgblur_opencl_filter_frame()
212 CL_SET_KERNEL_ARG(ctx->kernel_horiz, 1, cl_mem, i == 0 ? &src : &dst); in avgblur_opencl_filter_frame()
H A Dvf_gblur.c238 const uint8_t *src = in->data[plane]; in filter_frame() local
259 bptr[x] = src[x]; in filter_frame()
262 src += in->linesize[plane]; in filter_frame()
H A Dvf_sab.c218 const uint8_t *src, const int src_linesize, in blur()
225 const uint8_t * const src2[NB_PLANES] = { src }; in blur()
236 sum += src[ix + iy*src_linesize] * factor; \ in blur()
217 blur(uint8_t *dst, const int dst_linesize, const uint8_t *src, const int src_linesize, const int w, const int h, FilterParam *fp) blur() argument
H A Dvf_unsharp_opencl.c218 cl_mem src, dst; in unsharp_opencl_filter_frame() local
245 src = (cl_mem) input->data[p]; in unsharp_opencl_filter_frame()
252 CL_SET_KERNEL_ARG(ctx->kernel, 1, cl_mem, &src); in unsharp_opencl_filter_frame()
H A Dvf_maskfun.c174 const type *src = (type *)in->data[p] + \
184 dst[x] = src[x]; \
191 src += src_linesize; \
H A Dvf_idet.c314 AVFilterContext *ctx = link->src; in request_frame()
321 ret = ff_request_frame(link->src->inputs[0]); in request_frame()
329 ret = filter_frame(link->src->inputs[0], next); in request_frame()
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_atadenoise.asm34 ; void ff_filter_row(const uint8_t *src, uint8_t *dst,
41 cglobal atadenoise_filter_row8, 8,10,13, src, dst, srcf, w, mid, size, i, j, srcfx, x
155 cglobal atadenoise_filter_row8_serial, 8,10,13, src, dst, srcf, w, mid, size, i, j, srcfx, x
/third_party/ffmpeg/libavformat/
H A Dutils.c454 char *ff_data_to_hex(char *buff, const uint8_t *src, int s, int lowercase) in ff_data_to_hex() argument
467 buff[i * 2] = hex_table[src[i] >> 4]; in ff_data_to_hex()
468 buff[i * 2 + 1] = hex_table[src[i] & 0xF]; in ff_data_to_hex()
/third_party/ffmpeg/libswscale/
H A Dslice.c147 int ff_init_slice_from_src(SwsSlice * s, uint8_t *src[4], int stride[4], int srcW, int lumY, int lumH, int chrY, int chrH, int relative) in ff_init_slice_from_src() argument
163 for (i = 0; i < 4 && src[i] != NULL; ++i) { in ff_init_slice_from_src()
164 uint8_t *const src_i = src[i] + (relative ? 0 : start[i]) * stride[i]; in ff_init_slice_from_src()
216 The n lines are needed only when there is not enough src lines to output a single
/third_party/backends/backend/
H A Dmustek_scsi_pp.c704 mustek_scsi_pp_cmd (int fd, const void *src, size_t src_size, in mustek_scsi_pp_cmd() argument
716 cmd = (const u_char *) src; in mustek_scsi_pp_cmd()
816 mustek_scsi_pp_send_data_block (fd, ((const u_char *) src) + 6, in mustek_scsi_pp_cmd()
/third_party/cares/include/
H A Dares.h352 ares_channel src);
744 CARES_EXTERN const char *ares_inet_ntop(int af, const void *src, char *dst,
747 CARES_EXTERN int ares_inet_pton(int af, const char *src, void *dst);
/third_party/icu/icu4c/source/test/intltest/
H A Ddtfmtrtts.cpp547 UnicodeString& DateFormatRoundTripTest::escape(const UnicodeString& src, UnicodeString& dst ) in escape() argument
550 for (int32_t i = 0; i < src.length(); ++i) { in escape()
551 UChar32 c = src.char32At(i); in escape()
/third_party/icu/icu4c/source/common/
H A Dlocalebuilder.cpp409 void LocaleBuilder::copyExtensionsFrom(const Locale& src, UErrorCode& errorCode) in copyExtensionsFrom() argument
412 LocalPointer<icu::StringEnumeration> keywords(src.createKeywords(errorCode)); in copyExtensionsFrom()
424 _copyExtensions(src, keywords.getAlias(), *extensions_, false, errorCode); in copyExtensionsFrom()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
H A DConformanceTest.java230 char[] src = field[0].toCharArray(); in checkConformance()
231 int fcdLen = Normalizer.normalize(src, 0, src.length, fcd2, fcd.length(), fcd2.length,Normalizer.FCD, 0); in checkConformance()
/third_party/icu/tools/multi/proj/provider/
H A DMakefile76 SRC=$(M_TMP)/$(P_PREFIX)src
301 $(SRC)/%/ok: $(ICUS)/icu4c-%-src.tgz
305 $(call LOG_COMPILE,$(SRC)/$*/unpack.log,( cd $(SRC)/$* && gunzip -d < $(TOP)/$(ICUS)/icu4c-$*-src.tgz | tar xvfp - ))
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DConformanceTest.java227 char[] src = field[0].toCharArray(); in checkConformance()
228 int fcdLen = Normalizer.normalize(src, 0, src.length, fcd2, fcd.length(), fcd2.length,Normalizer.FCD, 0); in checkConformance()
/third_party/icu/icu4c/source/i18n/
H A Ducoleitr.cpp39 #define ARRAY_COPY(dst, src, count) uprv_memcpy((void *) (dst), (void *) (src), (size_t)(count) * sizeof (src)[0])
/third_party/libbpf/src/
H A Dlibbpf_internal.h240 /* Copy up to sz - 1 bytes from zero-terminated src string and ensure that dst
246 static inline void libbpf_strlcpy(char *dst, const char *src, size_t sz) in libbpf_strlcpy() argument
254 for (i = 0; i < sz && src[i]; i++) in libbpf_strlcpy()
255 dst[i] = src[i]; in libbpf_strlcpy()
/third_party/mesa3d/src/freedreno/drm/
H A Dfreedreno_bo.c490 fd_bo_upload(struct fd_bo *bo, void *src, unsigned len) in fd_bo_upload() argument
493 bo->funcs->upload(bo, src, len); in fd_bo_upload()
497 memcpy(bo_map(bo), src, len); in fd_bo_upload() local

Completed in 32 milliseconds

1...<<221222223224225226227228229230>>...324