Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
ivtv-streams.h File Reference

Go to the source code of this file.

Functions

int ivtv_streams_setup (struct ivtv *itv)
 
int ivtv_streams_register (struct ivtv *itv)
 
void ivtv_streams_cleanup (struct ivtv *itv, int unregister)
 
int ivtv_start_v4l2_encode_stream (struct ivtv_stream *s)
 
int ivtv_stop_v4l2_encode_stream (struct ivtv_stream *s, int gop_end)
 
int ivtv_start_v4l2_decode_stream (struct ivtv_stream *s, int gop_offset)
 
int ivtv_stop_v4l2_decode_stream (struct ivtv_stream *s, int flags, u64 pts)
 
void ivtv_stop_all_captures (struct ivtv *itv)
 
int ivtv_passthrough_mode (struct ivtv *itv, int enable)
 

Function Documentation

int ivtv_passthrough_mode ( struct ivtv itv,
int  enable 
)

Definition at line 981 of file ivtv-streams.c.

int ivtv_start_v4l2_decode_stream ( struct ivtv_stream s,
int  gop_offset 
)

Definition at line 722 of file ivtv-streams.c.

int ivtv_start_v4l2_encode_stream ( struct ivtv_stream s)

Definition at line 489 of file ivtv-streams.c.

void ivtv_stop_all_captures ( struct ivtv itv)

Definition at line 775 of file ivtv-streams.c.

int ivtv_stop_v4l2_decode_stream ( struct ivtv_stream s,
int  flags,
u64  pts 
)

Definition at line 914 of file ivtv-streams.c.

int ivtv_stop_v4l2_encode_stream ( struct ivtv_stream s,
int  gop_end 
)

Definition at line 790 of file ivtv-streams.c.

void ivtv_streams_cleanup ( struct ivtv itv,
int  unregister 
)

Definition at line 355 of file ivtv-streams.c.

int ivtv_streams_register ( struct ivtv itv)

Definition at line 337 of file ivtv-streams.c.

int ivtv_streams_setup ( struct ivtv itv)

Definition at line 260 of file ivtv-streams.c.