| /third_party/ffmpeg/libavcodec/ |
| H A D | h264_mb_template.c | 195 uint8_t *dest[2] = { dest_cb, dest_cr }; in hl_decode_mb() local 262 uint8_t *dest[3]; in hl_decode_mb_444() local [all...] |
| H A D | simple_idct_template.c | 333 pixel *dest = (pixel *)dest_; global() local 348 pixel *dest = (pixel *)dest_; global() local [all...] |
| H A D | simple_idct.c | 69 static inline void idct4col_put(uint8_t *dest, ptrdiff_t line_size, const int16_t *col) in idct4col_put() argument 105 void ff_simple_idct248_put(uint8_t *dest, ptrdiff_t line_size, int16_t *block) in ff_simple_idct248_put() argument 148 idct4col_add(uint8_t *dest, ptrdiff_t line_size, const int16_t *col) idct4col_add() argument 194 ff_simple_idct84_add(uint8_t *dest, ptrdiff_t line_size, int16_t *block) ff_simple_idct84_add() argument 209 ff_simple_idct48_add(uint8_t *dest, ptrdiff_t line_size, int16_t *block) ff_simple_idct48_add() argument 224 ff_simple_idct44_add(uint8_t *dest, ptrdiff_t line_size, int16_t *block) ff_simple_idct44_add() argument [all...] |
| H A D | vima.c | 163 uint16_t *dest = (uint16_t *)frame->data[0] + chan; in decode_frame() local
|
| /third_party/ffmpeg/libavformat/ |
| H A D | httpauth.c | 31 handle_basic_params(HTTPAuthState *state, const char *key, int key_len, char **dest, int *dest_len) handle_basic_params() argument 40 handle_digest_params(HTTPAuthState *state, const char *key, int key_len, char **dest, int *dest_len) handle_digest_params() argument 66 handle_digest_update(HTTPAuthState *state, const char *key, int key_len, char **dest, int *dest_len) handle_digest_update() argument [all...] |
| /third_party/gn/src/base/strings/ |
| H A D | utf_string_conversions.cc | 141 auto* dest = &(*dest_str)[0]; in UTFConversion() local 62 DoUTFConversion(const char* src, int32_t src_len, DestChar* dest, int32_t* dest_len) DoUTFConversion() argument 84 DoUTFConversion(const char16_t* src, int32_t src_len, DestChar* dest, int32_t* dest_len) DoUTFConversion() argument
|
| /third_party/gn/src/gn/ |
| H A D | escape.cc | 45 EscapeStringToString_Space(std::string_view str, const EscapeOptions& options, char* dest, bool* needed_quoting) EscapeStringToString_Space() argument 79 EscapeStringToString_Ninja(std::string_view str, const EscapeOptions& options, char* dest, bool* needed_quoting) EscapeStringToString_Ninja() argument 96 EscapeStringToString_CompilationDatabase(std::string_view str, const EscapeOptions& options, char* dest, bool* needed_quoting) EscapeStringToString_CompilationDatabase() argument 122 EscapeStringToString_Depfile(std::string_view str, const EscapeOptions& options, char* dest, bool* needed_quoting) EscapeStringToString_Depfile() argument 140 EscapeStringToString_NinjaPreformatted(std::string_view str, char* dest) EscapeStringToString_NinjaPreformatted() argument 160 EscapeStringToString_WindowsNinjaFork(std::string_view str, const EscapeOptions& options, char* dest, bool* needed_quoting) EscapeStringToString_WindowsNinjaFork() argument 212 EscapeStringToString_PosixNinjaFork(std::string_view str, const EscapeOptions& options, char* dest, bool* needed_quoting) EscapeStringToString_PosixNinjaFork() argument 243 EscapeStringToString(std::string_view str, const EscapeOptions& options, char* dest, bool* needed_quoting) EscapeStringToString() argument 307 std::string dest; EscapeJSONStringToStream() local [all...] |
| /third_party/ffmpeg/libswscale/ppc/ |
| H A D | swscale_altivec.c | 118 yuv2plane1_float_u(const int32_t *src, float *dest, int dstW, int start) in yuv2plane1_float_u() argument 134 yuv2plane1_float_bswap_u(const int32_t *src, uint32_t *dest, int dstW, int start) in yuv2plane1_float_bswap_u() argument 149 static void yuv2plane1_float_altivec(const int32_t *src, float *dest, int dstW) in yuv2plane1_float_altivec() argument 182 static void yuv2plane1_float_bswap_altivec(const int32_t *src, uint32_t *dest, in argument [all...] |
| /third_party/ffmpeg/tests/checkasm/ |
| H A D | sw_scale.c | 40 ref_function(const int16_t *filter, int filterSize, const int16_t **src, uint8_t *dest, int dstW, const uint8_t *dither, int offset) ref_function() argument
|
| /third_party/ffmpeg/libswresample/ |
| H A D | resample_template.c | 75 static void RENAME(resample_one)(void *dest, const void *source, in resample_one() argument 88 resample_common(ResampleContext *c, void *dest, const void *source, int n, int update_ctx) resample_common() argument 143 resample_linear(ResampleContext *c, void *dest, const void *source, int n, int update_ctx) resample_linear() argument
|
| /third_party/alsa-lib/test/ |
| H A D | seq-sender.c | 110 send_event(snd_seq_t *handle, int queue, int client, int port, snd_seq_addr_t *dest, int *time) send_event() argument
|
| /third_party/backends/backend/ |
| H A D | u12-image.c | 186 static void fnDataDirect( U12_Device *dev, void *src, void *dest, u_long len ) in fnDataDirect() argument 197 RGBByteDef *dest; in fnColorDirect() local 217 RGBUShortDef *dest; in fnColor42() local [all...] |
| /third_party/backends/sanei/ |
| H A D | sanei_jpeg.c | 87 ppm_dest_ptr dest = (ppm_dest_ptr) dinfo; in sanei_jpeg_put_pixel_rows() local 105 ppm_dest_ptr dest = (ppm_dest_ptr) dinfo; in sanei_jpeg_copy_pixel_rows() local 134 ppm_dest_ptr dest in sanei_jpeg_put_demapped_rgb() local 162 ppm_dest_ptr dest = (ppm_dest_ptr) dinfo; sanei_jpeg_put_demapped_gray() local 184 ppm_dest_ptr dest; GLOBAL() local [all...] |
| /third_party/cups-filters/scripting/php/ |
| H A D | phpcups.c | 217 char *dest; /* Destination */ in PHP_FUNCTION() local 241 *dest; /* Current destination */ in PHP_FUNCTION() local 306 char *dest; /* Destination */ PHP_FUNCTION() local 403 char *dest; /* Destination */ PHP_FUNCTION() local 439 char *dest; /* Destination */ PHP_FUNCTION() local [all...] |
| /third_party/icu/icu4c/source/tools/genrb/ |
| H A D | prscmnts.cpp | 61 UnicodeString dest; in removeText() local 87 getText(const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, UnicodeString patternString, UErrorCode* status) getText() argument 124 getDescription( const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, UErrorCode* status) getDescription() argument 185 getAt(const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, int32_t index, UParseCommentsOption option, UErrorCode* status) getAt() argument 227 getTranslate( const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, UErrorCode* status) getTranslate() argument 237 getNote(const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, UErrorCode* status) getNote() argument [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | Normalizer2.java | 243 public abstract StringBuilder normalize(CharSequence src, StringBuilder dest); in normalize() argument 257 public abstract Appendable normalize(CharSequence src, Appendable dest); in normalize() argument
|
| H A D | CaseMap.java | 121 apply( Locale locale, CharSequence src, A dest, Edits edits) apply() argument 181 apply( Locale locale, CharSequence src, A dest, Edits edits) apply() argument 363 apply( Locale locale, BreakIterator iter, CharSequence src, A dest, Edits edits) apply() argument 452 apply(CharSequence src, A dest, Edits edits) apply() argument [all...] |
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | cstrtest.c | 48 char src[30]="HELLO THERE", dest[30]; in TestAPI() local
|
| /third_party/icu/icu4c/source/test/perf/utrie2perf/ |
| H A D | utrie2perf.cpp | 205 UChar *dest; member in ToNFC
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | nptrans.cpp | 138 map(const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, UBool allowUnassigned, UParseError* , UErrorCode& status ) map() argument 183 process( const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, UBool allowUnassigned, UParseError* parseError, UErrorCode& status ) process() argument
|
| /third_party/icu/icu4c/source/common/ |
| H A D | bytesinkutil.cpp | 124 CharStringByteSink::CharStringByteSink(CharString* dest) : dest_(*dest) { in CharStringByteSink() argument
|
| H A D | charstr.cpp | 52 int32_t CharString::extract(char *dest, int32_t capacity, UErrorCode &errorCode) const { in extract() argument
|
| H A D | uarrsort.cpp | 132 char *dest=array+insertionPoint*itemSize; in doInsertionSort() local
|
| /third_party/NuttX/fs/nfs/ |
| H A D | nfs_util.c | 49 char *dest = buffer; in nfs_pathsegment() local
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | Normalizer2.java | 230 public abstract StringBuilder normalize(CharSequence src, StringBuilder dest); in normalize() argument 243 public abstract Appendable normalize(CharSequence src, Appendable dest); in normalize() argument
|