FFmpeg
|
#include "avcodec.h"
#include "codec_internal.h"
#include "libavutil/imgutils.h"
#include "thread.h"
Go to the source code of this file.
Data Structures | |
struct | BitpackedContext |
Functions | |
static int | bitpacked_decode_uyvy422 (AVCodecContext *avctx, AVFrame *frame, const AVPacket *avpkt) |
static int | bitpacked_decode_yuv422p10 (AVCodecContext *avctx, AVFrame *frame, const AVPacket *avpkt) |
static av_cold int | bitpacked_init_decoder (AVCodecContext *avctx) |
static int | bitpacked_decode (AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) |
Variables | |
const FFCodec | ff_bitpacked_decoder |
Bitpacked
Definition in file bitpacked_dec.c.
|
static |
Definition at line 40 of file bitpacked_dec.c.
Referenced by bitpacked_init_decoder().
|
static |
Definition at line 62 of file bitpacked_dec.c.
Referenced by bitpacked_init_decoder().
|
static |
Definition at line 99 of file bitpacked_dec.c.
|
static |
Definition at line 122 of file bitpacked_dec.c.
const FFCodec ff_bitpacked_decoder |
Definition at line 141 of file bitpacked_dec.c.