Home
last modified time | relevance | path

Searched refs:is_pipe (Results 1 - 25 of 30) sorted by relevance

12

/third_party/ffmpeg/libavformat/
H A Dimg2dec.c213 s->is_pipe = 0; in ff_img_read_header()
215 s->is_pipe = 1; in ff_img_read_header()
237 if (!s->is_pipe) { in ff_img_read_header()
419 if (!s->is_pipe) { in ff_img_read_packet()
483 if (avio_feof(f[0]) && s->loop && s->is_pipe) in ff_img_read_packet()
514 } else if (!s->is_pipe) { in ff_img_read_packet()
518 if (s->is_pipe) in ff_img_read_packet()
526 if (!s->is_pipe && s->export_path_metadata == 1) { in ff_img_read_packet()
536 if (s->loop && s->is_pipe && ret[i] == AVERROR_EOF) { in ff_img_read_packet()
542 if (!s->is_pipe in ff_img_read_packet()
[all...]
H A Dimg2.h48 int is_pipe; member
/third_party/libsnd/src/
H A Dfile_io.c312 if (psf->is_pipe) in psf_fseek()
378 if (psf->is_pipe) in psf_fread()
422 if (psf->is_pipe) in psf_fwrite()
435 if (psf->is_pipe) in psf_ftell()
1012 if (psf->is_pipe) in psf_fread()
1051 if (psf->is_pipe) in psf_fwrite()
1067 if (psf->is_pipe) in psf_ftell()
H A Dhtk.c55 if (psf->is_pipe) in htk_open()
H A Dmpc2k.c129 if (psf->is_pipe == SF_FALSE) in mpc2k_write_header()
H A Dpvf.c112 if (psf->is_pipe == SF_FALSE) in pvf_write_header()
H A Dwve.c58 if (psf->is_pipe) in wve_open()
H A Davr.c209 if (psf->is_pipe == SF_FALSE) in avr_write_header()
H A Dmat4.c90 { if (psf->is_pipe) in mat4_open()
H A Dircam.c262 if (psf->is_pipe == SF_FALSE) in ircam_write_header()
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()

Completed in 24 milliseconds

12