Data Fields | |
SchroVideoFormat * | format |
Schroedinger video format. | |
SchroFrameFormat | frame_format |
Schroedinger frame format. | |
SchroDecoder * | decoder |
decoder handle | |
DiracSchroQueue | dec_frame_queue |
queue storing decoded frames | |
int | eos_signalled |
end of sequence signalled | |
int | eos_pulled |
end of sequence pulled | |
AVPicture | dec_pic |
decoded picture |
Definition at line 44 of file libschroedingerdec.c.
queue storing decoded frames
Definition at line 55 of file libschroedingerdec.c.
Referenced by libschroedinger_decode_close(), libschroedinger_decode_frame(), libschroedinger_decode_init(), and libschroedinger_flush().
decoded picture
Definition at line 64 of file libschroedingerdec.c.
Referenced by libschroedinger_decode_close(), libschroedinger_decode_frame(), and libschroedinger_handle_first_access_unit().
SchroDecoder* SchroDecoderParams::decoder |
decoder handle
Definition at line 52 of file libschroedingerdec.c.
Referenced by libschroedinger_decode_close(), libschroedinger_decode_frame(), libschroedinger_decode_init(), libschroedinger_flush(), and libschroedinger_handle_first_access_unit().
end of sequence pulled
Definition at line 61 of file libschroedingerdec.c.
Referenced by libschroedinger_decode_frame(), and libschroedinger_flush().
end of sequence signalled
Definition at line 58 of file libschroedingerdec.c.
Referenced by libschroedinger_decode_frame(), and libschroedinger_flush().
SchroVideoFormat* SchroDecoderParams::format |
Schroedinger video format.
Definition at line 46 of file libschroedingerdec.c.
Referenced by libschroedinger_decode_close(), and libschroedinger_handle_first_access_unit().
SchroFrameFormat SchroDecoderParams::frame_format |
Schroedinger frame format.
Definition at line 49 of file libschroedingerdec.c.
Referenced by libschroedinger_decode_frame(), and libschroedinger_handle_first_access_unit().