| /third_party/ffmpeg/libavcodec/ |
| H A D | zerocodec.c | 39 uint8_t *dst; in zerocodec_decode_frame() local
|
| H A D | v210enc.c | 76 uint8_t *dst; in encode_frame() local
|
| H A D | xbmdec.c | 76 uint8_t *dst; in xbm_decode_frame() local
|
| /third_party/ffmpeg/libavdevice/ |
| H A D | dshow_common.c | 24 long ff_copy_dshow_media_type(AM_MEDIA_TYPE *dst, const AM_MEDIA_TYPE *src) in ff_copy_dshow_media_type() argument
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | af_dcshift.c | 78 int32_t *dst = (int32_t *)out->extended_data[i]; in filter_frame() local 103 int32_t *dst = (int32_t *)out->extended_data[i]; in filter_frame() local
|
| H A D | edge_common.c | 50 ff_sobel(int w, int h, uint16_t *dst, int dst_linesize, int8_t *dir, int dir_linesize, const uint8_t *src, int src_linesize) ff_sobel() argument 80 ff_non_maximum_suppression(int w, int h, uint8_t *dst, int dst_linesize, const int8_t *dir, int dir_linesize, const uint16_t *src, int src_linesize) ff_non_maximum_suppression() argument 109 ff_double_threshold(int low, int high, int w, int h, uint8_t *dst, int dst_linesize, const uint8_t *src, int src_linesize) ff_double_threshold() argument 142 ff_gaussian_blur(int w, int h, uint8_t *dst, int dst_linesize, const uint8_t *src, int src_linesize) ff_gaussian_blur() argument [all...] |
| H A D | yadif_common.c | 80 AVFrame *dst = ff_default_get_video_buffer(link, f->width, f->height); in fixstride() local [all...] |
| /third_party/ffmpeg/libavfilter/dnn/ |
| H A D | dnn_backend_native_layer_mathunary.c | 62 float *dst; in ff_dnn_execute_layer_math_unary() local [all...] |
| H A D | dnn_backend_native_layer_maximum.c | 59 float *dst; in ff_dnn_execute_layer_maximum() local
|
| /third_party/ffmpeg/libavutil/ |
| H A D | base64.c | 83 uint8_t *dst = out; in av_base64_decode() local 151 char *ret, *dst; av_base64_encode() local [all...] |
| H A D | random_seed.c | 48 static int read_random(uint32_t *dst, const char *file) in read_random() argument
|
| /third_party/ffmpeg/libavutil/tests/ |
| H A D | tea.c | 62 static void test_tea(struct AVTEA *ctx, uint8_t *dst, const uint8_t *src, in test_tea() argument
|
| H A D | xtea.c | 63 static void test_xtea(AVXTEA *ctx, uint8_t *dst, const uint8_t *src, in test_xtea() argument
|
| /third_party/gn/src/base/strings/ |
| H A D | stringprintf.cc | 38 static void StringAppendVT(StringType* dst, in StringAppendVT() argument 122 const std::string& SStringPrintf(std::string* dst, const char* format, ...) { in SStringPrintf() argument 131 void StringAppendF(std::string* dst, const char* format, ...) { in StringAppendF() argument 138 void StringAppendV(std::string* dst, cons argument [all...] |
| /third_party/ffmpeg/libswscale/arm/ |
| H A D | swscale_unscaled.c | 37 rgbx_to_nv12_neon_32_wrapper(SwsContext *context, const uint8_t *src[], int srcStride[], int srcSliceY, int srcSliceH, uint8_t *dst[], int dstStride[]) rgbx_to_nv12_neon_32_wrapper() argument 51 rgbx_to_nv12_neon_16_wrapper(SwsContext *context, const uint8_t *src[], int srcStride[], int srcSliceY, int srcSliceH, uint8_t *dst[], int dstStride[]) rgbx_to_nv12_neon_16_wrapper() argument [all...] |
| /third_party/ffmpeg/libswresample/ |
| H A D | dither_template.c | 56 DELEM *dst = (DELEM*)dsts->ch[ch]; in swri_noise_shaping() local
|
| /third_party/curl/lib/ |
| H A D | inet_ntop.c | 61 static char *inet_ntop4 (const unsigned char *src, char *dst, size_t size) in inet_ntop4() argument 87 static char *inet_ntop6 (const unsigned char *src, char *dst, size_t size) in inet_ntop6() argument
|
| /third_party/benchmark/src/ |
| H A D | benchmark_register.h | 16 typename std::vector<T>::iterator AddPowers(std::vector<T>* dst, T lo, T hi, in AddPowers() argument 40 void AddNegatedPowers(std::vector<T>* dst, T lo, T hi, int mult) { in AddNegatedPowers() argument 60 void AddRange(std::vector<T>* dst, T lo, T hi, int mult) { in AddRange() argument [all...] |
| /third_party/FatFs/source/ |
| H A D | ffsystem.c | 21 void ff_memset (void* dst,
in ff_memset() argument
|
| /third_party/FreeBSD/sys/arm/arm/ |
| H A D | in_cksum.c | 104 unsigned short in_cksum_copy(const void *src, void *dst, int len) in in_cksum_copy() argument 148 unsigned int csum_partial_copy_nocheck(const void *src, void *dst, int len, unsigned int wsum) in csum_partial_copy_nocheck() argument [all...] |
| /third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/ |
| H A D | LocaleIdResolver.java | 105 private void addRecursively(String id, Set<String> dst) { in addRecursively() argument 113 addWildcardMatches( String id, Predicate<String> isWildcard, Set<String> dst) addWildcardMatches() argument
|
| /third_party/libuv/test/ |
| H A D | test-fs-copyfile.c | 37 static const char dst[] = "test_file_dst"; variable [all...] |
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_lower_vec3_to_vec4.c | 109 nir_deref_instr *dst = nir_src_as_deref(intrin->src[0]); in lower_vec3_to_vec4_impl() local
|
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | vk_format.h | 67 vk_format_compose_swizzles(const VkComponentMapping *mapping, const unsigned char swz[4], enum pipe_swizzle dst[4]) vk_format_compose_swizzles() argument
|
| /third_party/mesa3d/src/gallium/drivers/softpipe/ |
| H A D | sp_surface.c | 96 softpipe_clear_render_target(struct pipe_context *pipe, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) softpipe_clear_render_target() argument 114 softpipe_clear_depth_stencil(struct pipe_context *pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) softpipe_clear_depth_stencil() argument
|