Home
last modified time | relevance | path

Searched refs:pck_queue (Results 1 – 12 of 12) sorted by relevance

/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/filters/
H A Dreframer.c76 GF_List *pck_queue; member
154 if (st->pck_queue) { in reframer_reset_stream()
155 while (gf_list_count(st->pck_queue)) { in reframer_reset_stream()
159 gf_list_del(st->pck_queue); in reframer_reset_stream()
194 st->pck_queue = gf_list_new(); in reframer_configure_pid()
512 gf_list_rem(st->pck_queue, 0); in reframer_drop_packet()
796 gf_list_rem(st->pck_queue, 0); in reframer_purge_queues()
925 pck = gf_list_last(st->pck_queue); in check_gop_split()
1206 gf_list_add(st->pck_queue, pck); in reframer_process()
1331 gf_list_add(st->pck_queue, pck); in reframer_process()
[all …]
H A Dreframe_mpgvid.c67 GF_List *pck_queue; member
252 if (flush_ref && ctx->pck_queue) { in mpgviddmx_enqueue_or_dispatch()
254 u32 i, count = gf_list_count(ctx->pck_queue); in mpgviddmx_enqueue_or_dispatch()
285 gf_list_reset(ctx->pck_queue); in mpgviddmx_enqueue_or_dispatch()
289 if (!ctx->pck_queue) ctx->pck_queue = gf_list_new(); in mpgviddmx_enqueue_or_dispatch()
290 gf_list_add(ctx->pck_queue, pck); in mpgviddmx_enqueue_or_dispatch()
429 if (ctx->pck_queue) { in mpgviddmx_process_event()
430 while (gf_list_count(ctx->pck_queue)) { in mpgviddmx_process_event()
1038 if (ctx->pck_queue) { in mpgviddmx_finalize()
1039 while (gf_list_count(ctx->pck_queue)) { in mpgviddmx_finalize()
[all …]
H A Din_rtp_stream.c71 if (!stream->pck_queue) return; in rtpin_stream_reset_queue()
72 while (gf_list_count(stream->pck_queue)) { in rtpin_stream_reset_queue()
73 GF_FilterPacket *pck = gf_list_pop_back(stream->pck_queue); in rtpin_stream_reset_queue()
95 if (stream->pck_queue) { in rtpin_stream_del()
97 gf_list_del(stream->pck_queue); in rtpin_stream_del()
110 GF_FilterPacket *prev = gf_list_get(stream->pck_queue, 0); in rtpin_stream_queue_pck()
114 gf_list_rem(stream->pck_queue, 0); in rtpin_stream_queue_pck()
118 gf_list_add(stream->pck_queue, pck); in rtpin_stream_queue_pck()
436 tmp->pck_queue = gf_list_new(); in rtpin_stream_new()
H A Din_rtp.c380 reset_stream = stream->pck_queue ? GF_TRUE : GF_FALSE; in rtpin_process_event()
389 while (gf_list_count(stream->pck_queue)) { in rtpin_process_event()
390 GF_FilterPacket *pck = gf_list_pop_front(stream->pck_queue); in rtpin_process_event()
569 if (stream->pck_queue) { in rtpin_process()
570 while (gf_list_count(stream->pck_queue)) { in rtpin_process()
571 GF_FilterPacket *pck = gf_list_pop_front(stream->pck_queue); in rtpin_process()
H A Dreframe_nalu.c130 GF_List *pck_queue; member
498 if (flush_ref && ctx->pck_queue && ctx->poc_diff) { in naludmx_enqueue_or_dispatch()
501 while (gf_list_count(ctx->pck_queue) ) { in naludmx_enqueue_or_dispatch()
516 gf_list_rem(ctx->pck_queue, 0); in naludmx_enqueue_or_dispatch()
548 gf_list_rem(ctx->pck_queue, 0); in naludmx_enqueue_or_dispatch()
554 if (!ctx->pck_queue) ctx->pck_queue = gf_list_new(); in naludmx_enqueue_or_dispatch()
555 gf_list_add(ctx->pck_queue, n_pck); in naludmx_enqueue_or_dispatch()
2718 u32 i, count = gf_list_count(ctx->pck_queue); in naludmx_process()
3033 if (ctx->pck_queue) { in naludmx_finalize()
3034 while (gf_list_count(ctx->pck_queue)) { in naludmx_finalize()
[all …]
H A Din_rtp.h262 GF_List *pck_queue; member
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/filters/
H A Dreframer.c76 GF_List *pck_queue; member
154 if (st->pck_queue) { in reframer_reset_stream()
155 while (gf_list_count(st->pck_queue)) { in reframer_reset_stream()
159 gf_list_del(st->pck_queue); in reframer_reset_stream()
194 st->pck_queue = gf_list_new(); in reframer_configure_pid()
512 gf_list_rem(st->pck_queue, 0); in reframer_drop_packet()
796 gf_list_rem(st->pck_queue, 0); in reframer_purge_queues()
925 pck = gf_list_last(st->pck_queue); in check_gop_split()
1206 gf_list_add(st->pck_queue, pck); in reframer_process()
1331 gf_list_add(st->pck_queue, pck); in reframer_process()
[all …]
H A Dreframe_mpgvid.c67 GF_List *pck_queue; member
252 if (flush_ref && ctx->pck_queue) { in mpgviddmx_enqueue_or_dispatch()
254 u32 i, count = gf_list_count(ctx->pck_queue); in mpgviddmx_enqueue_or_dispatch()
285 gf_list_reset(ctx->pck_queue); in mpgviddmx_enqueue_or_dispatch()
289 if (!ctx->pck_queue) ctx->pck_queue = gf_list_new(); in mpgviddmx_enqueue_or_dispatch()
290 gf_list_add(ctx->pck_queue, pck); in mpgviddmx_enqueue_or_dispatch()
429 if (ctx->pck_queue) { in mpgviddmx_process_event()
430 while (gf_list_count(ctx->pck_queue)) { in mpgviddmx_process_event()
1038 if (ctx->pck_queue) { in mpgviddmx_finalize()
1039 while (gf_list_count(ctx->pck_queue)) { in mpgviddmx_finalize()
[all …]
H A Din_rtp_stream.c71 if (!stream->pck_queue) return; in rtpin_stream_reset_queue()
72 while (gf_list_count(stream->pck_queue)) { in rtpin_stream_reset_queue()
73 GF_FilterPacket *pck = gf_list_pop_back(stream->pck_queue); in rtpin_stream_reset_queue()
95 if (stream->pck_queue) { in rtpin_stream_del()
97 gf_list_del(stream->pck_queue); in rtpin_stream_del()
110 GF_FilterPacket *prev = gf_list_get(stream->pck_queue, 0); in rtpin_stream_queue_pck()
114 gf_list_rem(stream->pck_queue, 0); in rtpin_stream_queue_pck()
118 gf_list_add(stream->pck_queue, pck); in rtpin_stream_queue_pck()
436 tmp->pck_queue = gf_list_new(); in rtpin_stream_new()
H A Din_rtp.c380 reset_stream = stream->pck_queue ? GF_TRUE : GF_FALSE; in rtpin_process_event()
389 while (gf_list_count(stream->pck_queue)) { in rtpin_process_event()
390 GF_FilterPacket *pck = gf_list_pop_front(stream->pck_queue); in rtpin_process_event()
569 if (stream->pck_queue) { in rtpin_process()
570 while (gf_list_count(stream->pck_queue)) { in rtpin_process()
571 GF_FilterPacket *pck = gf_list_pop_front(stream->pck_queue); in rtpin_process()
H A Dreframe_nalu.c130 GF_List *pck_queue; member
498 if (flush_ref && ctx->pck_queue && ctx->poc_diff) { in naludmx_enqueue_or_dispatch()
501 while (gf_list_count(ctx->pck_queue) ) { in naludmx_enqueue_or_dispatch()
516 gf_list_rem(ctx->pck_queue, 0); in naludmx_enqueue_or_dispatch()
548 gf_list_rem(ctx->pck_queue, 0); in naludmx_enqueue_or_dispatch()
554 if (!ctx->pck_queue) ctx->pck_queue = gf_list_new(); in naludmx_enqueue_or_dispatch()
555 gf_list_add(ctx->pck_queue, n_pck); in naludmx_enqueue_or_dispatch()
2718 u32 i, count = gf_list_count(ctx->pck_queue); in naludmx_process()
3033 if (ctx->pck_queue) { in naludmx_finalize()
3034 while (gf_list_count(ctx->pck_queue)) { in naludmx_finalize()
[all …]
H A Din_rtp.h262 GF_List *pck_queue; member