Home
last modified time | relevance | path

Searched refs:SF_COUNT_MAX (Results 1 - 13 of 13) sorted by relevance

/third_party/libsnd/src/
H A Dmpeg.c140 if (psf->filelength != SF_COUNT_MAX) in mpeg_open()
143 psf->datalength = SF_COUNT_MAX ; in mpeg_open()
H A Dogg_pcm.c105 psf->sf.frames = SF_COUNT_MAX ; /* Unknown really */ in ogg_pcm_open()
H A Dogg_opus.c367 psf->sf.frames = SF_COUNT_MAX ; /* Unknown really */ in ogg_opus_open()
1407 psf->sf.frames = SF_COUNT_MAX ; in ogg_opus_analyze_file()
1409 oopus->u.decode.last_offset = SF_COUNT_MAX ; in ogg_opus_analyze_file()
1412 if (psf->filelength != SF_COUNT_MAX) in ogg_opus_analyze_file()
1415 psf->datalength = SF_COUNT_MAX ; in ogg_opus_analyze_file()
1804 if (psf->datalength != SF_COUNT_MAX) in ogg_opus_byterate()
H A Dogg_speex.c121 psf->sf.frames = SF_COUNT_MAX ; /* Unknown really */ in ogg_speex_open()
H A Dmpeg_decode.c226 { info->frames = SF_COUNT_MAX ; in mpeg_dec_fill_sfinfo()
H A Dogg_vorbis.c294 psf->sf.frames = (vdata->pcm_end != (uint64_t) -1) ? vdata->pcm_end - vdata->pcm_start : SF_COUNT_MAX ; in vorbis_read_header()
H A Dw64.c158 psf->filelength = SF_COUNT_MAX - 10000 ; in w64_open()
H A Dcommon.c1240 if (psf->sf.frames == SF_COUNT_MAX) in psf_log_SF_INFO()
1550 /* If we're reading from a pipe or the file is too long, just return SF_COUNT_MAX. */ in psf_decode_frame_count()
1552 return SF_COUNT_MAX ; in psf_decode_frame_count()
H A Dflac.c473 { psf_log_printf (psf, " Frames : 0 (bumping to SF_COUNT_MAX)\n") ;
474 psf->sf.frames = SF_COUNT_MAX ;
H A Dsndfile.c3069 psf->filelength = SF_COUNT_MAX ; in psf_open_file()
3102 if (psf->filelength == SF_COUNT_MAX) in psf_open_file()
/third_party/libsnd/include/
H A Dconfig.h246 #define SF_COUNT_MAX 0x7FFFFFFFFFFFFFFFLL macro
H A Dsndfile.h369 #ifndef SF_COUNT_MAX
370 #define SF_COUNT_MAX INT64_MAX macro
/third_party/libsnd/programs/
H A Dsndfile-info.c243 if (sfinfo.frames == SF_COUNT_MAX) in info_dump()

Completed in 17 milliseconds