FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
dshow_common.c File Reference
#include "dshow_capture.h"

Go to the source code of this file.

Macros

#define dstruct(pctx, sname, var, type)   dshowdebug(" "#var":\t%"type"\n", sname->var)
 

Functions

long ff_copy_dshow_media_type (AM_MEDIA_TYPE *dst, const AM_MEDIA_TYPE *src)
 
void ff_printGUID (const GUID *g)
 
static const char * dshow_context_to_name (void *ptr)
 
void ff_print_VIDEO_STREAM_CONFIG_CAPS (const VIDEO_STREAM_CONFIG_CAPS *caps)
 
void ff_print_AUDIO_STREAM_CONFIG_CAPS (const AUDIO_STREAM_CONFIG_CAPS *caps)
 
void ff_print_AM_MEDIA_TYPE (const AM_MEDIA_TYPE *type)
 

Variables

static const AVClass ff_dshow_context_class = { "DirectShow", dshow_context_to_name }
 
const AVClassff_dshow_context_class_ptr = &ff_dshow_context_class
 

Macro Definition Documentation

#define dstruct (   pctx,
  sname,
  var,
  type 
)    dshowdebug(" "#var":\t%"type"\n", sname->var)

Definition at line 62 of file dshow_common.c.

Function Documentation

long ff_copy_dshow_media_type ( AM_MEDIA_TYPE *  dst,
const AM_MEDIA_TYPE *  src 
)
void ff_printGUID ( const GUID g)
static const char* dshow_context_to_name ( void ptr)
static

Definition at line 55 of file dshow_common.c.

void ff_print_VIDEO_STREAM_CONFIG_CAPS ( const VIDEO_STREAM_CONFIG_CAPS *  caps)

Definition at line 85 of file dshow_common.c.

Referenced by dshow_cycle_formats().

void ff_print_AUDIO_STREAM_CONFIG_CAPS ( const AUDIO_STREAM_CONFIG_CAPS *  caps)

Definition at line 115 of file dshow_common.c.

Referenced by dshow_cycle_formats().

void ff_print_AM_MEDIA_TYPE ( const AM_MEDIA_TYPE *  type)

Definition at line 134 of file dshow_common.c.

Referenced by dshow_cycle_formats(), and libAVPin_ReceiveConnection().

Variable Documentation

const AVClass ff_dshow_context_class = { "DirectShow", dshow_context_to_name }
static

Definition at line 59 of file dshow_common.c.

const AVClass* ff_dshow_context_class_ptr = &ff_dshow_context_class

Definition at line 60 of file dshow_common.c.