#include <string>
#include <iostream>
#include <sstream>
#include <iomanip>
#include <deque>
#include <pthread.h>
#include <math.h>
#include "frame.h"
#include "preferences.h"
Include dependency graph for frame.cc:

Go to the source code of this file.
Functions | |
| FramePool * | GetFramePool () |
Variables | |
| static pthread_mutex_t | avcodec_mutex = PTHREAD_MUTEX_INITIALIZER |
| static uint8_t * | tempImage = NULL |
These methods are for handling the raw DV frame data. It contains methods for getting info and retrieving the audio data.
Definition in file frame.cc.
|
|
|
Definition at line 76 of file frame.cc. Referenced by Frame::Frame(), and Frame::~Frame(). |
|
|
|
1.4.2