Go to the source code of this file.
      
        
          | #define READ_PIXELS | ( |  | a, | 
        
          |  |  |  | b, | 
        
          |  |  |  | c | 
        
          |  | ) |  |  | 
      
 
 
  
  | 
        
          | static void v210_planar_unpack_c | ( | const uint32_t * | src, |  
          |  |  | uint16_t * | y, |  
          |  |  | uint16_t * | u, |  
          |  |  | uint16_t * | v, |  
          |  |  | int | width |  
          |  | ) |  |  |  | static | 
 
 
Initial value:= {
    "V210 Decoder",
}
#define LIBAVUTIL_VERSION_INT
static const AVOption v210dec_options[]
Definition at line 164 of file v210dec.c.
 
 
Initial value:= {
    .name           = "v210",
}
static av_cold int init(AVCodecContext *avctx)
static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
static av_cold int decode_init(AVCodecContext *avctx)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static const AVClass v210dec_class
static int decode(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *pkt)
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators. 
Definition at line 171 of file v210dec.c.