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

Go to the source code of this file.

Macros

#define CX18_ENC_STREAM_TYPE_IDX_FW_MDL_MIN   (3)
 

Functions

u32 cx18_find_handle (struct cx18 *cx)
 
struct cx18_streamcx18_handle_to_stream (struct cx18 *cx, u32 handle)
 
int cx18_streams_setup (struct cx18 *cx)
 
int cx18_streams_register (struct cx18 *cx)
 
void cx18_streams_cleanup (struct cx18 *cx, int unregister)
 
void cx18_stream_rotate_idx_mdls (struct cx18 *cx)
 
void cx18_out_work_handler (struct work_struct *work)
 
int cx18_start_v4l2_encode_stream (struct cx18_stream *s)
 
int cx18_stop_v4l2_encode_stream (struct cx18_stream *s, int gop_end)
 
void cx18_stop_all_captures (struct cx18 *cx)
 

Macro Definition Documentation

#define CX18_ENC_STREAM_TYPE_IDX_FW_MDL_MIN   (3)

Definition at line 31 of file cx18-streams.h.

Function Documentation

u32 cx18_find_handle ( struct cx18 cx)

Definition at line 1029 of file cx18-streams.c.

struct cx18_stream* cx18_handle_to_stream ( struct cx18 cx,
u32  handle 
)
read

Definition at line 1043 of file cx18-streams.c.

void cx18_out_work_handler ( struct work_struct work)

Definition at line 736 of file cx18-streams.c.

int cx18_start_v4l2_encode_stream ( struct cx18_stream s)

Definition at line 788 of file cx18-streams.c.

void cx18_stop_all_captures ( struct cx18 cx)

Definition at line 965 of file cx18-streams.c.

int cx18_stop_v4l2_encode_stream ( struct cx18_stream s,
int  gop_end 
)

Definition at line 979 of file cx18-streams.c.

void cx18_stream_rotate_idx_mdls ( struct cx18 cx)

Definition at line 666 of file cx18-streams.c.

void cx18_streams_cleanup ( struct cx18 cx,
int  unregister 
)

Definition at line 499 of file cx18-streams.c.

int cx18_streams_register ( struct cx18 cx)

Definition at line 477 of file cx18-streams.c.

int cx18_streams_setup ( struct cx18 cx)

Definition at line 384 of file cx18-streams.c.