Home
last modified time | relevance | path

Searched refs:seekable (Results 1 – 25 of 43) sorted by relevance

12

/OK3568_Linux_fs/buildroot/package/qt5/qt5multimedia/
H A D0009-qgstreamerplayersession-fix-the-method-of-judging-th.patch5 video seekable attribute
28 - gst_query_parse_seeking(query, 0, &seekable, 0, 0);
29 + gst_query_parse_seeking(query, 0, &seekable, 0, &dur);
32 + /* Fix seekable value by dur value */
33 + if (seekable && (dur <= 0))
34 + seekable = false;
36 setSeekable(seekable);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/
H A Dcategories.hpp33 struct seekable struct
68 struct seekable_device_tag : virtual device_tag, seekable { };
73 struct seekable_filter_tag : filter_tag, seekable { };
131 : seekable,
136 : seekable,
165 : seekable,
169 : seekable,
H A Dconcepts.hpp103 typedef filter<seekable> seekable_filter;
104 typedef wfilter<seekable> seekable_wfilter;
H A Dtraits.hpp299 BOOST_IOSTREAMS_MODE_HELPER(seekable, 6)
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dflac.c229 ft->seekable ? decoder_seek_callback : NULL, in start_read()
230 ft->seekable ? decoder_tell_callback : NULL, in start_read()
231 ft->seekable ? decoder_length_callback : NULL, in start_read()
232 ft->seekable ? decoder_eof_callback : NULL, in start_read()
363 if (!ft->seekable) in flac_stream_encoder_seek_callback()
378 if (!ft->seekable) in flac_stream_encoder_tell_callback()
H A Dskelform.c45 if (!ft->seekable) { in startread()
125 if (!ft->seekable) { in startwrite()
H A Dopus.c59 int ret = ft->seekable ? lsx_seeki(ft, (off_t)off, whence) : -1; in callback_seek()
120 if (ft->seekable) in startread()
H A Dgsrt.c87 if (file_size >= 2 && ft->seekable) { in start_read()
165 if (ft->seekable) { in stop_write()
H A Dtx16w.c86 if (! ft->seekable) in startread()
240 if (! ft->seekable) in startwrite()
H A Dformats.c51 size_t len = lsx_readbuf(ft, data, ft->seekable? sizeof(data) : PIPE_AUTO_DETECT_SIZE); in auto_detect_format()
535 ft->seekable = is_seekable(ft); in open_read()
539 if (ft->seekable) { in open_read()
935 ft->seekable = is_seekable(ft); in open_write()
962 …ler.flags & SOX_FILE_REWIND) && strcmp(ft->filetype, "sox") && !ft->signal.length && !ft->seekable) in open_write()
1054 if (ft->olength != ft->signal.length && ft->seekable) { in sox_close()
1091 if (ft->seekable && ft->handler.seek) in sox_seek()
H A Daiff.c156 if (!ft->seekable) in lsx_aiffstartread()
342 if (ft->seekable) { in lsx_aiffstartread()
572 if (!ft->seekable) in lsx_aiffstopread()
635 if (!ft->seekable) in lsx_aiffstopwrite()
832 if (!ft->seekable) in lsx_aifcstopwrite()
H A Dwavpack.c50 return ((sox_format_t *)ft)->seekable;} in ft_is_seekable()
167 …if (ft->seekable && WavpackGetNumSamples(p->codec) != WavpackGetSampleIndex(p->codec) && p->first_… in stop_write()
H A Dformats_i.c60 if (ft->seekable) in lsx_check_read_params()
156 return ft->seekable? (off_t)ftello((FILE*)ft->fp) : (off_t)ft->tell_off; in lsx_tell()
194 if (ft->seekable == 0) { in lsx_seeki()
H A Dvorbis.c75 int ret = ft->seekable ? lsx_seeki(ft, (off_t)off, whence) : -1; in callback_seek()
140 if (ft->seekable) in startread()
H A Dsmp.c218 if (! ft->seekable) in sox_smpstartread()
348 if (! ft->seekable) in sox_smpstartwrite()
H A Davr.c146 if (!ft->seekable) { in startwrite()
H A Dsphere.c124 if (ft->seekable) { in start_read()
H A Dwav.c889 if (!ft->seekable) in startread()
927 if (ft->seekable) in startread()
1122 if (!ft->signal.length && !ft->seekable) in startwrite()
1570 if (!ft->seekable) in stopwrite()
H A Dcvsd.c649 if (!ft->seekable) in lsx_dvmsstartwrite()
663 if (!ft->seekable) in lsx_dvmsstopwrite()
H A Dmaud.c206 if (! ft->seekable) in startwrite()
/OK3568_Linux_fs/kernel/drivers/char/xillybus/
H A Dxillybus_core.c411 int synchronous, allowpartial, exclusive_open, seekable; in xilly_setupchannels() local
493 seekable = (chandesc[2] >> 6) & 0x01; in xilly_setupchannels()
527 channel->seekable = seekable; in xilly_setupchannels()
536 channel->seekable = seekable; in xilly_setupchannels()
1555 if (!rc && (!channel->seekable)) in xillybus_open()
H A Dxillybus.h47 int seekable; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/adapter/
H A Dconcept_adapter.hpp91 (basic_null_device<char_type, seekable>*) 0); in seek()
100 { this->close(which, (basic_null_device<char_type, seekable>*) 0); } in close()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/device/
H A Darray.hpp81 BOOST_IOSTREAMS_ARRAY(array, seekable)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-extended/tgt/
H A Dtgt_git.bb82 perl-module-io-seekable \

12