Home
last modified time | relevance | path

Searched defs:str (Results 2251 - 2275 of 3913) sorted by relevance

1...<<919293949596979899100>>...157

/third_party/ffmpeg/libavcodec/
H A Ddvdsubenc.c423 char *str; in bprint_to_extradata() local
H A Dass_split.c154 char *str = av_malloc(len + 1); in convert_str() local
H A Davpacket.c321 const char *str = i ? t->value : t->key; in av_packet_pack_dictionary() local
H A Dmf_utils.c455 char str[512] = {0}; in ff_attributes_dump() local
H A Dbsf.c516 static int bsf_parse_single(char *str, AVBSFList *bsf_lst) in bsf_parse_single() argument
527 int av_bsf_list_parse_str(const char *str, AVBSFContext **bsf_lst) in av_bsf_list_parse_str() argument
/third_party/elfio/tests/
H A DELFIOTest.cpp936 std::string str; in TEST() local
970 std::string str; in TEST() local
1061 std::string str; TEST() local
[all...]
/third_party/eudev/src/udev/
H A Dudev-builtin-net_id.c195 char slots[256], str[256]; in dev_pci_slot() local
441 char str[32]; in ieee_oui() local
500 char str[IFNAMSIZ]; in builtin_net_id() local
513 char str[IFNAMSIZ]; builtin_net_id() local
527 char str[IFNAMSIZ]; builtin_net_id() local
550 char str[IFNAMSIZ]; builtin_net_id() local
565 char str[IFNAMSIZ]; builtin_net_id() local
[all...]
H A Dudev-builtin-path_id.c495 const char *str; in handle_cciss() local
523 const char *str; in handle_usb() local
/third_party/elfio/elfio/
H A Delfio_symbols.hpp311 std::string str; in hash_lookup() local
218 add_symbol( string_section_accessor& pStrWriter, const char* str, Elf64_Addr value, Elf_Xword size, unsigned char info, unsigned char other, Elf_Half shndx ) add_symbol() argument
231 add_symbol( string_section_accessor& pStrWriter, const char* str, Elf64_Addr value, Elf_Xword size, unsigned char bind, unsigned char type, unsigned char other, Elf_Half shndx ) add_symbol() argument
/third_party/f2fs-tools/lib/
H A Dnls_utf8.c177 utf8decode3(const char *str) in utf8decode3() argument
194 utf8encode3(char *str, unsigned int val) in utf8encode3() argument
350 utf8hangul(const char *str, unsigned char *hangul) in utf8hangul() argument
889 utf8_casefold(const struct f2fs_nls_table *table, const unsigned char *str, size_t len, unsigned char *dest, size_t dlen) utf8_casefold() argument
[all...]
/third_party/ffmpeg/libavfilter/
H A Davf_concat.c77 unsigned type, nb_str, idx0 = 0, idx, str, seg; in query_formats() local
281 unsigned str, str_max; in flush_segment() local
307 unsigned seg, type, str; init() local
[all...]
H A Dvf_libvmaf.c166 static AVDictionary **delimited_dict_parse(char *str, unsigned *cnt) in delimited_dict_parse() argument
[all...]
/third_party/ffmpeg/libavformat/tests/
H A Dmovenc.c112 const char *str; in io_write_data_type() local
/third_party/ffmpeg/libavutil/
H A Dchannel_layout.c141 enum AVChannel av_channel_from_string(const char *str) in av_channel_from_string() argument
402 av_channel_layout_from_string(AVChannelLayout *channel_layout, const char *str) av_channel_layout_from_string() argument
823 av_channel_layout_channel_from_string(const AVChannelLayout *channel_layout, const char *str) av_channel_layout_channel_from_string() argument
868 av_channel_layout_index_from_string(const AVChannelLayout *channel_layout, const char *str) av_channel_layout_index_from_string() argument
[all...]
H A Dopt.h273 const char *str; member
314 const char *str; member
H A Davstring.c37 int av_strstart(const char *str, const char *pfx, const char **ptr) in av_strstart() argument
48 int av_stristart(const char *str, const char *pfx, const char **ptr) in av_stristart() argument
145 char *str = av_malloc(16); in av_d2str() local
240 av_strireplace(const char *str, const char *from, const char *to) av_strireplace() argument
[all...]
H A Dlog.c126 static void win_console_puts(const char *str) in win_console_puts() argument
185 static void ansi_fputs(int level, int tint, const char *str, int local_use_color) in ansi_fputs() argument
209 static void colored_fputs(int level, int tint, const char *str) in colored_fputs() argument
[all...]
/third_party/ffmpeg/libavformat/
H A Drtmppkt.c43 void ff_amf_write_string(uint8_t **dst, const char *str) in ff_amf_write_string() argument
73 void ff_amf_write_field_name(uint8_t **dst, const char *str) in ff_amf_write_field_name() argument
97 int ff_amf_get_string(GetByteContext *bc, uint8_t *str, in ff_amf_get_string() argument
115 ff_amf_read_string(GetByteContext *bc, uint8_t *str, int strsize, int *length) ff_amf_read_string() argument
689 ff_amf_match_string(const uint8_t *data, int size, const char *str) ff_amf_match_string() argument
[all...]
H A Dnut.h129 char str[9]; member
H A Drtpdec_mpeg4.c70 const char *str; member
/third_party/curl/src/
H A Dtool_setopt.c207 static char *c_escape(const char *str, curl_off_t len) in c_escape() argument
554 CURLcode tool_setopt(CURL *curl, bool str, struct GlobalConfig *global, in tool_setopt() argument
[all...]
H A Dtool_paramhlp.c130 static ParameterError getnum(long *val, const char *str, int base) in getnum() argument
149 ParameterError str2num(long *val, const char *str) in str2num() argument
154 ParameterError oct2nummax(long *val, const char *str, long max) in oct2nummax() argument
176 str2unum(long *val, const char *str) str2unum() argument
197 str2unummax(long *val, const char *str, long max) str2unummax() argument
221 str2double(double *val, const char *str, double max) str2double() argument
255 secs2ms(long *valp, const char *str) secs2ms() argument
328 proto2num(struct OperationConfig *config, const char * const *val, char **ostr, const char *str) proto2num() argument
450 check_protocol(const char *str) check_protocol() argument
468 str2offset(curl_off_t *val, const char *str) str2offset() argument
560 ftpfilemethod(struct OperationConfig *config, const char *str) ftpfilemethod() argument
575 ftpcccmethod(struct OperationConfig *config, const char *str) ftpcccmethod() argument
588 delegation(struct OperationConfig *config, const char *str) delegation() argument
685 str2tls_max(long *val, const char *str) str2tls_max() argument
[all...]
H A Dtool_urlglob.c338 static bool peek_ipv6(const char *str, size_t *skip) in peek_ipv6() argument
/third_party/gn/src/gn/
H A Dinnerapis_publicinfo_generator.cc33 static bool StartWith(const std::string &str, const std::string &prefix) in StartWith() argument
171 std::string str = ReplaceDoubleQuotes(flag); in GetSingleFlagInfo() local
H A Djson_project_writer.cc285 static std::string Escape(std::string_view str) { in Escape() argument

Completed in 23 milliseconds

1...<<919293949596979899100>>...157