Definition at line 41 of file oxp_mpeg_codec.cxx.
Public Types | |
| enum | output_format_t { grey, rgb } |
Public Member Functions | |
| bool | seek_to_iframe_before (int desired) |
| frame_plus_index * | make_frame () |
| void | convert_frame (frame_plus_index *frame, decode_request *p) |
| int | decode_mpeg2 (unsigned char const *start, unsigned char const *end) |
| void | destroy_frame (vo_frame_t *frame) |
| void | draw_grey (unsigned char *frame) |
| void | draw (unsigned char(*frame)[3]) |
| void | decode_at_least_one () |
| Decode at least one frame. | |
| bool | decode_until_desired (int f, void *buf, int bbox_x0, int bbox_y0, int bbox_w, int bbox_h) |
| Run mpeg till you find frame f. | |
Public Attributes | |
| oxp_bunch_of_files | fp |
| oxp_vob_frame_index | idx |
| int | w |
| int | h |
| int | frame_number |
| int | demux_track |
| int | demux_pid |
| output_format_t | output_format |
| int | ring_buffer_pos |
| frame_plus_index * | ring_buffer [8] |
| uint32_t | accel |
| mpeg2dec_t | decoder |
| unsigned char(* | ppm_frame )[3] |
| decode_request * | pending_decode |
Classes | |
| struct | decode_request |
| struct | frame_plus_index |
|
|
Definition at line 48 of file oxp_mpeg_codec.cxx. |
|
||||||||||||
|
Definition at line 359 of file oxp_mpeg_codec.cxx. |
|
|
Decode at least one frame. Will call static routines below: my_setup my_get_frame my_draw Definition at line 146 of file oxp_mpeg_codec.cxx. |
|
||||||||||||
|
Definition at line 237 of file oxp_mpeg_codec.cxx. |
|
||||||||||||||||||||||||||||
|
Run mpeg till you find frame f. Return false if that ain't gonna happen. Definition at line 172 of file oxp_mpeg_codec.cxx. |
|
|
Definition at line 400 of file oxp_mpeg_codec.cxx. |
|
|
|
|
|
|
|
|
Definition at line 295 of file oxp_mpeg_codec.cxx. |
|
|
Definition at line 115 of file oxp_mpeg_codec.cxx. |
|
|
Definition at line 65 of file oxp_mpeg_codec.cxx. |
|
|
Definition at line 66 of file oxp_mpeg_codec.cxx. |
|
|
Definition at line 61 of file oxp_mpeg_codec.cxx. |
|
|
Definition at line 60 of file oxp_mpeg_codec.cxx. |
|
|
Definition at line 55 of file oxp_mpeg_codec.cxx. |
|
|
Definition at line 59 of file oxp_mpeg_codec.cxx. |
|
|
Definition at line 58 of file oxp_mpeg_codec.cxx. |
|
|
Definition at line 56 of file oxp_mpeg_codec.cxx. |
|
|
Definition at line 62 of file oxp_mpeg_codec.cxx. |
|
|
Definition at line 68 of file oxp_mpeg_codec.cxx. |
|
|
Definition at line 67 of file oxp_mpeg_codec.cxx. |
|
|
Definition at line 64 of file oxp_mpeg_codec.cxx. |
|
|
Definition at line 63 of file oxp_mpeg_codec.cxx. |
|
|
Definition at line 57 of file oxp_mpeg_codec.cxx. |
1.4.4