Home
last modified time | relevance | path

Searched refs:selectedChunk (Results 1 – 25 of 49) sorted by relevance

12

/dports/misc/veles/veles-2018.05.0/src/ui/
H A Dhexedit.cc204 if (!selectedChunk.isValid()) { in HexEdit()
214 dataModel_->removeRow(selectedChunk.row(), selectedChunk.parent()); in HexEdit()
228 if (!selectedChunk().isValid()) { in HexEdit()
489 QModelIndex HexEdit::selectedChunk() { in selectedChunk() function in veles::ui::HexEdit
897 if (selectedChunk().isValid()) { in paintEvent()
905 if (selectedChunk().parent().isValid()) { in paintEvent()
1008 bool isEditable = selectedChunk().isValid() && in contextMenuEvent()
1272 newSelectedChunk = selectedChunk().parent(); in mouseDoubleClickEvent()
1278 newSelectedChunk = selectedChunk(); in mouseDoubleClickEvent()
1457 if (size == 0 && selectedChunk().isValid()) { in parse()
[all …]
H A Dnodetreewidget.cc194 auto selectedChunk = tree_view_->selectionModel()->currentIndex(); in removeChunk() local
198 tr("Remove chunk %1 ?").arg(selectedChunk.data().toString()), in removeChunk()
204 data_model_->removeRow(selectedChunk.row(), selectedChunk.parent()); in removeChunk()
/dports/misc/veles/veles-2018.05.0/include/ui/
H A Dhexedit.h206 QModelIndex selectedChunk();
/dports/net/gstreamer1-plugins-libmms/gst-plugins-bad-1.16.2/ext/dash/
H A Dgstmpdparser.c4819 GstMediaSegment *selectedChunk = NULL; in gst_mpd_client_stream_seek() local
4845 selectedChunk = segment; in gst_mpd_client_stream_seek()
4865 selectedChunk = next_segment; in gst_mpd_client_stream_seek()
4878 selectedChunk = NULL; in gst_mpd_client_stream_seek()
4880 selectedChunk = g_ptr_array_index (stream->segments, ++index); in gst_mpd_client_stream_seek()
4888 if (selectedChunk == NULL) { in gst_mpd_client_stream_seek()
4896 *final_ts = selectedChunk->start + selectedChunk->duration * repeat_index; in gst_mpd_client_stream_seek()
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/ext/dash/
H A Dgstmpdparser.c4819 GstMediaSegment *selectedChunk = NULL; in gst_mpd_client_stream_seek() local
4845 selectedChunk = segment; in gst_mpd_client_stream_seek()
4865 selectedChunk = next_segment; in gst_mpd_client_stream_seek()
4878 selectedChunk = NULL; in gst_mpd_client_stream_seek()
4880 selectedChunk = g_ptr_array_index (stream->segments, ++index); in gst_mpd_client_stream_seek()
4888 if (selectedChunk == NULL) { in gst_mpd_client_stream_seek()
4896 *final_ts = selectedChunk->start + selectedChunk->duration * repeat_index; in gst_mpd_client_stream_seek()
/dports/multimedia/gstreamer1-plugins-smoothstreaming/gst-plugins-bad-1.16.2/ext/dash/
H A Dgstmpdparser.c4819 GstMediaSegment *selectedChunk = NULL; in gst_mpd_client_stream_seek() local
4845 selectedChunk = segment; in gst_mpd_client_stream_seek()
4865 selectedChunk = next_segment; in gst_mpd_client_stream_seek()
4878 selectedChunk = NULL; in gst_mpd_client_stream_seek()
4880 selectedChunk = g_ptr_array_index (stream->segments, ++index); in gst_mpd_client_stream_seek()
4888 if (selectedChunk == NULL) { in gst_mpd_client_stream_seek()
4896 *final_ts = selectedChunk->start + selectedChunk->duration * repeat_index; in gst_mpd_client_stream_seek()
/dports/multimedia/gstreamer1-plugins-resindvd/gst-plugins-bad-1.16.2/ext/dash/
H A Dgstmpdparser.c4819 GstMediaSegment *selectedChunk = NULL; in gst_mpd_client_stream_seek() local
4845 selectedChunk = segment; in gst_mpd_client_stream_seek()
4865 selectedChunk = next_segment; in gst_mpd_client_stream_seek()
4878 selectedChunk = NULL; in gst_mpd_client_stream_seek()
4880 selectedChunk = g_ptr_array_index (stream->segments, ++index); in gst_mpd_client_stream_seek()
4888 if (selectedChunk == NULL) { in gst_mpd_client_stream_seek()
4896 *final_ts = selectedChunk->start + selectedChunk->duration * repeat_index; in gst_mpd_client_stream_seek()
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/ext/dash/
H A Dgstmpdparser.c4819 GstMediaSegment *selectedChunk = NULL; in gst_mpd_client_stream_seek() local
4845 selectedChunk = segment; in gst_mpd_client_stream_seek()
4865 selectedChunk = next_segment; in gst_mpd_client_stream_seek()
4878 selectedChunk = NULL; in gst_mpd_client_stream_seek()
4880 selectedChunk = g_ptr_array_index (stream->segments, ++index); in gst_mpd_client_stream_seek()
4888 if (selectedChunk == NULL) { in gst_mpd_client_stream_seek()
4896 *final_ts = selectedChunk->start + selectedChunk->duration * repeat_index; in gst_mpd_client_stream_seek()
/dports/multimedia/gstreamer1-plugins-openh264/gst-plugins-bad-1.16.2/ext/dash/
H A Dgstmpdparser.c4819 GstMediaSegment *selectedChunk = NULL; in gst_mpd_client_stream_seek() local
4845 selectedChunk = segment; in gst_mpd_client_stream_seek()
4865 selectedChunk = next_segment; in gst_mpd_client_stream_seek()
4878 selectedChunk = NULL; in gst_mpd_client_stream_seek()
4880 selectedChunk = g_ptr_array_index (stream->segments, ++index); in gst_mpd_client_stream_seek()
4888 if (selectedChunk == NULL) { in gst_mpd_client_stream_seek()
4896 *final_ts = selectedChunk->start + selectedChunk->duration * repeat_index; in gst_mpd_client_stream_seek()
/dports/multimedia/gstreamer1-plugins-rtmp/gst-plugins-bad-1.16.2/ext/dash/
H A Dgstmpdparser.c4819 GstMediaSegment *selectedChunk = NULL; in gst_mpd_client_stream_seek() local
4845 selectedChunk = segment; in gst_mpd_client_stream_seek()
4865 selectedChunk = next_segment; in gst_mpd_client_stream_seek()
4878 selectedChunk = NULL; in gst_mpd_client_stream_seek()
4880 selectedChunk = g_ptr_array_index (stream->segments, ++index); in gst_mpd_client_stream_seek()
4888 if (selectedChunk == NULL) { in gst_mpd_client_stream_seek()
4896 *final_ts = selectedChunk->start + selectedChunk->duration * repeat_index; in gst_mpd_client_stream_seek()
/dports/multimedia/gstreamer1-plugins-mplex/gst-plugins-bad-1.16.2/ext/dash/
H A Dgstmpdparser.c4819 GstMediaSegment *selectedChunk = NULL; in gst_mpd_client_stream_seek() local
4845 selectedChunk = segment; in gst_mpd_client_stream_seek()
4865 selectedChunk = next_segment; in gst_mpd_client_stream_seek()
4878 selectedChunk = NULL; in gst_mpd_client_stream_seek()
4880 selectedChunk = g_ptr_array_index (stream->segments, ++index); in gst_mpd_client_stream_seek()
4888 if (selectedChunk == NULL) { in gst_mpd_client_stream_seek()
4896 *final_ts = selectedChunk->start + selectedChunk->duration * repeat_index; in gst_mpd_client_stream_seek()
/dports/multimedia/gstreamer1-plugins-ttml/gst-plugins-bad-1.16.2/ext/dash/
H A Dgstmpdparser.c4819 GstMediaSegment *selectedChunk = NULL; in gst_mpd_client_stream_seek() local
4845 selectedChunk = segment; in gst_mpd_client_stream_seek()
4865 selectedChunk = next_segment; in gst_mpd_client_stream_seek()
4878 selectedChunk = NULL; in gst_mpd_client_stream_seek()
4880 selectedChunk = g_ptr_array_index (stream->segments, ++index); in gst_mpd_client_stream_seek()
4888 if (selectedChunk == NULL) { in gst_mpd_client_stream_seek()
4896 *final_ts = selectedChunk->start + selectedChunk->duration * repeat_index; in gst_mpd_client_stream_seek()
/dports/multimedia/gstreamer1-plugins-dash/gst-plugins-bad-1.16.2/ext/dash/
H A Dgstmpdparser.c4819 GstMediaSegment *selectedChunk = NULL; in gst_mpd_client_stream_seek() local
4845 selectedChunk = segment; in gst_mpd_client_stream_seek()
4865 selectedChunk = next_segment; in gst_mpd_client_stream_seek()
4878 selectedChunk = NULL; in gst_mpd_client_stream_seek()
4880 selectedChunk = g_ptr_array_index (stream->segments, ++index); in gst_mpd_client_stream_seek()
4888 if (selectedChunk == NULL) { in gst_mpd_client_stream_seek()
4896 *final_ts = selectedChunk->start + selectedChunk->duration * repeat_index; in gst_mpd_client_stream_seek()
/dports/multimedia/gstreamer1-plugins-dts/gst-plugins-bad-1.16.2/ext/dash/
H A Dgstmpdparser.c4819 GstMediaSegment *selectedChunk = NULL; in gst_mpd_client_stream_seek() local
4845 selectedChunk = segment; in gst_mpd_client_stream_seek()
4865 selectedChunk = next_segment; in gst_mpd_client_stream_seek()
4878 selectedChunk = NULL; in gst_mpd_client_stream_seek()
4880 selectedChunk = g_ptr_array_index (stream->segments, ++index); in gst_mpd_client_stream_seek()
4888 if (selectedChunk == NULL) { in gst_mpd_client_stream_seek()
4896 *final_ts = selectedChunk->start + selectedChunk->duration * repeat_index; in gst_mpd_client_stream_seek()
/dports/multimedia/gstreamer1-plugins-assrender/gst-plugins-bad-1.16.2/ext/dash/
H A Dgstmpdparser.c4819 GstMediaSegment *selectedChunk = NULL; in gst_mpd_client_stream_seek() local
4845 selectedChunk = segment; in gst_mpd_client_stream_seek()
4865 selectedChunk = next_segment; in gst_mpd_client_stream_seek()
4878 selectedChunk = NULL; in gst_mpd_client_stream_seek()
4880 selectedChunk = g_ptr_array_index (stream->segments, ++index); in gst_mpd_client_stream_seek()
4888 if (selectedChunk == NULL) { in gst_mpd_client_stream_seek()
4896 *final_ts = selectedChunk->start + selectedChunk->duration * repeat_index; in gst_mpd_client_stream_seek()
/dports/multimedia/gstreamer1-plugins-bad/gst-plugins-bad-1.16.2/ext/dash/
H A Dgstmpdparser.c4819 GstMediaSegment *selectedChunk = NULL; in gst_mpd_client_stream_seek() local
4845 selectedChunk = segment; in gst_mpd_client_stream_seek()
4865 selectedChunk = next_segment; in gst_mpd_client_stream_seek()
4878 selectedChunk = NULL; in gst_mpd_client_stream_seek()
4880 selectedChunk = g_ptr_array_index (stream->segments, ++index); in gst_mpd_client_stream_seek()
4888 if (selectedChunk == NULL) { in gst_mpd_client_stream_seek()
4896 *final_ts = selectedChunk->start + selectedChunk->duration * repeat_index; in gst_mpd_client_stream_seek()
/dports/multimedia/gstreamer1-plugins-aom/gst-plugins-bad-1.16.2/ext/dash/
H A Dgstmpdparser.c4819 GstMediaSegment *selectedChunk = NULL; in gst_mpd_client_stream_seek() local
4845 selectedChunk = segment; in gst_mpd_client_stream_seek()
4865 selectedChunk = next_segment; in gst_mpd_client_stream_seek()
4878 selectedChunk = NULL; in gst_mpd_client_stream_seek()
4880 selectedChunk = g_ptr_array_index (stream->segments, ++index); in gst_mpd_client_stream_seek()
4888 if (selectedChunk == NULL) { in gst_mpd_client_stream_seek()
4896 *final_ts = selectedChunk->start + selectedChunk->duration * repeat_index; in gst_mpd_client_stream_seek()
/dports/multimedia/gstreamer1-plugins-hls/gst-plugins-bad-1.16.2/ext/dash/
H A Dgstmpdparser.c4819 GstMediaSegment *selectedChunk = NULL; in gst_mpd_client_stream_seek() local
4845 selectedChunk = segment; in gst_mpd_client_stream_seek()
4865 selectedChunk = next_segment; in gst_mpd_client_stream_seek()
4878 selectedChunk = NULL; in gst_mpd_client_stream_seek()
4880 selectedChunk = g_ptr_array_index (stream->segments, ++index); in gst_mpd_client_stream_seek()
4888 if (selectedChunk == NULL) { in gst_mpd_client_stream_seek()
4896 *final_ts = selectedChunk->start + selectedChunk->duration * repeat_index; in gst_mpd_client_stream_seek()
/dports/multimedia/gstreamer1-plugins-kate/gst-plugins-bad-1.16.2/ext/dash/
H A Dgstmpdparser.c4819 GstMediaSegment *selectedChunk = NULL; in gst_mpd_client_stream_seek() local
4845 selectedChunk = segment; in gst_mpd_client_stream_seek()
4865 selectedChunk = next_segment; in gst_mpd_client_stream_seek()
4878 selectedChunk = NULL; in gst_mpd_client_stream_seek()
4880 selectedChunk = g_ptr_array_index (stream->segments, ++index); in gst_mpd_client_stream_seek()
4888 if (selectedChunk == NULL) { in gst_mpd_client_stream_seek()
4896 *final_ts = selectedChunk->start + selectedChunk->duration * repeat_index; in gst_mpd_client_stream_seek()
/dports/multimedia/gstreamer1-plugins-mpeg2enc/gst-plugins-bad-1.16.2/ext/dash/
H A Dgstmpdparser.c4819 GstMediaSegment *selectedChunk = NULL; in gst_mpd_client_stream_seek() local
4845 selectedChunk = segment; in gst_mpd_client_stream_seek()
4865 selectedChunk = next_segment; in gst_mpd_client_stream_seek()
4878 selectedChunk = NULL; in gst_mpd_client_stream_seek()
4880 selectedChunk = g_ptr_array_index (stream->segments, ++index); in gst_mpd_client_stream_seek()
4888 if (selectedChunk == NULL) { in gst_mpd_client_stream_seek()
4896 *final_ts = selectedChunk->start + selectedChunk->duration * repeat_index; in gst_mpd_client_stream_seek()
/dports/multimedia/gstreamer1-plugins-libde265/gst-plugins-bad-1.16.2/ext/dash/
H A Dgstmpdparser.c4819 GstMediaSegment *selectedChunk = NULL; in gst_mpd_client_stream_seek() local
4845 selectedChunk = segment; in gst_mpd_client_stream_seek()
4865 selectedChunk = next_segment; in gst_mpd_client_stream_seek()
4878 selectedChunk = NULL; in gst_mpd_client_stream_seek()
4880 selectedChunk = g_ptr_array_index (stream->segments, ++index); in gst_mpd_client_stream_seek()
4888 if (selectedChunk == NULL) { in gst_mpd_client_stream_seek()
4896 *final_ts = selectedChunk->start + selectedChunk->duration * repeat_index; in gst_mpd_client_stream_seek()
/dports/audio/gstreamer1-plugins-modplug/gst-plugins-bad-1.16.2/ext/dash/
H A Dgstmpdparser.c4819 GstMediaSegment *selectedChunk = NULL; in gst_mpd_client_stream_seek() local
4845 selectedChunk = segment; in gst_mpd_client_stream_seek()
4865 selectedChunk = next_segment; in gst_mpd_client_stream_seek()
4878 selectedChunk = NULL; in gst_mpd_client_stream_seek()
4880 selectedChunk = g_ptr_array_index (stream->segments, ++index); in gst_mpd_client_stream_seek()
4888 if (selectedChunk == NULL) { in gst_mpd_client_stream_seek()
4896 *final_ts = selectedChunk->start + selectedChunk->duration * repeat_index; in gst_mpd_client_stream_seek()
/dports/audio/gstreamer1-plugins-soundtouch/gst-plugins-bad-1.16.2/ext/dash/
H A Dgstmpdparser.c4819 GstMediaSegment *selectedChunk = NULL; in gst_mpd_client_stream_seek() local
4845 selectedChunk = segment; in gst_mpd_client_stream_seek()
4865 selectedChunk = next_segment; in gst_mpd_client_stream_seek()
4878 selectedChunk = NULL; in gst_mpd_client_stream_seek()
4880 selectedChunk = g_ptr_array_index (stream->segments, ++index); in gst_mpd_client_stream_seek()
4888 if (selectedChunk == NULL) { in gst_mpd_client_stream_seek()
4896 *final_ts = selectedChunk->start + selectedChunk->duration * repeat_index; in gst_mpd_client_stream_seek()
/dports/audio/gstreamer1-plugins-sndfile/gst-plugins-bad-1.16.2/ext/dash/
H A Dgstmpdparser.c4819 GstMediaSegment *selectedChunk = NULL; in gst_mpd_client_stream_seek() local
4845 selectedChunk = segment; in gst_mpd_client_stream_seek()
4865 selectedChunk = next_segment; in gst_mpd_client_stream_seek()
4878 selectedChunk = NULL; in gst_mpd_client_stream_seek()
4880 selectedChunk = g_ptr_array_index (stream->segments, ++index); in gst_mpd_client_stream_seek()
4888 if (selectedChunk == NULL) { in gst_mpd_client_stream_seek()
4896 *final_ts = selectedChunk->start + selectedChunk->duration * repeat_index; in gst_mpd_client_stream_seek()
/dports/audio/gstreamer1-plugins-lv2/gst-plugins-bad-1.16.2/ext/dash/
H A Dgstmpdparser.c4819 GstMediaSegment *selectedChunk = NULL; in gst_mpd_client_stream_seek() local
4845 selectedChunk = segment; in gst_mpd_client_stream_seek()
4865 selectedChunk = next_segment; in gst_mpd_client_stream_seek()
4878 selectedChunk = NULL; in gst_mpd_client_stream_seek()
4880 selectedChunk = g_ptr_array_index (stream->segments, ++index); in gst_mpd_client_stream_seek()
4888 if (selectedChunk == NULL) { in gst_mpd_client_stream_seek()
4896 *final_ts = selectedChunk->start + selectedChunk->duration * repeat_index; in gst_mpd_client_stream_seek()

12