xine-lib 1.2.13-20230125hg15249
Data Fields
mmal_decoder_s Struct Reference

Data Fields

video_decoder_t video_decoder
 
pthread_mutex_t mutex
 
xine_stream_tstream
 
MMAL_BUFFER_HEADER_T * input_buffer
 
MMAL_COMPONENT_T * decoder
 
MMAL_POOL_T * input_pool
 
MMAL_POOL_T * output_pool
 
MMAL_QUEUE_T * decoded_frames
 
MMAL_ES_FORMAT_T * output_format
 
double ratio
 
int width
 
int height
 
int frame_flags
 
int crop_x
 
int crop_y
 
int crop_w
 
int crop_h
 
uint8_t decoder_ok
 
uint8_t discontinuity
 

Field Documentation

◆ crop_h

int mmal_decoder_s::crop_h

◆ crop_w

int mmal_decoder_s::crop_w

◆ crop_x

int mmal_decoder_s::crop_x

◆ crop_y

int mmal_decoder_s::crop_y

◆ decoded_frames

MMAL_QUEUE_T* mmal_decoder_s::decoded_frames

◆ decoder

MMAL_COMPONENT_T* mmal_decoder_s::decoder

◆ decoder_ok

uint8_t mmal_decoder_s::decoder_ok

◆ discontinuity

uint8_t mmal_decoder_s::discontinuity

◆ frame_flags

int mmal_decoder_s::frame_flags

◆ height

int mmal_decoder_s::height

◆ input_buffer

MMAL_BUFFER_HEADER_T* mmal_decoder_s::input_buffer

◆ input_pool

MMAL_POOL_T* mmal_decoder_s::input_pool

◆ mutex

pthread_mutex_t mmal_decoder_s::mutex

◆ output_format

MMAL_ES_FORMAT_T* mmal_decoder_s::output_format

◆ output_pool

MMAL_POOL_T* mmal_decoder_s::output_pool

◆ ratio

double mmal_decoder_s::ratio

◆ stream

xine_stream_t* mmal_decoder_s::stream

◆ video_decoder

video_decoder_t mmal_decoder_s::video_decoder

◆ width

int mmal_decoder_s::width

The documentation for this struct was generated from the following file: