Home
last modified time | relevance | path

Searched defs:line (Results 526 - 550 of 1402) sorted by relevance

1...<<21222324252627282930>>...57

/third_party/ffmpeg/libavcodec/
H A Dmicrodvddec.c281 char *line = avpkt->data; in microdvd_decode_frame() local
[all...]
H A Drawdec.c442 uint8_t *line = frame->data[0]; in raw_decode() local
H A Dqtrleenc.c136 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 Dlinux-pid-attach.c408 char *line = NULL; in dwfl_linux_proc_attach() local
H A Dlinux-proc-maps.c207 char *line = NULL; in proc_maps_report() local
[all...]
/third_party/elfutils/tests/
H A Ddwflmodtest.c118 int line = -1; in print_func() local
/third_party/f2fs-tools/tools/
H A Df2fs_io_parse.c212 char line[300]; in do_parse() local
/third_party/eudev/src/shared/
H A Dlog.c239 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 Dvf_readvitc.c83 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 Dvsrc_life.c150 char *line = av_malloc(life->w + 1); in show_life_grid() local
H A Dvsrc_cellauto.c92 char *line = av_malloc(s->w + 1); in show_cellauto_row() local
H A Dvf_fieldhint.c46 int64_t line; member
/third_party/ffmpeg/libavformat/
H A Djacosubdec.c166 char line[JSS_MAX_LINESIZE]; in jacosub_read_header() local
H A Dmpjpegdec.c52 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 Drpl.c54 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 Drtpdec_xiph.c353 xiph_parse_sdp_line(AVFormatContext *s, int st_index, PayloadContext *data, const char *line) xiph_parse_sdp_line() argument
H A Drtpdec_rfc4175.c228 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 Dhlsproto.c108 char line[1024]; in parse_playlist() local
[all...]
H A Dmicrodvddec.c96 char *line = line_buf; in microdvd_read_header() local
[all...]
H A Dtls_openssl.c54 static void openssl_lock(int mode, int type, const char *file, int line) in openssl_lock() argument
H A Dassenc.c30 char *line; member
H A Drtpdec_hevc.c129 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 Dvquic-tls.c85 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 Dvar.c209 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 Dlogging.cc143 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...]

Completed in 27 milliseconds

1...<<21222324252627282930>>...57