FFmpeg
|
#include "libavutil/adler32.h"
#include "libavcodec/avcodec.h"
#include "libavformat/avformat.h"
#include "libavutil/imgutils.h"
Go to the source code of this file.
Functions | |
static void | draw_horiz_band (AVCodecContext *ctx, const AVFrame *fr, int offset[4], int slice_position, int type, int height) |
static int | video_decode (const char *input_filename) |
int | main (int argc, char **argv) |
Variables | |
uint8_t * | slice_byte_buffer |
draw_horiz_band test. More... | |
uint8_t | slice_byte_buffer_size |
int | draw_horiz_band_called |
|
static |
Definition at line 36 of file api-band-test.c.
Referenced by video_decode().
|
static |
Definition at line 67 of file api-band-test.c.
Referenced by main().
Definition at line 209 of file api-band-test.c.
uint8_t* slice_byte_buffer |
draw_horiz_band test.
Definition at line 32 of file api-band-test.c.
Referenced by draw_horiz_band(), and video_decode().
uint8_t slice_byte_buffer_size |
Definition at line 33 of file api-band-test.c.
Referenced by video_decode().
int draw_horiz_band_called |
Definition at line 34 of file api-band-test.c.
Referenced by draw_horiz_band(), and video_decode().