| /OK3568_Linux_fs/buildroot/package/qt5/qt5multimedia/ |
| H A D | 0009-qgstreamerplayersession-fix-the-method-of-judging-th.patch | 5 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 D | categories.hpp | 33 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 D | concepts.hpp | 103 typedef filter<seekable> seekable_filter; 104 typedef wfilter<seekable> seekable_wfilter;
|
| H A D | traits.hpp | 299 BOOST_IOSTREAMS_MODE_HELPER(seekable, 6)
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | flac.c | 229 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 D | skelform.c | 45 if (!ft->seekable) { in startread() 125 if (!ft->seekable) { in startwrite()
|
| H A D | opus.c | 59 int ret = ft->seekable ? lsx_seeki(ft, (off_t)off, whence) : -1; in callback_seek() 120 if (ft->seekable) in startread()
|
| H A D | gsrt.c | 87 if (file_size >= 2 && ft->seekable) { in start_read() 165 if (ft->seekable) { in stop_write()
|
| H A D | tx16w.c | 86 if (! ft->seekable) in startread() 240 if (! ft->seekable) in startwrite()
|
| H A D | formats.c | 51 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 D | aiff.c | 156 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 D | wavpack.c | 50 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 D | formats_i.c | 60 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 D | vorbis.c | 75 int ret = ft->seekable ? lsx_seeki(ft, (off_t)off, whence) : -1; in callback_seek() 140 if (ft->seekable) in startread()
|
| H A D | smp.c | 218 if (! ft->seekable) in sox_smpstartread() 348 if (! ft->seekable) in sox_smpstartwrite()
|
| H A D | avr.c | 146 if (!ft->seekable) { in startwrite()
|
| H A D | sphere.c | 124 if (ft->seekable) { in start_read()
|
| H A D | wav.c | 889 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 D | cvsd.c | 649 if (!ft->seekable) in lsx_dvmsstartwrite() 663 if (!ft->seekable) in lsx_dvmsstopwrite()
|
| H A D | maud.c | 206 if (! ft->seekable) in startwrite()
|
| /OK3568_Linux_fs/kernel/drivers/char/xillybus/ |
| H A D | xillybus_core.c | 411 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 D | xillybus.h | 47 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 D | concept_adapter.hpp | 91 (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 D | array.hpp | 81 BOOST_IOSTREAMS_ARRAY(array, seekable)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-extended/tgt/ |
| H A D | tgt_git.bb | 82 perl-module-io-seekable \
|