Home
last modified time | relevance | path

Searched defs:src (Results 701 - 725 of 4010) sorted by relevance

1...<<21222324252627282930>>...161

/third_party/ffmpeg/libavutil/
H A Dxtea.c58 static void xtea_crypt_ecb(AVXTEA *ctx, uint8_t *dst, const uint8_t *src, in xtea_crypt_ecb() argument
178 static void xtea_le_crypt_ecb(AVXTEA *ctx, uint8_t *dst, const uint8_t *src, in xtea_le_crypt_ecb() argument
214 static void xtea_crypt(AVXTEA *ctx, uint8_t *dst, const uint8_t *src, int count, in xtea_crypt() argument
243 av_xtea_crypt(AVXTEA *ctx, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int decrypt) av_xtea_crypt() argument
249 av_xtea_le_crypt(AVXTEA *ctx, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int decrypt) av_xtea_le_crypt() argument
[all...]
/third_party/ffmpeg/tests/checkasm/
H A Dvf_colorspace.c65 uint8_t *src[3] = { src_y, src_u, src_v }; in check_yuv2yuv() local
133 uint8_t *src[3] = { src_y, src_u, src_v }; in check_yuv2rgb() local
210 int16_t *src[3] = { src_y, src_u, src_v }; check_rgb2yuv() local
275 int16_t **src = dst0; check_multiply3x3() local
[all...]
H A Dvf_nlmeans.c54 uint8_t *src = av_calloc(h, src_lz); in checkasm_check_nlmeans() local
/third_party/ffmpeg/tools/
H A Dscale_slice_test.c79 const uint8_t *src[4]; in process_frame() local
/third_party/ffmpeg/libswscale/tests/
H A Dcolorspace.c114 uint8_t *src = srcBuffer + srcOffset; in main() local
/third_party/ffmpeg/tests/
H A Dutils.c37 rgb24_to_yuv420p(unsigned char *lum, unsigned char *cb, unsigned char *cr, const unsigned char *src, int width, int height) rgb24_to_yuv420p() argument
/third_party/ffmpeg/libswscale/
H A Dalphablend.c23 int ff_sws_alphablendaway(SwsContext *c, const uint8_t *src[], in ff_sws_alphablendaway() argument
[all...]
/third_party/alsa-utils/axfer/
H A Dmapper-multiple.c26 char *src; in align_to_i() local
53 char *src = frame_buf; in align_from_i() local
153 char *src; in process_containers() local
[all...]
H A Dmapper-single.c46 char *src; in align_from_vector() local
116 void *src; in single_muxer_process_frames() local
19 align_to_vector(void *frame_buf, unsigned int frame_count, char *src, unsigned int bytes_per_sample, unsigned samples_per_frame) align_to_vector() argument
[all...]
/third_party/astc-encoder/Source/
H A Dastcenccli_image.cpp183 const float* src = data + 4 * dim_x * y_src; in astc_img_from_floatx4_array() local
217 const uint8_t* src = data + 4 * dim_x * y_src; in astc_img_from_unorm8x4_array() local
[all...]
/third_party/backends/backend/
H A Dhp-hpmem.c94 sanei_hp_memdup (const void * src, size_t sz) in sanei_hp_memdup() argument
H A Dricoh2_buffer.c158 SANE_Byte *src; in ricoh2_buffer_get_data() local
H A Dsnapscan-usb.h88 void *src; member
/third_party/curl/lib/
H A Daltsvc.h46 struct althost src; member
H A Dbase64.c76 CURLcode Curl_base64_decode(const char *src, in Curl_base64_decode() argument
H A Descape.c216 void Curl_hexencode(const unsigned char *src, size_t len, /* input length */ in Curl_hexencode() argument
H A Dinet_pton.c75 Curl_inet_pton(int af, const char *src, void *dst) in Curl_inet_pton() argument
100 inet_pton4(const char *src, unsigned char *dst) in inet_pton4() argument
158 inet_pton6(const char *src, unsigned char *dst) inet_pton6() argument
[all...]
/third_party/alsa-lib/src/
H A Derror.c192 size_t snd_strlcpy(char *dst, const char *src, size_t size) in snd_strlcpy() argument
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationFrozenMonkeyTest.java276 public void reportCResult(String src, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult() argument
H A DCollationMonkeyTest.java251 public void reportCResult(String src, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DFilteredNormalizer2.java47 public StringBuilder normalize(CharSequence src, StringBuilder dest) { in normalize() argument
60 public Appendable normalize(CharSequence src, Appendable dest) { in normalize() argument
228 private Appendable normalize(CharSequence src, Appendable dest, in normalize() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DByteArrayWrapper.java137 public final ByteArrayWrapper set(byte[] src, int start, int limit) in set() argument
164 append(byte[] src, int start, int limit) append() argument
278 copyBytes(byte[] src, int srcoff, byte[] tgt, int tgtoff, int length) copyBytes() argument
[all...]
/third_party/icu/icu4c/source/common/
H A Dubidiwrt.cpp59 doWriteForward(const UChar *src, int32_t srcLength, in doWriteForward() argument
152 doWriteReverse(const UChar *src, int32_t srcLength, in doWriteReverse() argument
309 ubidi_writeReverse(const UChar *src, int32_t srcLength, UChar *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) ubidi_writeReverse() argument
462 const UChar *src; ubidi_writeReordered() local
589 const UChar *src; ubidi_writeReordered() local
[all...]
H A Ducasemap_titlecase_brkiter.cpp34 utf8ToTitle( const char *locale, uint32_t options, BreakIterator *iter, StringPiece src, ByteSink &sink, Edits *edits, UErrorCode &errorCode) utf8ToTitle() argument
57 utf8ToTitle( const char *locale, uint32_t options, BreakIterator *iter, const char *src, int32_t srcLength, char *dest, int32_t destCapacity, Edits *edits, UErrorCode &errorCode) utf8ToTitle() argument
102 ucasemap_utf8ToTitle(UCaseMap *csm, char *dest, int32_t destCapacity, const char *src, int32_t srcLength, UErrorCode *pErrorCode) ucasemap_utf8ToTitle() argument
[all...]
/third_party/FreeBSD/sys/crypto/sha2/
H A Dsha256c.c56 be32enc_vect(unsigned char *dst, const uint32_t *src, size_t len) in be32enc_vect() argument
69 be32dec_vect(uint32_t *dst, const unsigned char *src, size_t len) in be32dec_vect() argument
249 const unsigned char *src = in; in SHA256_Update() local
[all...]

Completed in 12 milliseconds

1...<<21222324252627282930>>...161