Home | History | Annotate | Download | only in lib

Lines Matching full:seekable

420    seekable open. */
599 if(vf->seekable){
723 int link=(vf->seekable?vf->current_link:0);
739 if(vf->seekable && link>0)
794 if(!vf->seekable){
810 /* This is different in the seekable and non-seekable cases.
812 In the seekable case, we already have all the header
816 In the non-seekable (streaming) case, we'll only be at a
825 if(vf->seekable){
889 non-seekable stream) */
897 if(offsettest!=-1)vf->seekable=1;
913 for second stage of seekable stream open; this saves having to
935 if(vf->seekable){
1023 if(!vf->seekable)return OV_EINVAL;
1077 /* Is the FILE * associated with vf seekable? */
1079 return vf->seekable;
1094 if(!vf->seekable && i!=0)return(ov_bitrate(vf,0));
1108 if(vf->seekable){
1134 int link=(vf->seekable?vf->current_link:0);
1147 if(!vf->seekable && i>=0)return(ov_serialnumber(vf,-1));
1157 OV_EINVAL if the stream is not seekable (we can't know the length)
1162 if(!vf->seekable || i>=vf->links)return(OV_EINVAL);
1176 OV_EINVAL if the stream is not seekable (we can't know the
1181 if(!vf->seekable || i>=vf->links)return(OV_EINVAL);
1195 OV_EINVAL if the stream is not seekable (we can't know the
1200 if(!vf->seekable || i>=vf->links)return(OV_EINVAL);
1224 if(!vf->seekable)
1394 if(!vf->seekable)return(OV_ENOSEEK);
1675 if(!vf->seekable)return(OV_ENOSEEK);
1705 if(!vf->seekable)return(OV_ENOSEEK);
1745 if(vf->seekable){
1764 In the case of a non-seekable bitstream, any call returns the
1769 if(vf->seekable){
1787 if(vf->seekable){
1820 number will be incremented even for streamed (non-seekable) streams
1821 (for seekable streams, it represents the actual logical bitstream