samples/07_video_convert/video_convert_main.cpp File Reference

#include "NvUtils.h"
#include <errno.h>
#include <fstream>
#include <iostream>
#include <malloc.h>
#include <string.h>
#include <unistd.h>
#include "video_convert.h"

Go to the source code of this file.

Defines

#define TEST_ERROR(cond, str, label)

Functions

int main (int argc, char *argv[])


Define Documentation

#define TEST_ERROR ( cond,
str,
label   ) 

Value:

if(cond) { \
                                        cerr << str << endl; \
                                        error = 1; \
                                        goto label; }

Definition at line 39 of file video_convert_main.cpp.


Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 215 of file video_convert_main.cpp.


Generated on Wed Nov 9 19:52:25 2016 for NVIDIA Tegra Multimedia API Framework by  doxygen 1.5.8