Home
last modified time | relevance | path

Searched refs:current_fragment (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/smoothstreaming/
Dgstmssmanifest.c94 GList *current_fragment; member
302 stream->current_fragment = iter; in _gst_mss_stream_init()
304 stream->current_fragment = stream->fragments; in _gst_mss_stream_init()
1064 if (stream->current_fragment == NULL) /* stream is over */ in gst_mss_stream_get_fragment_url()
1067 fragment = stream->current_fragment->data; in gst_mss_stream_get_fragment_url()
1096 if (!stream->current_fragment) { in gst_mss_stream_get_fragment_gst_timestamp()
1104 fragment = stream->current_fragment->data; in gst_mss_stream_get_fragment_gst_timestamp()
1124 if (!stream->current_fragment) in gst_mss_stream_get_fragment_gst_duration()
1127 fragment = stream->current_fragment->data; in gst_mss_stream_get_fragment_gst_duration()
1140 if (stream->current_fragment == NULL) in gst_mss_stream_has_next_fragment()
[all …]
/third_party/ffmpeg/libavcodec/
Dvp3.c479 int current_fragment; in unpack_superblocks() local
583 current_fragment = s->superblock_fragments[i * 16 + j]; in unpack_superblocks()
584 if (current_fragment != -1) { in unpack_superblocks()
586 current_fragment; in unpack_superblocks()
601 current_fragment = s->superblock_fragments[i * 16 + j]; in unpack_superblocks()
602 if (current_fragment != -1) { in unpack_superblocks()
618 s->all_fragments[current_fragment].coding_method = in unpack_superblocks()
621 current_fragment; in unpack_superblocks()
624 s->all_fragments[current_fragment].coding_method = in unpack_superblocks()
793 int current_fragment; in unpack_modes() local
[all …]
Dvaapi_encode_mpeg2.c62 CodedBitstreamFragment current_fragment; member
112 CodedBitstreamFragment *frag = &priv->current_fragment; in vaapi_encode_mpeg2_write_sequence_header()
146 CodedBitstreamFragment *frag = &priv->current_fragment; in vaapi_encode_mpeg2_write_picture_header()
634 ff_cbs_fragment_free(&priv->current_fragment); in vaapi_encode_mpeg2_close()
Dvaapi_encode_mjpeg.c80 CodedBitstreamFragment current_fragment; member
89 CodedBitstreamFragment *frag = &priv->current_fragment; in vaapi_encode_mjpeg_write_image_header()
522 ff_cbs_fragment_free(&priv->current_fragment); in vaapi_encode_mjpeg_close()
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstdashdemux.h67 GstMediaFragmentInfo current_fragment; member
/third_party/gstreamer/gstplugins_bad/
DChangeLog78385 stream->current_fragment has the value of g_list_previous (iter) which has