TemporalAdaptor Class Reference
drops all bypassing B-frames <short description=""> More...
#include <TemporalAdaptor.hpp>
Inheritance diagram for TemporalAdaptor:
Public Member Functions | |
TemporalAdaptor (VideoESInfo *esi) | |
Temporaladaptor updates. | |
list< Frame * > | adapt (Frame *frm) |
accepts as input a frame, and directly modifies this frame. | |
Adaptor * | clone () |
Create a shallow copy of the Adaptor. | |
list< Frame * > | close () |
Close and destroy an Adaptor. | |
void | initialize () |
Initialize internal data structures. | |
u32 | getTranscodingCosts () const |
returns adaptation costs (CPU only) | |
Protected Member Functions | |
bool | doAdapt (Frame *&frm) |
Protected Attributes | |
u32 | inFrames |
u32 | outFrames |
u32 | lastDTS |
u32 | origVopTimeIncr |
Detailed Description
drops all bypassing B-frames <short description="">
- Author:
- Michael Kropfberger and Peter Schojer
- Version:
- Id
- TemporalAdaptor.hpp,v 1.7 2005/01/19 13:41:41 mkropfbe Exp
Definition at line 62 of file TemporalAdaptor.hpp.
Constructor & Destructor Documentation
|
Temporaladaptor updates.
Referenced by clone().
|
Member Function Documentation
|
accepts as input a frame, and directly modifies this frame. After adaptation the payload of the frame might be null Reimplemented from Adaptor. Definition at line 87 of file TemporalAdaptor.cpp. References initialize().
|
|
Create a shallow copy of the Adaptor. Creates an Adaptor with the same setup (without copying the current status).
Implements Adaptor. Definition at line 71 of file TemporalAdaptor.hpp. References TemporalAdaptor().
|
|
Close and destroy an Adaptor. Releases all internally buffered frame objects, and deallocate all allocated memory. The Adaptor must not be used after calling the close method!!!
Reimplemented from Adaptor. Definition at line 103 of file TemporalAdaptor.cpp.
|
|
Initialize internal data structures.
Implements Adaptor. Definition at line 68 of file TemporalAdaptor.cpp. Referenced by adapt().
|
The documentation for this class was generated from the following files: