Searched full:pcm_start (Results 1 - 6 of 6) sorted by relevance
/third_party/libsnd/src/ |
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() 475 *best_gp = pcm_start ; 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() 642 *best_gp = pcm_start = gp ; in ogg_stream_seek_page_search() 674 if (pcm_end > gp && pcm_start <= 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_vorbis.c | 141 uint64_t pcm_start ; member 244 vorbis_calculate_granulepos (psf, &vdata->pcm_start) ; in vorbis_read_header() 245 vdata->gp = vdata->pcm_start ; in vorbis_read_header() 267 psf_log_printf (psf, "PCM offset : %D\n", vdata->pcm_start) ; 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() 901 ret = ogg_stream_seek_page_search (psf, odata, search_target_gp, vdata->pcm_start, in vorbis_seek_trysearch() 932 { target_gp = (uint64_t) offset + vdata->pcm_start ; in vorbis_seek() 943 vdata->gp = vdata->pcm_start ; in vorbis_seek() 949 return vdata->gp - vdata->pcm_start ; in vorbis_seek()
|
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 | 1532 uint64_t pcm_start ; in ogg_opus_page_seek_search() local 1540 best_gp = pcm_start = oopus->u.decode.gp_start ; 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()
|
/kernel/linux/linux-5.10/sound/pci/asihpi/ |
H A D | asihpi.c | 120 void (*pcm_start)(struct snd_pcm_substream *substream); member 617 card->pcm_start(substream); in snd_card_asihpi_trigger() 656 card->pcm_start(substream); in snd_card_asihpi_trigger() 2844 asihpi->pcm_start = snd_card_asihpi_pcm_int_start; in snd_asihpi_probe() 2848 asihpi->pcm_start = snd_card_asihpi_pcm_timer_start; in snd_asihpi_probe()
|
/kernel/linux/linux-6.6/sound/pci/asihpi/ |
H A D | asihpi.c | 120 void (*pcm_start)(struct snd_pcm_substream *substream); member 617 card->pcm_start(substream); in snd_card_asihpi_trigger() 656 card->pcm_start(substream); in snd_card_asihpi_trigger() 2842 asihpi->pcm_start = snd_card_asihpi_pcm_int_start; in snd_asihpi_probe() 2846 asihpi->pcm_start = snd_card_asihpi_pcm_timer_start; in snd_asihpi_probe()
|
Completed in 15 milliseconds