| /third_party/ffmpeg/libavcodec/ |
| H A D | huffyuv.c | 39 int ff_huffyuv_generate_bits_table(uint32_t *dst, const uint8_t *len_table, int n) in ff_huffyuv_generate_bits_table() argument
|
| H A D | v410enc.c | 46 uint8_t *dst; in v410_encode_frame() local
|
| H A D | v308enc.c | 45 uint8_t *dst; in v308_encode_frame() local
|
| H A D | v210enc_init.h | 46 v210_planar_pack_8_c(const uint8_t *y, const uint8_t *u, const uint8_t *v, uint8_t *dst, ptrdiff_t width) v210_planar_pack_8_c() argument 65 v210_planar_pack_10_c(const uint16_t *y, const uint16_t *u, const uint16_t *v, uint8_t *dst, ptrdiff_t width) v210_planar_pack_10_c() argument
|
| H A D | y41penc.c | 44 uint8_t *dst; in y41p_encode_frame() local [all...] |
| H A D | yuv4enc.c | 30 uint8_t *dst; in yuv4_encode_frame() local
|
| H A D | pngdsp.c | 31 static void add_bytes_l2_c(uint8_t *dst, uint8_t *src1, uint8_t *src2, int w) in add_bytes_l2_c() argument
|
| H A D | v210_template.c | 25 v210_enc(AVCodecContext *avctx, uint8_t *dst, const AVFrame *pic) v210_enc() argument [all...] |
| /third_party/ffmpeg/libavcodec/aarch64/ |
| H A D | vc1dsp_init_aarch64.c | 57 static int vc1_unescape_buffer_neon(const uint8_t *src, int size, uint8_t *dst) in vc1_unescape_buffer_neon() argument [all...] |
| /third_party/elfutils/libelf/ |
| H A D | gelf_getdyn.c | 42 gelf_getdyn (Elf_Data *data, int ndx, GElf_Dyn *dst) in gelf_getdyn() argument
|
| H A D | gelf_getauxv.c | 41 gelf_getauxv (Elf_Data *data, int ndx, GElf_auxv_t *dst) in gelf_getauxv() argument
|
| H A D | gelf_update_rela.c | 41 gelf_update_rela (Elf_Data *dst, int ndx, GElf_Rela *src) in gelf_update_rela() argument
|
| H A D | gelf_update_rel.c | 41 gelf_update_rel (Elf_Data *dst, int ndx, GElf_Rel *src) in gelf_update_rel() argument
|
| H A D | gelf_getsym.c | 42 gelf_getsym (Elf_Data *data, int ndx, GElf_Sym *dst) in gelf_getsym() argument
|
| H A D | gelf_getphdr.c | 42 gelf_getphdr (Elf *elf, int ndx, GElf_Phdr *dst) in gelf_getphdr() argument
|
| H A D | gelf_getrela.c | 41 gelf_getrela (Elf_Data *data, int ndx, GElf_Rela *dst) in gelf_getrela() argument
|
| H A D | gelf_getrel.c | 41 gelf_getrel (Elf_Data *data, int ndx, GElf_Rel *dst) in gelf_getrel() argument
|
| /third_party/ffmpeg/libavcodec/x86/ |
| H A D | lossless_videoencdsp_init.c | 42 static void sub_median_pred_mmxext(uint8_t *dst, const uint8_t *src1, in sub_median_pred_mmxext() argument
|
| /third_party/ffmpeg/libavcodec/tests/x86/ |
| H A D | dct.c | 109 static int permute_x86(int16_t dst[64], const int16_t src[64], in permute_x86() argument
|
| /third_party/ffmpeg/libavutil/x86/ |
| H A D | imgutils_init.c | 33 int ff_image_copy_plane_uc_from_x86(uint8_t *dst, ptrdiff_t dst_linesize, in ff_image_copy_plane_uc_from_x86() argument
|
| /third_party/ffmpeg/libswscale/x86/ |
| H A D | yuv2rgb_template.c | 70 yuv420_rgb15(SwsContext *c, const uint8_t *src[], int srcStride[], int srcSliceY, int srcSliceH, uint8_t *dst[], int dstStride[]) yuv420_rgb15() argument
|
| /third_party/bounds_checking_function/src/ |
| H A D | memmove_s.c | 26 SECUREC_INLINE void SecUtilMemmove(void *dst, const void *src, size_t count) in SecUtilMemmove() argument
|
| /third_party/icu/icu4c/source/common/ |
| H A D | cpputils.h | 28 inline void uprv_arrayCopy(const double* src, double* dst, int32_t count) in uprv_arrayCopy() argument 37 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) in uprv_arrayCopy() argument 46 inline void uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) in uprv_arrayCopy() argument 32 uprv_arrayCopy(const double* src, int32_t srcStart, double* dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument 41 uprv_arrayCopy(const int8_t* src, int32_t srcStart, int8_t* dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument 50 uprv_arrayCopy(const int16_t* src, int32_t srcStart, int16_t* dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument 55 uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) uprv_arrayCopy() argument 59 uprv_arrayCopy(const int32_t* src, int32_t srcStart, int32_t* dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument 65 uprv_arrayCopy(const UChar *src, int32_t srcStart, UChar *dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument 74 uprv_arrayCopy(const icu::UnicodeString *src, icu::UnicodeString *dst, int32_t count) uprv_arrayCopy() argument 82 uprv_arrayCopy(const icu::UnicodeString *src, int32_t srcStart, icu::UnicodeString *dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument [all...] |
| /third_party/musl/src/multibyte/ |
| H A D | wcsnrtombs.c | 8 size_t wcsnrtombs(char *restrict dst, const wchar_t **restrict wcs, size_t wn, size_t n, mbstate_t *restrict st) in wcsnrtombs() argument
|
| /third_party/musl/porting/liteos_a/user/src/multibyte/ |
| H A D | wcsnrtombs.c | 5 size_t wcsnrtombs(char *restrict dst, const wchar_t **restrict wcs, size_t wn, size_t n, mbstate_t *restrict st) in wcsnrtombs() argument
|