Home
last modified time | relevance | path

Searched refs:BUF_VIDEO_THEORA (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/libxine/xine-lib-1.2.11/src/combined/
H A Dogg_combined.c64 BUF_VIDEO_THEORA,
H A Dxine_ogg_demuxer.c221 } else if (this->si[stream_num]->buf_types == BUF_VIDEO_THEORA || in get_pts()
723 else if ((this->si[stream_num]->buf_types & 0xFFFF0000) == BUF_VIDEO_THEORA) { in send_ogg_buf()
1276 this->si[stream_num]->buf_types = BUF_VIDEO_THEORA; in decode_theora_header()
1304 this->si[stream_num]->buf_types = BUF_VIDEO_THEORA; in decode_theora_header()
1469 this->si[stream_num]->buf_types = BUF_VIDEO_THEORA; in decode_anxdata_header()
1683 …(this->si[stream_num]->buf_types!=BUF_VIDEO_THEORA) && (this->si[stream_num]->buf_types!=BUF_AUDIO… in demux_ogg_send_chunk()
1712 if (this->si[stream_num]->buf_types == BUF_VIDEO_THEORA) { in demux_ogg_send_chunk()
/dports/multimedia/libxine/xine-lib-1.2.11/include/xine/
H A Dbuffer.h152 #define BUF_VIDEO_THEORA 0x023E0000 macro