/third_party/libsnd/src/ |
H A D | nist.c | 63 { if (psf->is_pipe) in nist_open()
|
H A D | rf64.c | 116 { if (psf->is_pipe) in rf64_open() 399 if (psf->is_pipe == 0) in rf64_read_header()
|
H A D | mat5.c | 100 { if (psf->is_pipe) in mat5_open()
|
H A D | voc.c | 107 if (psf->is_pipe) in voc_open()
|
H A D | au.c | 228 if (psf->is_pipe == SF_FALSE) in au_write_header()
|
H A D | svx.c | 99 { if (psf->is_pipe) in svx_open()
|
H A D | wav.c | 185 { if (psf->is_pipe) in wav_open() 313 if (psf->is_pipe == 0 && psf->filelength > 0xFFFFFFFFLL) in wav_read_header() 681 if (psf->is_pipe == 0) in wav_read_header()
|
H A D | mpeg_decode.c | 552 if (psf->is_pipe) in mpeg_decoder_init()
|
H A D | mpeg_l3_encode.c | 99 if (!info_tag || psf->is_pipe) in mpeg_l3_encoder_init()
|
H A D | ogg_vorbis.c | 252 if (!psf->is_pipe) in vorbis_read_header()
|
H A D | common.h | 402 int is_pipe ; /* True if file is a pipe. */ member
|
H A D | w64.c | 143 { if (psf->is_pipe) in w64_open()
|
H A D | sndfile.c | 465 psf->is_pipe = psf_is_pipe (psf) ; in sf_open_fd() 3065 psf->is_pipe = psf_is_pipe (psf) ; in psf_open_file() 3067 if (psf->is_pipe) in psf_open_file()
|
H A D | caf.c | 134 { if (psf->is_pipe) in caf_open()
|
H A D | sds.c | 372 if (psf->is_pipe == SF_FALSE) in sds_write_header()
|
H A D | xi.c | 68 if (psf->is_pipe) in xi_open()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-record.c | 1224 if (data->is_pipe) in record__finish_output() 1388 if (data->is_pipe) { in record__synthesize() 1469 data->is_pipe); in record__synthesize() 1693 argv, data->is_pipe, in __cmd_record() 1708 if (data->is_pipe && rec->evlist->core.nr_entries == 1) in __cmd_record() 1747 if (data->is_pipe) { in __cmd_record()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-record.c | 1732 if (data->is_pipe) in record__finish_output() 1986 if (data->is_pipe) { in record__synthesize() 2036 data->is_pipe); in record__synthesize() 2402 err = evlist__prepare_workload(rec->evlist, &opts->target, argv, data->is_pipe, in __cmd_record() 2417 if (data->is_pipe && rec->evlist->core.nr_entries == 1) in __cmd_record() 2457 if (data->is_pipe) { in __cmd_record()
|
H A D | builtin-lock.c | 1946 if (!data.is_pipe) { in __cmd_report() 2120 } else if (!data.is_pipe) { in __cmd_contention()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | cs-etm.c | 2393 bool is_pipe = perf_data__is_pipe(session->data); in cs_etm__process_auxtrace_event() local 2396 if (is_pipe) in cs_etm__process_auxtrace_event()
|
H A D | synthetic-events.c | 1820 perf_event__handler_t process, bool is_pipe) in perf_event__synthesize_extra_attr() 1864 if (is_pipe) { in perf_event__synthesize_extra_attr() 1819 perf_event__synthesize_extra_attr(struct perf_tool *tool, struct evlist *evsel_list, perf_event__handler_t process, bool is_pipe) perf_event__synthesize_extra_attr() argument
|
H A D | session.c | 219 if (!data->is_pipe) { in perf_session__new() 257 if ((!data || !data->is_pipe) && tool && tool->ordering_requires_timestamps && in perf_session__new()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | cs-etm.c | 2795 bool is_pipe = perf_data__is_pipe(session->data); in cs_etm__process_auxtrace_event() local 2799 if (is_pipe) in cs_etm__process_auxtrace_event()
|
H A D | synthetic-events.c | 2075 perf_event__handler_t process, bool is_pipe) in perf_event__synthesize_extra_attr() 2119 if (is_pipe) { in perf_event__synthesize_extra_attr() 2074 perf_event__synthesize_extra_attr(struct perf_tool *tool, struct evlist *evsel_list, perf_event__handler_t process, bool is_pipe) perf_event__synthesize_extra_attr() argument
|
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg.c | 478 static int is_pipe; in read_key() local 483 is_pipe = !GetConsoleMode(input_handle, &dw); in read_key() 486 if (is_pipe) { in read_key()
|