| /third_party/ffmpeg/libavcodec/ |
| H A D | microdvddec.c | 281 char *line = avpkt->data; in microdvd_decode_frame() local [all...] |
| H A D | rawdec.c | 442 uint8_t *line = frame->data[0]; in raw_decode() local
|
| H A D | qtrleenc.c | 136 static void qtrle_encode_line(QtrleEncContext *s, const AVFrame *p, int line, uint8_t **buf) in qtrle_encode_line() argument [all...] |
| /third_party/elfutils/libdwfl/ |
| H A D | linux-pid-attach.c | 408 char *line = NULL; in dwfl_linux_proc_attach() local
|
| H A D | linux-proc-maps.c | 207 char *line = NULL; in proc_maps_report() local [all...] |
| /third_party/elfutils/tests/ |
| H A D | dwflmodtest.c | 118 int line = -1; in print_func() local
|
| /third_party/f2fs-tools/tools/ |
| H A D | f2fs_io_parse.c | 212 char line[300]; in do_parse() local
|
| /third_party/eudev/src/shared/ |
| H A D | log.c | 239 write_to_console( int level, int error, const char *file, int line, const char *func, const char *object_field, const char *object, const char *buffer) write_to_console() argument 300 write_to_syslog( int level, int error, const char *file, int line, const char *func, const char *object_field, const char *object, const char *buffer) write_to_syslog() argument 363 write_to_kmsg( int level, int error, const char*file, int line, const char *func, const char *object_field, const char *object, const char *buffer) write_to_kmsg() argument 397 log_dispatch( int level, int error, const char*file, int line, const char *func, const char *object_field, const char *object, char *buffer) log_dispatch() argument 469 log_internalv( int level, int error, const char*file, int line, const char *func, const char *format, va_list ap) log_internalv() argument 490 log_internal( int level, int error, const char*file, int line, const char *func, const char *format, ...) log_internal() argument 508 log_assert( int level, const char *text, const char *file, int line, const char *func, const char *format) log_assert() argument 530 log_assert_failed(const char *text, const char *file, int line, const char *func) log_assert_failed() argument 535 log_assert_failed_unreachable(const char *text, const char *file, int line, const char *func) log_assert_failed_unreachable() argument 540 log_oom_internal(const char *file, int line, const char *func) log_oom_internal() argument [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_readvitc.c | 83 get_pit_avg3( uint8_t *line, int i ) get_pit_avg3() argument 146 make_vitc_tc_string(char *buf, uint8_t *line) make_vitc_tc_string() argument [all...] |
| H A D | vsrc_life.c | 150 char *line = av_malloc(life->w + 1); in show_life_grid() local
|
| H A D | vsrc_cellauto.c | 92 char *line = av_malloc(s->w + 1); in show_cellauto_row() local
|
| H A D | vf_fieldhint.c | 46 int64_t line; member
|
| /third_party/ffmpeg/libavformat/ |
| H A D | jacosubdec.c | 166 char line[JSS_MAX_LINESIZE]; in jacosub_read_header() local
|
| H A D | mpjpegdec.c | 52 static int get_line(AVIOContext *pb, char *line, int line_size) in get_line() argument 68 static int split_tag_value(char **tag, char **value, char *line) in split_tag_value() argument 176 char line[128]; in parse_multipart_header() local [all...] |
| H A D | rpl.c | 54 static int read_line(AVIOContext * pb, char* line, int bufsize) in read_line() argument 71 static int32_t read_int(const char* line, const char** endptr, int* error) in read_int() argument 85 char line[RPL_LINE_LENGTH]; read_line_and_int() local 95 read_fps(const char* line, int* error) read_fps() argument 131 char line[RPL_LINE_LENGTH]; rpl_read_header() local [all...] |
| H A D | rtpdec_xiph.c | 353 xiph_parse_sdp_line(AVFormatContext *s, int st_index, PayloadContext *data, const char *line) xiph_parse_sdp_line() argument
|
| H A D | rtpdec_rfc4175.c | 228 int length, line, offset, cont, field; in rfc4175_handle_packet() local 173 rfc4175_parse_sdp_line(AVFormatContext *s, int st_index, PayloadContext *data, const char *line) rfc4175_parse_sdp_line() argument
|
| H A D | hlsproto.c | 108 char line[1024]; in parse_playlist() local [all...] |
| H A D | microdvddec.c | 96 char *line = line_buf; in microdvd_read_header() local [all...] |
| H A D | tls_openssl.c | 54 static void openssl_lock(int mode, int type, const char *file, int line) in openssl_lock() argument
|
| H A D | assenc.c | 30 char *line; member
|
| H A D | rtpdec_hevc.c | 129 hevc_parse_sdp_line(AVFormatContext *ctx, int st_index, PayloadContext *hevc_data, const char *line) hevc_parse_sdp_line() argument
|
| /third_party/curl/lib/vquic/ |
| H A D | vquic-tls.c | 85 static void keylog_callback(const SSL *ssl, const char *line) in keylog_callback() argument 337 static void keylog_callback(const WOLFSSL *ssl, const char *line) in keylog_callback() argument
|
| /third_party/curl/src/ |
| H A D | var.c | 209 varexpand(struct GlobalConfig *global, const char *line, struct curlx_dynbuf *out, bool *replaced) varexpand() argument 392 const char *line = input; setvariable() local [all...] |
| /third_party/gn/src/base/ |
| H A D | logging.cc | 143 LogMessage::LogMessage(const char* file, int line, LogSeverity severity) in LogMessage() argument 148 LogMessage::LogMessage(const char* file, int line, const char* condition) in LogMessage() argument 154 LogMessage::LogMessage(const char* file, int line, std::string* result) in LogMessage() argument 190 void LogMessage::Init(const char* file, int line) { in Init() argument 227 stream_ << ":" << filename << "(" << line << ")] "; in Init() local 161 LogMessage(const char* file, int line, LogSeverity severity, std::string* result) LogMessage() argument 268 Win32ErrorLogMessage(const char* file, int line, LogSeverity severity, SystemErrorCode err) Win32ErrorLogMessage() argument 278 ErrnoLogMessage(const char* file, int line, LogSeverity severity, SystemErrorCode err) ErrnoLogMessage() argument 322 LogErrorNotReached(const char* file, int line) LogErrorNotReached() argument [all...] |