/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | movedir.h | 50 ErrFiles(const std::string& src, const std::string& dest) : srcFiles(src), destFiles(dest) {}
in ErrFiles()
|
/third_party/ffmpeg/libavcodec/ |
H A D | audiodsp.h | 37 * @param src source array 46 void (*vector_clip_int32)(int32_t *dst, const int32_t *src, int32_t min, 50 const float *src /* align 16 */,
|
H A D | canopus.c | 31 const uint8_t *src, size_t size) in ff_canopus_parse_info_tag() 36 bytestream2_init(&gbc, src, size); in ff_canopus_parse_info_tag() 30 ff_canopus_parse_info_tag(AVCodecContext *avctx, const uint8_t *src, size_t size) ff_canopus_parse_info_tag() argument
|
H A D | huffyuvdsp.h | 39 void (*add_int16)(uint16_t *dst/*align 16*/, const uint16_t *src/*align 16*/, 45 void (*add_hfyu_left_pred_bgr32)(uint8_t *dst, const uint8_t *src,
|
H A D | vp56dsp.h | 31 void (*vp6_filter_diag4)(uint8_t *dst, uint8_t *src, ptrdiff_t stride, 35 void ff_vp6_filter_diag4_c(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
|
H A D | v210dec_init.h | 36 val = av_le2ne32(*src++); \ 42 static void v210_planar_unpack_c(const uint32_t *src, uint16_t *y, uint16_t *u, uint16_t *v, int width) in v210_planar_unpack_c() argument
|
H A D | png.h | 60 void ff_add_png_paeth_prediction(uint8_t *dst, uint8_t *src, uint8_t *top, int w, int bpp); 63 uint8_t *src, uint8_t *last, int size, int bpp);
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | pixblockdsp_mips.h | 29 void ff_get_pixels_16_msa(int16_t *restrict dst, const uint8_t *src, 31 void ff_get_pixels_8_msa(int16_t *restrict dst, const uint8_t *src,
|
H A D | blockdsp_mips.h | 27 void ff_fill_block16_msa(uint8_t *src, uint8_t val, ptrdiff_t stride, int height); 28 void ff_fill_block8_msa(uint8_t *src, uint8_t val, ptrdiff_t stride, int height);
|
H A D | h263dsp_mips.h | 26 void ff_h263_h_loop_filter_msa(uint8_t *src, int stride, int q_scale); 27 void ff_h263_v_loop_filter_msa(uint8_t *src, int stride, int q_scale);
|
/third_party/elfutils/libelf/ |
H A D | gelf_update_versym.c | 42 gelf_update_versym (Elf_Data *data, int ndx, GElf_Versym *src) in gelf_update_versym() argument 69 ((GElf_Versym *) data_scn->d.d_buf)[ndx] = *src; in gelf_update_versym()
|
H A D | gnuhash_xlate.h | 37 elf_cvt_gnuhash (void *dest, const void *src, size_t len, int encode) in elf_cvt_gnuhash() argument 42 const Elf32_Word *src32 = src; in elf_cvt_gnuhash()
|
H A D | gelf_update_move.c | 42 gelf_update_move (Elf_Data *data, int ndx, GElf_Move *src) in gelf_update_move() argument 69 ((GElf_Move *) data_scn->d.d_buf)[ndx] = *src; in gelf_update_move()
|
H A D | gelf_update_lib.c | 42 gelf_update_lib (Elf_Data *data, int ndx, GElf_Lib *src) in gelf_update_lib() argument 64 ((Elf64_Lib *) data_scn->d.d_buf)[ndx] = *src; in gelf_update_lib()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | pngdsp_init.c | 28 void ff_add_png_paeth_prediction_mmxext(uint8_t *dst, uint8_t *src, 30 void ff_add_png_paeth_prediction_ssse3(uint8_t *dst, uint8_t *src,
|
/third_party/ffmpeg/libavfilter/ |
H A D | transpose.h | 41 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 D | vf_atadenoise_init.c | 27 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 D | vf_limiter_init.c | 23 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 D | dither.h | 34 * @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 D | audio_mix.h | 31 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 D | strcase.h | 48 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 D | utf_string_conversions.h | 15 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 D | xtea.h | 67 * @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 D | swscale.c | 26 const uint8_t *src, const int16_t *filter, 30 const int16_t **src, uint8_t *dest, int dstW,
|
/third_party/backends/lib/ |
H A D | inet_ntop.c | 18 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()
|