FFmpeg
Loading...
Searching...
No Matches
pixdesc.c File Reference
#include <stdio.h>
#include <string.h>
#include "libavutil/macros.h"
#include "libavutil/pixdesc.h"
#include "libavutil/pixfmt.h"

Go to the source code of this file.

Functions

static int check_name_equivalence (const char *name, const char *back_name)
 
static int test_pix_fmt_round_trip (void)
 
static int test_color_range_round_trip (void)
 
static int test_color_primaries_round_trip (void)
 
static int test_color_transfer_round_trip (void)
 
static int test_color_space_round_trip (void)
 
static int test_chroma_location_round_trip (void)
 
static int test_alpha_mode_round_trip (void)
 
static int test_chroma_location_pos_round_trip (void)
 
int main (void)
 

Function Documentation

◆ check_name_equivalence()

static int check_name_equivalence ( const char * name,
const char * back_name )
static

◆ test_pix_fmt_round_trip()

static int test_pix_fmt_round_trip ( void )
static

Definition at line 40 of file pixdesc.c.

Referenced by main().

◆ test_color_range_round_trip()

static int test_color_range_round_trip ( void )
static

Definition at line 53 of file pixdesc.c.

Referenced by main().

◆ test_color_primaries_round_trip()

static int test_color_primaries_round_trip ( void )
static

Definition at line 67 of file pixdesc.c.

Referenced by main().

◆ test_color_transfer_round_trip()

static int test_color_transfer_round_trip ( void )
static

Definition at line 81 of file pixdesc.c.

Referenced by main().

◆ test_color_space_round_trip()

static int test_color_space_round_trip ( void )
static

Definition at line 95 of file pixdesc.c.

Referenced by main().

◆ test_chroma_location_round_trip()

static int test_chroma_location_round_trip ( void )
static

Definition at line 109 of file pixdesc.c.

Referenced by main().

◆ test_alpha_mode_round_trip()

static int test_alpha_mode_round_trip ( void )
static

Definition at line 123 of file pixdesc.c.

Referenced by main().

◆ test_chroma_location_pos_round_trip()

static int test_chroma_location_pos_round_trip ( void )
static

Definition at line 137 of file pixdesc.c.

Referenced by main().

◆ main()

int main ( void )

Definition at line 152 of file pixdesc.c.