Home
last modified time | relevance | path

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

/dports/multimedia/libxine/xine-lib-1.2.11/include/xine/
H A Dbuffer.h69 #define BUF_CONTROL_BASE 0x01000000 macro
/dports/multimedia/libxine/xine-lib-1.2.11/src/xine-engine/
H A Dnet_buf_ctrl.c541 if ((buf->type & BUF_MAJOR_MASK) != BUF_CONTROL_BASE) { in nbc_put_cb()
704 if ((buf->type & BUF_MAJOR_MASK) != BUF_CONTROL_BASE) { in nbc_get_cb()
H A Dbuffer.c603 if ((start->elem.type & BUF_MAJOR_MASK) == BUF_CONTROL_BASE) { in fifo_buffer_clear()
635 if ((next->elem.type & BUF_MAJOR_MASK) == BUF_CONTROL_BASE) in fifo_buffer_clear()
H A Daudio_decoder.c269 case BUFTYPE_BASE (BUF_CONTROL_BASE): in audio_decoder_loop()
H A Dvideo_decoder.c351 case BUFTYPE_BASE (BUF_CONTROL_BASE): in video_decoder_loop()
/dports/multimedia/libxine/xine-lib-1.2.11/src/demuxers/
H A Ddemux_mpeg_block.c188 if (stype == BUF_CONTROL_BASE) { in demux_mpeg_block_parse_pack()