|
MythTV
0.26-pre
|
#include <mpeg2fix.h>
Public Member Functions | |
| MPEG2frame (int size) | |
| ~MPEG2frame () | |
| void | ensure_size (int size) |
| void | set_pkt (AVPacket *newpkt) |
Public Attributes | |
| AVPacket | pkt |
| int | pkt_memsize |
| bool | isSequence |
| bool | isGop |
| uint8_t * | framePos |
| uint8_t * | gopPos |
| mpeg2_sequence_t | mpeg2_seq |
| mpeg2_gop_t | mpeg2_gop |
| mpeg2_picture_t | mpeg2_pic |
Definition at line 42 of file mpeg2fix.h.
| MPEG2frame::MPEG2frame | ( | int | size | ) | [inline] |
Definition at line 45 of file mpeg2fix.h.
| MPEG2frame::~MPEG2frame | ( | ) | [inline] |
Definition at line 51 of file mpeg2fix.h.
| void MPEG2frame::ensure_size | ( | int | size | ) | [inline] |
Definition at line 55 of file mpeg2fix.h.
Referenced by MPEG2fixup::AddSequence(), and set_pkt().
| void MPEG2frame::set_pkt | ( | AVPacket * | newpkt | ) | [inline] |
Definition at line 63 of file mpeg2fix.h.
Referenced by MPEG2fixup::ConvertToI(), and MPEG2fixup::GetPoolFrame().
| AVPacket MPEG2frame::pkt |
Definition at line 72 of file mpeg2fix.h.
Referenced by MPEG2fixup::AddFrame(), MPEG2fixup::AddSequence(), MPEG2fixup::ConvertToI(), MPEG2fixup::DecodeToFrame(), MPEG2fixup::dumpList(), ensure_size(), MPEG2fixup::FindStart(), MPEG2fixup::FrameInfo(), MPEG2fixup::GetPoolFrame(), MPEG2fixup::InitialPTSFixup(), MPEG2fixup::InsertFrame(), MPEG2frame(), MPEG2fixup::ProcessVideo(), set_pkt(), MPEG2fixup::SetRepeat(), MPEG2fixup::Start(), MPEG2fixup::WriteFrame(), and ~MPEG2frame().
Definition at line 73 of file mpeg2fix.h.
Referenced by ensure_size().
Definition at line 74 of file mpeg2fix.h.
Referenced by MPEG2fixup::AddFrame(), MPEG2fixup::AddSequence(), MPEG2fixup::FindStart(), MPEG2fixup::GetPoolFrame(), MPEG2fixup::ProcessVideo(), MPEG2fixup::Start(), and MPEG2fixup::WriteFrame().
Definition at line 75 of file mpeg2fix.h.
Referenced by MPEG2fixup::AddFrame(), MPEG2fixup::GetPoolFrame(), and MPEG2fixup::ProcessVideo().
Definition at line 76 of file mpeg2fix.h.
Referenced by MPEG2fixup::AddFrame(), MPEG2fixup::AddSequence(), MPEG2fixup::DecodeToFrame(), MPEG2fixup::ProcessVideo(), MPEG2fixup::RenumberFrames(), and MPEG2fixup::SetRepeat().
Definition at line 77 of file mpeg2fix.h.
Referenced by MPEG2fixup::AddFrame(), and MPEG2fixup::ProcessVideo().
Definition at line 78 of file mpeg2fix.h.
Referenced by MPEG2fixup::GetPoolFrame(), MPEG2fixup::ProcessVideo(), and MPEG2fixup::Start().
Definition at line 79 of file mpeg2fix.h.
Referenced by MPEG2fixup::GetPoolFrame(), and MPEG2fixup::ProcessVideo().
Definition at line 80 of file mpeg2fix.h.
Referenced by MPEG2fixup::GetFrameNum(), MPEG2fixup::GetFrameTypeN(), MPEG2fixup::GetNbFields(), MPEG2fixup::GetPoolFrame(), MPEG2fixup::ProcessVideo(), MPEG2fixup::RenumberFrames(), and MPEG2fixup::SetRepeat().
1.7.6.1