| 
    FFmpeg
    
   | 
 
#include "avcodec.h"#include "internal.h"#include "get_bits.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, void *data, int *got_frame, AVPacket *avpkt) | 
Variables | |
| const AVCodec | ff_bitpacked_decoder | 
Bitpacked
Definition in file bitpacked_dec.c.
      
  | 
  static | 
Definition at line 41 of file bitpacked_dec.c.
Referenced by bitpacked_init_decoder().
      
  | 
  static | 
Definition at line 63 of file bitpacked_dec.c.
Referenced by bitpacked_init_decoder().
      
  | 
  static | 
Definition at line 103 of file bitpacked_dec.c.
      
  | 
  static | 
Definition at line 126 of file bitpacked_dec.c.
| const AVCodec ff_bitpacked_decoder | 
Definition at line 146 of file bitpacked_dec.c.
 1.8.17