• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/

Lines Matching refs:seekable

419    seekable open. */
598 if(vf->seekable){
722 int link=(vf->seekable?vf->current_link:0);
738 if(vf->seekable && link>0)
793 if(!vf->seekable){
809 /* This is different in the seekable and non-seekable cases.
811 In the seekable case, we already have all the header
815 In the non-seekable (streaming) case, we'll only be at a
824 if(vf->seekable){
888 non-seekable stream) */
896 if(offsettest!=-1)vf->seekable=1;
912 for second stage of seekable stream open; this saves having to
934 if(vf->seekable){
1022 if(!vf->seekable)return OV_EINVAL;
1076 /* Is the FILE * associated with vf seekable? */
1078 return vf->seekable;
1093 if(!vf->seekable && i!=0)return(ov_bitrate(vf,0));
1107 if(vf->seekable){
1133 int link=(vf->seekable?vf->current_link:0);
1146 if(!vf->seekable && i>=0)return(ov_serialnumber(vf,-1));
1156 OV_EINVAL if the stream is not seekable (we can't know the length)
1161 if(!vf->seekable || i>=vf->links)return(OV_EINVAL);
1175 OV_EINVAL if the stream is not seekable (we can't know the
1180 if(!vf->seekable || i>=vf->links)return(OV_EINVAL);
1194 OV_EINVAL if the stream is not seekable (we can't know the
1199 if(!vf->seekable || i>=vf->links)return(OV_EINVAL);
1223 if(!vf->seekable)
1393 if(!vf->seekable)return(OV_ENOSEEK);
1674 if(!vf->seekable)return(OV_ENOSEEK);
1704 if(!vf->seekable)return(OV_ENOSEEK);
1744 if(vf->seekable){
1763 In the case of a non-seekable bitstream, any call returns the
1768 if(vf->seekable){
1786 if(vf->seekable){
1819 number will be incremented even for streamed (non-seekable) streams
1820 (for seekable streams, it represents the actual logical bitstream