Home
last modified time | relevance | path

Searched refs:last_in_packet_buffer (Results 1 – 25 of 38) sorted by relevance

12

/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Dmux.c944 if (s->streams[pkt->stream_index]->last_in_packet_buffer) {
945 next_point = &(st->last_in_packet_buffer->next);
989 s->streams[pkt->stream_index]->last_in_packet_buffer =
1035 if (s->streams[i]->last_in_packet_buffer) {
1060 const AVPacketList *last = s->streams[i]->last_in_packet_buffer;
1109 if (st->last_in_packet_buffer == pktl)
1110 st->last_in_packet_buffer = NULL;
1128 if (st->last_in_packet_buffer == pktl)
1129 st->last_in_packet_buffer = NULL;
H A Dmxfenc.c2923 stream_count += !!s->streams[i]->last_in_packet_buffer; in mxf_interleave_get_packet()
2934 if (s->streams[pktl->pkt.stream_index]->last_in_packet_buffer != pktl) in mxf_interleave_get_packet()
2935 s->streams[pktl->pkt.stream_index]->last_in_packet_buffer = pktl; in mxf_interleave_get_packet()
2960 if(s->streams[pktl->pkt.stream_index]->last_in_packet_buffer == pktl) in mxf_interleave_get_packet()
2961 s->streams[pktl->pkt.stream_index]->last_in_packet_buffer= NULL; in mxf_interleave_get_packet()
H A Davformat.h1089 struct AVPacketList *last_in_packet_buffer; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Dmux.c950 if (s->streams[pkt->stream_index]->last_in_packet_buffer) {
951 next_point = &(st->last_in_packet_buffer->next);
995 s->streams[pkt->stream_index]->last_in_packet_buffer =
1046 if (s->streams[i]->last_in_packet_buffer) {
1071 const AVPacketList *last = s->streams[i]->last_in_packet_buffer;
1120 if (st->last_in_packet_buffer == pktl)
1121 st->last_in_packet_buffer = NULL;
1139 if (st->last_in_packet_buffer == pktl)
1140 st->last_in_packet_buffer = NULL;
H A Dmxfenc.c3035 stream_count += !!s->streams[i]->last_in_packet_buffer; in mxf_interleave_get_packet()
3046 if (s->streams[pktl->pkt.stream_index]->last_in_packet_buffer != pktl) in mxf_interleave_get_packet()
3047 s->streams[pktl->pkt.stream_index]->last_in_packet_buffer = pktl; in mxf_interleave_get_packet()
3072 if(s->streams[pktl->pkt.stream_index]->last_in_packet_buffer == pktl) in mxf_interleave_get_packet()
3073 s->streams[pktl->pkt.stream_index]->last_in_packet_buffer= NULL; in mxf_interleave_get_packet()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Dmux.c834 if (st->last_in_packet_buffer) {
835 next_point = &(st->last_in_packet_buffer->next);
879 st->last_in_packet_buffer = *next_point = this_pktl;
929 if (s->streams[i]->last_in_packet_buffer) {
954 const AVPacketList *last = s->streams[i]->last_in_packet_buffer;
1003 if (st->last_in_packet_buffer == pktl)
1004 st->last_in_packet_buffer = NULL;
1022 if (st->last_in_packet_buffer == pktl)
1023 st->last_in_packet_buffer = NULL;
H A Dmxfenc.c3053 stream_count += !!s->streams[i]->last_in_packet_buffer; in mxf_interleave_get_packet()
3064 if (s->streams[pktl->pkt.stream_index]->last_in_packet_buffer != pktl) in mxf_interleave_get_packet()
3065 s->streams[pktl->pkt.stream_index]->last_in_packet_buffer = pktl; in mxf_interleave_get_packet()
3090 if(s->streams[pktl->pkt.stream_index]->last_in_packet_buffer == pktl) in mxf_interleave_get_packet()
3091 s->streams[pktl->pkt.stream_index]->last_in_packet_buffer= NULL; in mxf_interleave_get_packet()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavformat/
H A Dmux.c692 if (s->streams[pkt->stream_index]->last_in_packet_buffer) { in ff_interleave_add_packet()
693 next_point = &(st->last_in_packet_buffer->next); in ff_interleave_add_packet()
738 s->streams[pkt->stream_index]->last_in_packet_buffer = in ff_interleave_add_packet()
781 if (s->streams[i]->last_in_packet_buffer) { in ff_interleave_packet_per_dts()
807 const AVPacketList *last = s->streams[i]->last_in_packet_buffer; in ff_interleave_packet_per_dts()
837 if (st->last_in_packet_buffer == pktl) in ff_interleave_packet_per_dts()
838 st->last_in_packet_buffer = NULL; in ff_interleave_packet_per_dts()
H A Dmxfenc.c2119 stream_count += !!s->streams[i]->last_in_packet_buffer; in mxf_interleave_get_packet()
2137 if(s->streams[pktl->pkt.stream_index]->last_in_packet_buffer == pktl) in mxf_interleave_get_packet()
2138 s->streams[pktl->pkt.stream_index]->last_in_packet_buffer= NULL; in mxf_interleave_get_packet()
2156 if(s->streams[pktl->pkt.stream_index]->last_in_packet_buffer == pktl) in mxf_interleave_get_packet()
2157 s->streams[pktl->pkt.stream_index]->last_in_packet_buffer= NULL; in mxf_interleave_get_packet()
H A Davformat.h981 struct AVPacketList *last_in_packet_buffer; member
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/
H A Dmux.c692 if (s->streams[pkt->stream_index]->last_in_packet_buffer) { in ff_interleave_add_packet()
693 next_point = &(st->last_in_packet_buffer->next); in ff_interleave_add_packet()
738 s->streams[pkt->stream_index]->last_in_packet_buffer = in ff_interleave_add_packet()
781 if (s->streams[i]->last_in_packet_buffer) { in ff_interleave_packet_per_dts()
807 const AVPacketList *last = s->streams[i]->last_in_packet_buffer; in ff_interleave_packet_per_dts()
837 if (st->last_in_packet_buffer == pktl) in ff_interleave_packet_per_dts()
838 st->last_in_packet_buffer = NULL; in ff_interleave_packet_per_dts()
H A Dmxfenc.c2119 stream_count += !!s->streams[i]->last_in_packet_buffer; in mxf_interleave_get_packet()
2137 if(s->streams[pktl->pkt.stream_index]->last_in_packet_buffer == pktl) in mxf_interleave_get_packet()
2138 s->streams[pktl->pkt.stream_index]->last_in_packet_buffer= NULL; in mxf_interleave_get_packet()
2156 if(s->streams[pktl->pkt.stream_index]->last_in_packet_buffer == pktl) in mxf_interleave_get_packet()
2157 s->streams[pktl->pkt.stream_index]->last_in_packet_buffer= NULL; in mxf_interleave_get_packet()
H A Davformat.h981 struct AVPacketList *last_in_packet_buffer; member
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Dmux.c852 if (st->internal->last_in_packet_buffer) {
853 next_point = &(st->internal->last_in_packet_buffer->next);
897 st->internal->last_in_packet_buffer = *next_point = this_pktl;
947 if (s->streams[i]->internal->last_in_packet_buffer) {
972 const PacketList *last = s->streams[i]->internal->last_in_packet_buffer;
1021 if (st->internal->last_in_packet_buffer == pktl)
1022 st->internal->last_in_packet_buffer = NULL;
1040 if (st->internal->last_in_packet_buffer == pktl)
1041 st->internal->last_in_packet_buffer = NULL;
H A Dinternal.h351 struct PacketList *last_in_packet_buffer; member
H A Dmxfenc.c3105 stream_count += !!s->streams[i]->internal->last_in_packet_buffer; in mxf_interleave_get_packet()
3116 if (s->streams[pktl->pkt.stream_index]->internal->last_in_packet_buffer != pktl) in mxf_interleave_get_packet()
3117 s->streams[pktl->pkt.stream_index]->internal->last_in_packet_buffer = pktl; in mxf_interleave_get_packet()
3142 if(s->streams[pktl->pkt.stream_index]->internal->last_in_packet_buffer == pktl) in mxf_interleave_get_packet()
3143 s->streams[pktl->pkt.stream_index]->internal->last_in_packet_buffer= NULL; in mxf_interleave_get_packet()
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Dmux.c852 if (st->internal->last_in_packet_buffer) {
853 next_point = &(st->internal->last_in_packet_buffer->next);
897 st->internal->last_in_packet_buffer = *next_point = this_pktl;
947 if (s->streams[i]->internal->last_in_packet_buffer) {
972 const PacketList *last = s->streams[i]->internal->last_in_packet_buffer;
1021 if (st->internal->last_in_packet_buffer == pktl)
1022 st->internal->last_in_packet_buffer = NULL;
1040 if (st->internal->last_in_packet_buffer == pktl)
1041 st->internal->last_in_packet_buffer = NULL;
H A Dinternal.h351 struct PacketList *last_in_packet_buffer; member
H A Dmxfenc.c3105 stream_count += !!s->streams[i]->internal->last_in_packet_buffer; in mxf_interleave_get_packet()
3116 if (s->streams[pktl->pkt.stream_index]->internal->last_in_packet_buffer != pktl) in mxf_interleave_get_packet()
3117 s->streams[pktl->pkt.stream_index]->internal->last_in_packet_buffer = pktl; in mxf_interleave_get_packet()
3142 if(s->streams[pktl->pkt.stream_index]->internal->last_in_packet_buffer == pktl) in mxf_interleave_get_packet()
3143 s->streams[pktl->pkt.stream_index]->internal->last_in_packet_buffer= NULL; in mxf_interleave_get_packet()
/dports/graphics/jogamp-jogl/jogl/make/stub_includes/libav/lavc53_lavf53_lavu51/libavformat/
H A Davformat.h748 struct AVPacketList *last_in_packet_buffer; member
809 struct AVPacketList *last_in_packet_buffer; member
/dports/graphics/jogamp-jogl/jogl/make/stub_includes/libav/lavc54_lavf54_lavu52_lavr01/libavformat/
H A Davformat.h778 struct AVPacketList *last_in_packet_buffer; member
/dports/graphics/jogamp-jogl/jogl/make/stub_includes/libav/lavc56_lavf56_lavu54_lavr02/libavformat/
H A Davformat.h866 struct AVPacketList *last_in_packet_buffer; member
/dports/graphics/jogamp-jogl/jogl/make/stub_includes/libav/lavc55_lavf55_lavu53_lavr01/libavformat/
H A Davformat.h815 struct AVPacketList *last_in_packet_buffer; member
/dports/graphics/electricsheep/electricsheep-37ba0fd692d6581f8fe009ed11c9650cd8174123/client_generic/ffmpeg/osx/include/libavformat/
H A Davformat.h981 struct AVPacketList *last_in_packet_buffer; member
/dports/multimedia/gpac-libgpac/gpac-1.0.0/extra_lib/include/ffmpeg_android/libavformat/
H A Davformat.h1088 struct AVPacketList *last_in_packet_buffer; member

12