#include <filemov.h>
Public Member Functions | |
| ThreadStruct () | |
| ~ThreadStruct () | |
| void | load_output (mjpeg_t *mjpeg) |
Public Attributes | |
| VFrame * | input |
| unsigned char * | output |
| int64_t | output_size |
| int64_t | output_allocated |
| Condition * | completion_lock |
Definition at line 20 of file filemov.h.
|
|
Definition at line 1149 of file filemov.C. References completion_lock, input, output, output_allocated, and output_size. |
|
|
Definition at line 1158 of file filemov.C. References completion_lock, and output. |
|
|
Definition at line 1164 of file filemov.C. References output, output_allocated, and output_size. Referenced by FileMOVThread::run(). |
|
|
Definition at line 32 of file filemov.h. Referenced by FileMOVThread::run(), ThreadStruct(), and ~ThreadStruct(). |
|
|
Definition at line 28 of file filemov.h. Referenced by FileMOVThread::run(), and ThreadStruct(). |
|
|
Definition at line 29 of file filemov.h. Referenced by load_output(), ThreadStruct(), and ~ThreadStruct(). |
|
|
Definition at line 31 of file filemov.h. Referenced by load_output(), and ThreadStruct(). |
|
|
Definition at line 30 of file filemov.h. Referenced by load_output(), and ThreadStruct(). |
1.4.4