Lines Matching refs:seekable
599 if(vf->seekable){ in _make_decode_ready()
723 int link=(vf->seekable?vf->current_link:0); in _fetch_and_process_packet()
739 if(vf->seekable && link>0) in _fetch_and_process_packet()
794 if(!vf->seekable){ in _fetch_and_process_packet()
825 if(vf->seekable){ in _fetch_and_process_packet()
897 if(offsettest!=-1)vf->seekable=1; in _ov_open1()
935 if(vf->seekable){ in _ov_open2()
1023 if(!vf->seekable)return OV_EINVAL; in ov_halfrate()
1079 return vf->seekable; in ov_seekable()
1094 if(!vf->seekable && i!=0)return(ov_bitrate(vf,0)); in ov_bitrate()
1108 if(vf->seekable){ in ov_bitrate()
1134 int link=(vf->seekable?vf->current_link:0); in ov_bitrate_instant()
1147 if(!vf->seekable && i>=0)return(ov_serialnumber(vf,-1)); in ov_serialnumber()
1162 if(!vf->seekable || i>=vf->links)return(OV_EINVAL); in ov_raw_total()
1181 if(!vf->seekable || i>=vf->links)return(OV_EINVAL); in ov_pcm_total()
1200 if(!vf->seekable || i>=vf->links)return(OV_EINVAL); in ov_time_total()
1224 if(!vf->seekable) in ov_raw_seek()
1394 if(!vf->seekable)return(OV_ENOSEEK); in ov_pcm_seek_page()
1675 if(!vf->seekable)return(OV_ENOSEEK); in ov_time_seek()
1705 if(!vf->seekable)return(OV_ENOSEEK); in ov_time_seek_page()
1745 if(vf->seekable){ in ov_time_tell()
1769 if(vf->seekable){ in ov_info()
1787 if(vf->seekable){ in ov_comment()