Searched refs:pcm_end (Results 1 - 4 of 4) sorted by relevance
/third_party/libsnd/src/ |
H A D | ogg_vorbis.c | 143 uint64_t pcm_end ; member 250 vdata->pcm_end = (uint64_t) -1 ; in vorbis_read_header() 254 last_page = ogg_sync_last_page_before (psf, odata, &vdata->pcm_end, psf->filelength, odata->ostream.serialno) ; in vorbis_read_header() 268 if (vdata->pcm_end != (uint64_t) -1) in vorbis_read_header() 269 psf_log_printf (psf, "PCM end : %D\n", vdata->pcm_end) ; in vorbis_read_header() 294 psf->sf.frames = (vdata->pcm_end != (uint64_t) -1) ? vdata->pcm_end - vdata->pcm_start : SF_COUNT_MAX ; in vorbis_read_header() 877 if (vdata->pcm_end == (uint64_t) -1) in vorbis_seek_trysearch() 902 vdata->pcm_end, &best_gp, psf->dataoffset, vdata->last_page, vdata->vinfo.rate) ; in vorbis_seek_trysearch()
|
H A D | ogg.c | 457 uint64_t target_gp, uint64_t pcm_start, uint64_t pcm_end, uint64_t *best_gp, in ogg_stream_seek_page_search() 502 bisect = begin + ogg_page_search_do_rescale (target_gp - pcm_start, pcm_end - pcm_start, end - begin) ; in ogg_stream_seek_page_search() 618 if (pcm_start > gp || pcm_end < gp) in ogg_stream_seek_page_search() 671 ** Don't let pcm_end get out of range! That could happen in ogg_stream_seek_page_search() 674 if (pcm_end > gp && pcm_start <= gp) in ogg_stream_seek_page_search() 675 pcm_end = gp ; in ogg_stream_seek_page_search() 456 ogg_stream_seek_page_search(SF_PRIVATE *psf, OGG_PRIVATE *odata, uint64_t target_gp, uint64_t pcm_start, uint64_t pcm_end, uint64_t *best_gp, sf_count_t begin, sf_count_t end, uint64_t gp_rate) ogg_stream_seek_page_search() argument
|
H A D | ogg.h | 156 ** ready for unpacking. Arguments pcm_start and pcm_end are the highest and 164 uint64_t pcm_start, uint64_t pcm_end,
|
H A D | ogg_opus.c | 1533 uint64_t pcm_end ; in ogg_opus_page_seek_search() local 1541 pcm_end = oopus->u.decode.gp_end ; in ogg_opus_page_seek_search() 1547 ret = ogg_stream_seek_page_search (psf, odata, target_gp, pcm_start, pcm_end, &best_gp, begin, end, 48000) ; in ogg_opus_page_seek_search()
|
Completed in 6 milliseconds