Home
last modified time | relevance | path

Searched refs:is_pipe (Results 26 - 50 of 56) sorted by relevance

123

/third_party/libsnd/src/
H A Dnist.c63 { if (psf->is_pipe) in nist_open()
H A Drf64.c116 { if (psf->is_pipe) in rf64_open()
399 if (psf->is_pipe == 0) in rf64_read_header()
H A Dmat5.c100 { if (psf->is_pipe) in mat5_open()
H A Dvoc.c107 if (psf->is_pipe) in voc_open()
H A Dau.c228 if (psf->is_pipe == SF_FALSE) in au_write_header()
H A Dsvx.c99 { if (psf->is_pipe) in svx_open()
H A Dwav.c185 { 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 Dmpeg_decode.c552 if (psf->is_pipe) in mpeg_decoder_init()
H A Dmpeg_l3_encode.c99 if (!info_tag || psf->is_pipe) in mpeg_l3_encoder_init()
H A Dogg_vorbis.c252 if (!psf->is_pipe) in vorbis_read_header()
H A Dcommon.h402 int is_pipe ; /* True if file is a pipe. */ member
H A Dw64.c143 { if (psf->is_pipe) in w64_open()
H A Dsndfile.c465 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 Dcaf.c134 { if (psf->is_pipe) in caf_open()
H A Dsds.c372 if (psf->is_pipe == SF_FALSE) in sds_write_header()
H A Dxi.c68 if (psf->is_pipe) in xi_open()
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-record.c1224 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 Dbuiltin-record.c1732 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 Dbuiltin-lock.c1946 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 Dcs-etm.c2393 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 Dsynthetic-events.c1820 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 Dsession.c219 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 Dcs-etm.c2795 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 Dsynthetic-events.c2075 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 Dffmpeg.c478 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()

Completed in 54 milliseconds

123