#include "NvVideoEncoder.h"
#include "NvUtils.h"
#include <fstream>
#include <iostream>
#include <linux/videodev2.h>
#include <malloc.h>
#include <string.h>
#include "nvbuf_utils.h"
#include "NvCudaProc.h"
#include "video_cuda_enc.h"
Go to the source code of this file.
Defines | |
#define | TEST_ERROR(cond, str, label) |
Functions | |
int | main (int argc, char *argv[]) |
#define TEST_ERROR | ( | cond, | |||
str, | |||||
label | ) |
Value:
if(cond) { \ cerr << str << endl; \ error = 1; \ goto label; }
Definition at line 41 of file video_cuda_enc_main.cpp.
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 105 of file video_cuda_enc_main.cpp.