#ifndef _STATS_H #define _STATS_H #define PROCESSING_TYPE_IN TYPE_INT8 #define PROCESSING_TYPE_OUT TYPE_BITSTREAM #define NUM_INPUT_ITFS 2 #define BUFFER_INPUT_KBYTES 256 #define NUM_OUTPUT_ITFS 1 #define BUFFER_OUTPUT_KBYTES 256 /** optional */ #define VIEW_CAPTURE_SAMPLES 512 #define VIEW_CAPTURE_OFFSET 16 #endif