Home
last modified time | relevance | path

Searched refs:pp_last (Results 1 – 25 of 102) sorted by relevance

12345

/dports/multimedia/vlc/vlc-3.0.16/modules/codec/
H A Dtextst.c68 text_segment_t **pp_last = &p_region->p_segments; in set_category() local
109 *pp_last = text_segment_New(psz); in set_category()
111 if(p_style && *pp_last) in set_category()
147 *pp_last = text_segment_New("\n"); in set_category()
160 if(*pp_last) in set_category()
161 pp_last = &(*pp_last)->p_next; in set_category()
196 subpicture_updater_sys_region_t **pp_last = &p_region; in textst_FillRegions() local
213 if(*pp_last == NULL) in textst_FillRegions()
216 if(!*pp_last) in textst_FillRegions()
220 (*pp_last)->align = SUBPICTURE_ALIGN_BOTTOM; in textst_FillRegions()
[all …]
H A Dcc.c1215 text_segment_t **pp_last = &p_region->p_segments; in Eia608FillUpdaterRegions() local
1241 pp_last = &p_region->p_segments; in Eia608FillUpdaterRegions()
1253 *pp_last = text_segment_New( "\n" ); in Eia608FillUpdaterRegions()
1254 if( *pp_last ) in Eia608FillUpdaterRegions()
1255 pp_last = &((*pp_last)->p_next); in Eia608FillUpdaterRegions()
1258 *pp_last = p_segments; in Eia608FillUpdaterRegions()
1259 do { pp_last = &((*pp_last)->p_next); } while ( *pp_last != NULL ); in Eia608FillUpdaterRegions()
H A Dcea708.c962 text_segment_t **pp_last = &p_segments; in CEA708RowToSegments() local
970 *pp_last = CEA708CharsToSegment( p_row, i_start, i, in CEA708RowToSegments()
972 if( *pp_last ) in CEA708RowToSegments()
973 pp_last = &((*pp_last)->p_next); in CEA708RowToSegments()
990 text_segment_t **pp_last = &p_region->p_segments; in CEA708SpuConvert() local
996 *pp_last = CEA708RowToSegments( p_w->rows[i], i < p_w->i_lastrow ); in CEA708SpuConvert()
997 if( *pp_last ) in CEA708SpuConvert()
998 pp_last = &((*pp_last)->p_next); in CEA708SpuConvert()
/dports/multimedia/libdvbpsi/libdvbpsi-1.3.3/examples/dvbinfo/
H A Dbuffer.c50 buffer_t **pp_last; member
81 fifo->pp_last = &fifo->p_first; in fifo_new()
98 fifo->pp_last = &fifo->p_first; in fifo_free()
159 *fifo->pp_last = buffer; in fifo_push()
160 fifo->pp_last = &p_last->p_next; in fifo_push()
165 assert(fifo->pp_last != NULL); in fifo_push()
194 fifo->pp_last = &fifo->p_first; in fifo_pop()
/dports/multimedia/vlc/vlc-3.0.16/src/misc/
H A Dfifo.c44 block_t **pp_last; member
92 assert(*(fifo->pp_last) == NULL); in vlc_fifo_QueueUnlocked()
94 *(fifo->pp_last) = block; in vlc_fifo_QueueUnlocked()
98 fifo->pp_last = &block->p_next; in vlc_fifo_QueueUnlocked()
119 fifo->pp_last = &fifo->p_first; in vlc_fifo_DequeueUnlocked()
137 fifo->pp_last = &fifo->p_first; in vlc_fifo_DequeueAllUnlocked()
153 p_fifo->pp_last = &p_fifo->p_first; in block_FifoNew()
/dports/multimedia/vlc/vlc-3.0.16/modules/stream_filter/
H A Dcache_block.c77 block_t **pp_last; member
133 *sys->pp_last = b; in AStreamRefillBlock()
134 sys->pp_last = &b->p_next; in AStreamRefillBlock()
191 *sys->pp_last = b; in AStreamPrebufferBlock()
192 sys->pp_last = &b->p_next; in AStreamPrebufferBlock()
226 sys->pp_last = &sys->p_first; in AStreamControlReset()
319 sys->pp_last = &sys->p_first; in AStreamSeekBlock()
462 sys->pp_last = &sys->p_first; in Open()
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_block_helper.h31 block_t **pp_last; /**< tail ppointer for appends */ member
44 p_bytestream->pp_last = &p_bytestream->p_chain; in block_BytestreamInit()
93 p_bytestream->pp_last = &p_bytestream->p_chain; in block_BytestreamFlush()
99 block_ChainLastAppend( &p_bytestream->pp_last, p_block ); in block_BytestreamPush()
130 p_bytestream->pp_last = &p_bytestream->p_chain; in block_BytestreamPop()
140 p_bytestream->pp_last = &p_block_old->p_next; in block_BytestreamPop()
/dports/multimedia/vlc/vlc-3.0.16/modules/packetizer/
H A Dmpeg4video.c92 block_t **pp_last; member
155 p_sys->pp_last = &p_sys->p_frame; in Open()
220 p_sys->pp_last = &p_sys->p_frame; in PacketizeReset()
290 block_ChainLastAppend( &p_sys->pp_last, p_frag ); in ParseMPEGBlock()
314 block_ChainLastAppend( &p_sys->pp_last, p_frag ); in ParseMPEGBlock()
328 block_ChainLastAppend( &p_sys->pp_last, p_frag ); in ParseMPEGBlock()
347 p_sys->pp_last = &p_sys->p_frame; in ParseMPEGBlock()
H A Dmpegvideo.c129 block_t **pp_last; member
220 p_sys->pp_last = &p_sys->p_frame; in Open()
356 p_sys->pp_last = &p_sys->p_frame; in OutputFrame()
531 p_sys->pp_last = &p_sys->p_frame; in OutputFrame()
566 p_sys->pp_last = &p_sys->p_frame; in PacketizeReset()
666 p_sys->pp_last = &p_sys->p_frame; in ParseMPEGBlock()
677 block_ChainLastAppend( &p_sys->pp_last, p_frag ); in ParseMPEGBlock()
705 block_ChainLastAppend( &p_sys->pp_last, block_Duplicate( p_sys->p_seq ) ); in ParseMPEGBlock()
708 block_ChainLastAppend( &p_sys->pp_last, block_Duplicate( p_sys->p_ext ) ); in ParseMPEGBlock()
938 block_ChainLastAppend( &p_sys->pp_last, p_frag ); in ParseMPEGBlock()
H A Dvc1.c93 block_t **pp_last; member
175 p_sys->pp_last = &p_sys->p_frame; in Open()
286 p_sys->pp_last = &p_sys->p_frame; in PacketizeReset()
423 p_sys->pp_last = &p_sys->p_frame; in ParseIDU()
437 block_ChainLastAppend( &p_sys->pp_last, p_frag ); in ParseIDU()
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/omxil/
H A Domxil_utils.h89 (p_fifo)->pp_last = &(p_fifo)->p_first; } while(0)
106 if( !(p_fifo)->p_first ) (p_fifo)->pp_last = &(p_fifo)->p_first; \
119 if( !(p_fifo)->p_first ) (p_fifo)->pp_last = &(p_fifo)->p_first; \
127 *(p_fifo)->pp_last = p_buffer; \
128 (p_fifo)->pp_last = pp_next; *pp_next = 0; \
H A Domxil.h58 OMX_BUFFERHEADERTYPE **pp_last; member
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mpeg/
H A Dts_pid.c67 ts_pid_t **pp_last; member
74 p_key->pp_last = (ts_pid_t **) other; in ts_bsearch_searchkey_Compare()
101 pidkey.pp_last = NULL; in ts_pid_Get()
108 i_index = (pidkey.pp_last - p_list->pp_all); /* Last visited index */ in ts_pid_Get()
H A Dts_streams_private.h125 block_t **pp_last; member
138 block_t **pp_last; member
/dports/multimedia/vlc/vlc-3.0.16/modules/stream_out/
H A Dbridge.c155 block_t **pp_last; member
283 p_es->pp_last = &p_es->p_block; in AddOut()
336 *p_es->pp_last = p_buffer; in SendOut()
339 p_es->pp_last = &p_buffer->p_next; in SendOut()
543 p_bridge->pp_es[i]->pp_last = &p_bridge->pp_es[i]->p_block; in SendIn()
652 p_bridge->pp_es[i]->pp_last = &p_bridge->pp_es[i]->p_block; in SendIn()
H A Drecord.c88 block_t **pp_last; member
194 id->pp_last = &id->p_first; in Add()
594 p_cand->pp_last = &p_cand->p_first; in OutputStart()
645 block_ChainLastAppend( &id->pp_last, p_block ); in OutputSend()
/dports/multimedia/vlc/vlc-3.0.16/src/stream_output/
H A Dstream_output.c830 sout_stream_t *p_next, sout_stream_t **pp_last) in sout_StreamChainNew() argument
834 if(pp_last) *pp_last = NULL; in sout_StreamChainNew()
870 if(i == vlc_array_count(&name) - 1 && pp_last) in sout_StreamChainNew()
871 *pp_last = p_next; /* last module created in the chain */ in sout_StreamChainNew()
/dports/multimedia/vlc/vlc-3.0.16/modules/access/
H A Ddv.c72 block_t **pp_last; member
211 p_sys->p_ev->pp_last = &p_sys->p_ev->p_frame; in Open()
249 p_sys->p_ev->pp_last = &p_sys->p_frame; in Close()
397 p_sys->p_ev->pp_last = &p_sys->p_frame; in Raw1394Handler()
/dports/multimedia/vlc/vlc-3.0.16/src/config/
H A Dchain.c439 config_chain_t **pp_last = &p_dst; in config_ChainDuplicate() local
450 *pp_last = p; in config_ChainDuplicate()
451 pp_last = &p->p_next; in config_ChainDuplicate()
/dports/multimedia/vlc/vlc-3.0.16/modules/spu/
H A Dmosaic.h29 picture_t **pp_last; member
/dports/multimedia/vlc/vlc-3.0.16/src/
H A Dmissing.c176 sout_stream_t **pp_last) in sout_StreamChainNew() argument
179 VLC_UNUSED (pp_last); in sout_StreamChainNew()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/drivers/core/
H A Dofnode.c809 struct property *pp_last = NULL; in ofnode_write_prop() local
825 pp_last = pp; in ofnode_write_prop()
828 if (!pp_last) in ofnode_write_prop()
846 pp_last->next = new; in ofnode_write_prop()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/drivers/core/
H A Dofnode.c809 struct property *pp_last = NULL; in ofnode_write_prop() local
825 pp_last = pp; in ofnode_write_prop()
828 if (!pp_last) in ofnode_write_prop()
846 pp_last->next = new; in ofnode_write_prop()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/drivers/core/
H A Dofnode.c809 struct property *pp_last = NULL; in ofnode_write_prop() local
825 pp_last = pp; in ofnode_write_prop()
828 if (!pp_last) in ofnode_write_prop()
846 pp_last->next = new; in ofnode_write_prop()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/drivers/core/
H A Dofnode.c809 struct property *pp_last = NULL; in ofnode_write_prop() local
825 pp_last = pp; in ofnode_write_prop()
828 if (!pp_last) in ofnode_write_prop()
846 pp_last->next = new; in ofnode_write_prop()

12345