
| volatile bool decoder_t::b_die |
set by the outside
| bool decoder_t::b_error |
Referenced by aout_new_buffer(), DecoderProcess(), DecoderThread(), spu_new_buffer(), and vout_new_buffer().
| bool decoder_t::b_force |
set by the outside (eg.
Referenced by CreateDecoder().
Referenced by CreateDecoder().
Referenced by aout_new_buffer(), CreateDecoder(), decoder_New(), DecoderOutputChangePause(), DecoderProcess(), DecoderProcessAudio(), DecoderProcessVideo(), DecoderUpdateFormatLocked(), DeleteDecoder(), demux_PacketizerNew(), ImageRead(), input_DecoderFrameNext(), input_DecoderIsEmpty(), video_new_buffer(), and vout_new_buffer().
Number of extra (ie in addition to the DPB) picture buffers needed for decoding.
Referenced by vout_new_buffer().
Referenced by CreateDecoder(), DecoderUpdateFormatLocked(), DeleteDecoder(), and demux_PacketizerDestroy().
(root of all evil) - 1
Referenced by aout_new_buffer(), aout_request_vout(), CreateDecoder(), decoder_New(), DecoderDecodeAudio(), DecoderDecodeVideo(), DecoderFixTs(), DecoderFlush(), DecoderFlushBuffering(), DecoderGetCc(), DecoderGetDisplayDate(), DecoderGetDisplayRate(), DecoderGetInputAttachments(), DecoderIsExitRequested(), DecoderIsFlushing(), DecoderOutputChangePause(), DecoderPlayAudio(), DecoderPlaySpu(), DecoderPlayVideo(), DecoderProcess(), DecoderProcessAudio(), DecoderProcessOnFlush(), DecoderProcessSpu(), DecoderProcessVideo(), DecoderSignalBuffering(), DecoderThread(), DecoderUpdateFormatLocked(), DecoderWaitDate(), DecoderWaitUnblock(), DeleteDecoder(), input_DecoderChangeDelay(), input_DecoderChangePause(), input_DecoderDecode(), input_DecoderDelete(), input_DecoderFrameNext(), input_DecoderGetCcState(), input_DecoderGetFifoSize(), input_DecoderGetObjects(), input_DecoderHasFormatChanged(), input_DecoderIsCcPresent(), input_DecoderIsEmpty(), input_DecoderSetCcState(), input_DecoderStartBuffering(), input_DecoderStopBuffering(), input_DecoderWaitBuffering(), spu_del_buffer(), spu_new_buffer(), vout_del_buffer(), vout_link_picture(), vout_new_buffer(), and vout_unlink_picture().
our parent
| aout_buffer_t*(* decoder_t::pf_aout_buffer_new)(decoder_t *, int) |
Referenced by CreateDecoder(), and decoder_NewAudioBuffer().
| aout_buffer_t*( * decoder_t::pf_decode_audio)(decoder_t *, block_t **) |
Referenced by CreateDecoder(), DecoderDecodeAudio(), and demux_PacketizerNew().
| subpicture_t*( * decoder_t::pf_decode_sub)(decoder_t *, block_t **) |
Referenced by CreateDecoder(), DecoderProcessSpu(), and demux_PacketizerNew().
| picture_t*( * decoder_t::pf_decode_video)(decoder_t *, block_t **) |
Referenced by CreateDecoder(), DecoderDecodeVideo(), demux_PacketizerNew(), and ImageRead().
| int(* decoder_t::pf_get_attachments)(decoder_t *p_dec, input_attachment_t ***ppp_attachment, int *pi_attachment) |
Referenced by CreateDecoder(), and decoder_GetInputAttachments().
| block_t*( * decoder_t::pf_get_cc)(decoder_t *, bool pb_present[4]) |
Referenced by CreateDecoder(), DecoderDecodeVideo(), DecoderGetCc(), and DecoderProcessVideo().
Referenced by CreateDecoder(), and decoder_GetDisplayDate().
| int(* decoder_t::pf_get_display_rate)(decoder_t *) |
Referenced by CreateDecoder(), and decoder_GetDisplayRate().
| block_t*( * decoder_t::pf_packetize)(decoder_t *, block_t **) |
Referenced by CreateDecoder(), DecoderProcessAudio(), DecoderProcessVideo(), and demux_PacketizerNew().
| void(* decoder_t::pf_picture_link)(decoder_t *, picture_t *) |
Referenced by CreateDecoder(), and decoder_LinkPicture().
| void(* decoder_t::pf_picture_unlink)(decoder_t *, picture_t *) |
Referenced by CreateDecoder(), and decoder_UnlinkPicture().
| void(* decoder_t::pf_spu_buffer_del)(decoder_t *, subpicture_t *) |
Referenced by CreateDecoder(), and decoder_DeleteSubpicture().
| subpicture_t*(* decoder_t::pf_spu_buffer_new)(decoder_t *, const subpicture_updater_t *) |
Referenced by CreateDecoder(), and decoder_NewSubpicture().
| void(* decoder_t::pf_vout_buffer_del)(decoder_t *, picture_t *) |
Referenced by CreateDecoder(), and decoder_DeletePicture().
Referenced by CreateDecoder(), and decoder_NewPicture().
| char* decoder_t::psz_header |
| const char* decoder_t::psz_object_type |
1.7.1