
Data Structures | |
| struct | decoder_sys_t |
Defines | |
| #define | TYPE int16_t |
| #define | TYPE_BITS 10 |
| #define | RLECODER 1 |
Functions | |
| static int | OpenDecoder (vlc_object_t *) |
| static void | CloseDecoder (vlc_object_t *) |
| static void * | DecodeBlock (decoder_t *, block_t **) |
| static picture_t * | DecodePacket (decoder_t *, block_t **, ogg_packet *) |
| static void | tarkin_CopyPicture (decoder_t *, picture_t *, uint8_t *, int) |
| int | vlc_entry__main (module_t *p_module) |
| const char * | vlc_entry_license__main (void) |
| #define RLECODER 1 |
| #define TYPE int16_t |
| #define TYPE_BITS 10 |
| static void CloseDecoder | ( | vlc_object_t * | p_this | ) | [static] |
References decoder_t::p_sys, p_sys, and decoder_sys_t::tarkin_stream.
| static picture_t * DecodePacket | ( | decoder_t * | p_dec, | |
| block_t ** | pp_block, | |||
| ogg_packet * | p_oggpacket | |||
| ) | [static] |
References picture_t::date, decoder_NewPicture(), DEFAULT_PTS_DELAY, decoder_t::fmt_out, video_format_t::i_aspect, i_chroma, es_format_t::i_codec, video_format_t::i_height, i_height, video_format_t::i_width, mdate(), msg_Err, decoder_t::p_sys, p_sys, decoder_sys_t::tarkdate, tarkin_CopyPicture(), decoder_sys_t::tarkin_stream, es_format_t::video, VLC_CODEC_I420, VLC_CODEC_RGB24, VLC_CODEC_RGB32, VLC_CODEC_RGBA, and VOUT_ASPECT_FACTOR.
| static int OpenDecoder | ( | vlc_object_t * | p_this | ) | [static] |
References DecodeBlock(), decoder_t::fmt_in, decoder_t::fmt_out, es_format_t::i_cat, es_format_t::i_codec, decoder_sys_t::i_headers, decoder_t::p_sys, p_sys, decoder_t::pf_decode_video, decoder_t::pf_packetize, decoder_sys_t::tarkin_stream, decoder_sys_t::tc, decoder_sys_t::ti, VIDEO_ES, VLC_CODEC_TARKIN, VLC_EGENERIC, VLC_ENOMEM, and VLC_SUCCESS.
| static void tarkin_CopyPicture | ( | decoder_t * | p_dec, | |
| picture_t * | p_pic, | |||
| uint8_t * | p_src, | |||
| int | i_pitch | |||
| ) | [static] |
References plane_t::i_pitch, picture_t::i_planes, plane_t::i_visible_lines, picture_t::p, p_dst, plane_t::p_pixels, and vlc_memcpy().
Referenced by DecodePacket().
| int vlc_entry__main | ( | module_t * | p_module | ) |
| const char* vlc_entry_license__main | ( | void | ) |
1.5.6