#include <inttypes.h>
#include <stdio.h>
#include <stdlib.h>
#include <libcrystalhd/bc_dts_types.h>
#include <libcrystalhd/bc_dts_defs.h>
#include <libcrystalhd/libcrystalhd_if.h>
#include "avcodec.h"
#include "h264.h"
#include "internal.h"
#include "libavutil/imgutils.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/opt.h"
Go to the source code of this file.
Definition at line 76 of file crystalhd.c.
Timeout parameter passed to DtsProcOutput() in us.
Definition at line 97 of file crystalhd.c.
Referenced by receive_frame().
Step between fake timestamps passed to hardware in units of 100ns.
Definition at line 99 of file crystalhd.c.
Referenced by opaque_list_push().
Increment in us to adjust wait in decode()
Definition at line 103 of file crystalhd.c.
Referenced by decode().
Definition at line 110 of file crystalhd.c.
Definition at line 170 of file crystalhd.c.
Referenced by init().
Definition at line 190 of file crystalhd.c.
Referenced by receive_frame().
Definition at line 236 of file crystalhd.c.
Referenced by decode().
Definition at line 266 of file crystalhd.c.
Referenced by copy_frame().
Definition at line 319 of file crystalhd.c.
Definition at line 337 of file crystalhd.c.
Referenced by init().
Definition at line 382 of file crystalhd.c.
Definition at line 539 of file crystalhd.c.
Referenced by receive_frame().
Definition at line 735 of file crystalhd.c.
Referenced by decode().
Definition at line 871 of file crystalhd.c.
Definition at line 156 of file crystalhd.c.