Home
last modified time | relevance | path

Searched refs:have_written (Results 1 – 8 of 8) sorted by relevance

/third_party/libsnd/src/
Dsndfile.c1040 if (psf->have_written) in sf_command()
1224 if (psf->broadcast_16k == NULL && psf->have_written) in sf_command()
1254 if (psf->cart_16k == NULL && psf->have_written) in sf_command()
1293 if (psf->have_written) in sf_command()
1319 if (psf->have_written) in sf_command()
1351 if (psf->have_written) in sf_command()
2128 if (psf->have_written == SF_FALSE && psf->write_header != NULL) in sf_write_raw()
2132 psf->have_written = SF_TRUE ; in sf_write_raw()
2188 if (psf->have_written == SF_FALSE && psf->write_header != NULL) in sf_write_short()
2192 psf->have_written = SF_TRUE ; in sf_write_short()
[all …]
Dstrings.c45 if (psf->have_written && (psf->strings.flags & SF_STR_ALLOW_END) == 0) in psf_store_string()
64 if (psf->file.mode == SFM_RDWR || psf->have_written) in psf_store_string()
Dogg_opus.c382 { if (psf->have_written) in ogg_opus_close()
763 { if (psf->have_written) in ogg_opus_write_header()
1713 { if (psf->have_written) in ogg_opus_command()
Drf64.c841 if (psf->have_written == 0) in rf64_command()
Dcommon.h459 int have_written ; /* Has a single write been done to the file? */ member
Dogg_vorbis.c527 if (psf->have_written) in vorbis_command()
Dflac.c876 if (psf->have_written) in flac_command()
/third_party/pulseaudio/src/modules/bluetooth/
Dmodule-bluez5-device.c1475 bool have_written = false; in thread_func() local
1541 have_written = true; in thread_func()
1547 if (!have_written) { in thread_func()