libavfilter/libmpcodecs/vf_yvu9.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <inttypes.h>
#include "config.h"
#include "mp_msg.h"
#include "help_mp.h"
#include "img_format.h"
#include "mp_image.h"
#include "vf.h"
#include "libvo/fastmemcpy.h"
Go to the source code of this file.
|  | 
| 
 Functions | 
| static int | config (struct vf_instance *vf, int width, int height, int d_width, int d_height, unsigned int flags, unsigned int outfmt) | 
| static int | put_image (struct vf_instance *vf, mp_image_t *mpi, double pts) | 
| static int | query_format (struct vf_instance *vf, unsigned int fmt) | 
| static int | vf_open (vf_instance_t *vf, char *args) | 
| 
 Variables | 
| const vf_info_t | vf_info_yvu9 | 
Function Documentation
      
        
          | static int config | ( | struct vf_instance * | vf, | 
        
          |  |  | int | width, | 
        
          |  |  | int | height, | 
        
          |  |  | int | d_width, | 
        
          |  |  | int | d_height, | 
        
          |  |  | unsigned int | flags, | 
        
          |  |  | unsigned int | outfmt |  | 
        
          |  | ) |  |  |  [static] | 
      
 
 
      
        
          | static int query_format | ( | struct vf_instance * | vf, | 
        
          |  |  | unsigned int | fmt |  | 
        
          |  | ) |  |  |  [static] | 
      
 
 
Variable Documentation
Initial value:
 {
    "fast YVU9->YV12 conversion",
    "yvu9",
    "alex",
    "",
    vf_open,
    NULL
}
Definition at line 96 of file vf_yvu9.c.