Home
last modified time | relevance | path

Searched refs:mp4sample (Results 1 – 3 of 3) sorted by relevance

/dports/audio/deadbeef/deadbeef-0.7.2/plugins/libmp4ff/
H A DMakefile.am9 mp4sample.c\
H A DMakefile.in78 mp4meta.$(OBJEXT) mp4sample.$(OBJEXT) mp4tagupdate.$(OBJEXT) \
375 mp4sample.c\
431 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mp4sample.Po@am__quote@
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/aac/
H A Daac.c72 int mp4sample; member
640 if (info->mp4sample >= info->mp4samples) { in aac_read()
647 … int rc = mp4ff_read_sample (info->mp4, info->mp4track, info->mp4sample, &buffer, &buffer_size); in aac_read()
653 info->mp4sample++; in aac_read()
798 info->mp4sample = i; in aac_seek_sample()
799 …trace ("seek res: frame %d (old: %d*%d), skip %d\n", info->mp4sample, sample / info->mp4framesize,… in aac_seek_sample()