#include <oxp_mpeg_codec.h>
use set_demux if mpeg is a VOB
Definition at line 13 of file oxp_mpeg_codec.h.
Public Member Functions | |
| oxp_mpeg_codec () | |
| ~oxp_mpeg_codec () | |
| bool | get_section (int position, void *ib, int x0, int y0, int xs, int ys) const |
| int | put_section (int position, void *ib, int x0, int y0, int xs, int ys) |
| put_section not implemented yet. | |
| bool | probe (vcl_string const &fname) |
| probe the file fname, open it as an MPEG file. If this works, close it and return true. False otherwise. | |
| bool | load (vcl_string const &fname, char mode= 'r') |
| void | close () |
| int | get_width () const |
| int | get_height () const |
| void | set_output_format_grey () |
| void | set_output_format_rgb () |
Private Member Functions | |
| void | set_demux_video () |
| Call this before calling decode on a multiplexed stream. | |
Private Attributes | |
| oxp_mpeg_codec_data * | impl_ |
|
|
Definition at line 90 of file oxp_mpeg_codec.cxx. |
|
|
Definition at line 410 of file oxp_mpeg_codec.cxx. |
|
|
Definition at line 433 of file oxp_mpeg_codec.cxx. |
|
|
Definition at line 883 of file oxp_mpeg_codec.cxx. |
|
||||||||||||||||||||||||||||
|
Definition at line 457 of file oxp_mpeg_codec.cxx. |
|
|
Definition at line 878 of file oxp_mpeg_codec.cxx. |
|
||||||||||||
|
Definition at line 526 of file oxp_mpeg_codec.cxx. |
|
|
probe the file fname, open it as an MPEG file. If this works, close it and return true. False otherwise.
Definition at line 496 of file oxp_mpeg_codec.cxx. |
|
||||||||||||||||||||||||||||
|
put_section not implemented yet. We may need to change make_dib to be able to put a section different of the entire frame. Definition at line 484 of file oxp_mpeg_codec.cxx. |
|
|
Call this before calling decode on a multiplexed stream. Pulls the 0xe0 stream. Definition at line 592 of file oxp_mpeg_codec.cxx. |
|
|
Definition at line 597 of file oxp_mpeg_codec.cxx. |
|
|
Definition at line 602 of file oxp_mpeg_codec.cxx. |
|
|
Definition at line 42 of file oxp_mpeg_codec.h. |
1.4.4