Home
last modified time | relevance | path

Searched refs:src (Results 3076 - 3100 of 7043) sorted by relevance

1...<<121122123124125126127128129130>>...282

/third_party/ffmpeg/libavfilter/
H A Dtranspose.h41 void (*transpose_8x8)(uint8_t *src, ptrdiff_t src_linesize,
43 void (*transpose_block)(uint8_t *src, ptrdiff_t src_linesize,
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_atadenoise_init.c27 void ff_atadenoise_filter_row8_sse4(const uint8_t *src, uint8_t *dst,
32 void ff_atadenoise_filter_row8_serial_sse4(const uint8_t *src, uint8_t *dst,
H A Dvf_limiter_init.c23 void ff_limiter_8bit_sse2(const uint8_t *src, uint8_t *dst,
26 void ff_limiter_16bit_sse4(const uint8_t *src, uint8_t *dst,
/third_party/ffmpeg/libavresample/
H A Ddither.h34 * @param src source int array, range INT_MIN to INT_MAX.
38 void (*quantize)(int16_t *dst, const float *src, float *dither, int len);
40 int ptr_align; ///< src and dst constraints for quantize()
83 * @param src source audio data
86 int ff_convert_dither(DitherContext *c, AudioData *dst, AudioData *src);
H A Daudio_mix.h31 typedef void (mix_func)(uint8_t **src, void **matrix, int len, int out_ch,
78 int ff_audio_mix(AudioMix *am, AudioData *src);
/third_party/curl/lib/
H A Dstrcase.h48 void Curl_strntoupper(char *dest, const char *src, size_t n);
49 void Curl_strntolower(char *dest, const char *src, size_t n);
/third_party/gn/src/base/strings/
H A Dutf_string_conversions.h15 bool UTF8ToUTF16(const char* src, size_t src_len, std::u16string* output);
17 bool UTF16ToUTF8(const char16_t* src, size_t src_len, std::string* output);
/third_party/ffmpeg/libavutil/
H A Dxtea.h67 * @param dst destination array, can be equal to src
68 * @param src source array, can be equal to dst
73 void av_xtea_crypt(struct AVXTEA *ctx, uint8_t *dst, const uint8_t *src,
81 * @param dst destination array, can be equal to src
82 * @param src source array, can be equal to dst
87 void av_xtea_le_crypt(struct AVXTEA *ctx, uint8_t *dst, const uint8_t *src,
/third_party/ffmpeg/libswscale/arm/
H A Dswscale.c26 const uint8_t *src, const int16_t *filter,
30 const int16_t **src, uint8_t *dest, int dstW,
/third_party/backends/lib/
H A Dinet_ntop.c18 inet_ntop (int af, const void *src, char *dst, size_t cnt) in inet_ntop() argument
26 memcpy (&in.s_addr, src, sizeof (in.s_addr)); in inet_ntop()
/third_party/icu/icu4c/source/common/
H A Dusc_impl.h67 * @param src is the address of the array of characters over which to iterate.
68 * if <code>src == NULL</code> and <code>length == 0</code>,
81 uscript_openRun(const UChar *src, int32_t length, UErrorCode *pErrorCode);
106 * @param src is the address of the new array of characters over which to iterate.
107 * If <code>src == NULL</code> and <code>length == 0</code>,
117 uscript_setRunText(UScriptRun *scriptRun, const UChar *src, int32_t length, UErrorCode *pErrorCode);
/third_party/icu/icu4c/source/i18n/
H A Dnumparse_utils.h31 inline static void copyCurrencyCode(UChar* dest, const UChar* src) { in copyCurrencyCode() argument
32 uprv_memcpy(dest, src, sizeof(UChar) * 3); in copyCurrencyCode()
/third_party/mesa3d/src/broadcom/common/
H A Dv3d_tiling.h70 void *src, uint32_t src_stride,
75 void *src, uint32_t src_stride,
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_lower_pack.cpp45 ibld.MOV(subscript(dst, inst->src[i].type, i), inst->src[i]); in lower_pack()
/third_party/node/deps/icu-small/source/common/
H A Dusc_impl.h67 * @param src is the address of the array of characters over which to iterate.
68 * if <code>src == NULL</code> and <code>length == 0</code>,
81 uscript_openRun(const UChar *src, int32_t length, UErrorCode *pErrorCode);
106 * @param src is the address of the new array of characters over which to iterate.
107 * If <code>src == NULL</code> and <code>length == 0</code>,
117 uscript_setRunText(UScriptRun *scriptRun, const UChar *src, int32_t length, UErrorCode *pErrorCode);
/third_party/node/deps/icu-small/source/i18n/
H A Dnumparse_utils.h31 inline static void copyCurrencyCode(char16_t* dest, const char16_t* src) { in copyCurrencyCode() argument
32 uprv_memcpy(dest, src, sizeof(char16_t) * 3); in copyCurrencyCode()
/third_party/mesa3d/src/mesa/main/
H A Dglspirv.h73 struct gl_spirv_module *src);
77 struct gl_shader_spirv_data *src);
/third_party/ltp/tools/sparse/
H A DMakefile9 SPARSE_SRC ?= sparse-src
12 ifeq ($(SPARSE_SRC),sparse-src)
/third_party/lwip/src/include/netif/
H A Dlowpan6_common.h71 const struct lowpan6_link_addr *src, const struct lowpan6_link_addr *dst);
73 struct lowpan6_link_addr *src, struct lowpan6_link_addr *dest);
/third_party/node/deps/v8/src/base/
H A Dstrings.cc5 #include "src/base/strings.h"
11 #include "src/base/platform/platform.h"
28 void StrNCpy(base::Vector<char> dest, const char* src, size_t n) { in StrNCpy() argument
29 base::OS::StrNCpy(dest.begin(), dest.length(), src, n); in StrNCpy()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_tiling.h45 etna_texture_tile(void *dest, void *src, unsigned basex, unsigned basey,
49 etna_texture_untile(void *dest, void *src, unsigned basex, unsigned basey,
H A Detnaviv_clear_blit.h43 struct pipe_resource *src, int first_level, int last_level);
47 struct pipe_resource *src, int level,
/third_party/skia/src/effects/
H A DSkDashImpl.h11 #include "src/core/SkPathEffectBase.h"
20 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*,
23 bool onAsPoints(PointData* results, const SkPath& src, const SkStrokeRec&, const SkMatrix&,
/third_party/skia/src/core/
H A DSkImagePriv.h18 kIfMutable_SkCopyPixelsMode, //!< only copy src pixels if they are marked mutable
19 kAlways_SkCopyPixelsMode, //!< always copy src pixels (even if they are marked immutable)
20 kNever_SkCopyPixelsMode, //!< never copy src pixels (even if they are marked mutable)
28 sk_sp<SkShader> SkMakeBitmapShader(const SkBitmap& src, SkTileMode, SkTileMode,
36 sk_sp<SkShader> SkMakeBitmapShaderForPaint(const SkPaint& paint, const SkBitmap& src,
68 * src). In particular this is intended to use the texture even if the image's original content
69 * changes subsequent to this call (i.e. the src is mutable!).
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumparse_utils.h31 inline static void copyCurrencyCode(UChar* dest, const UChar* src) { in copyCurrencyCode() argument
32 uprv_memcpy(dest, src, sizeof(UChar) * 3); in copyCurrencyCode()

Completed in 9 milliseconds

1...<<121122123124125126127128129130>>...282