Go to the source code of this file.
Data Structures | |
| struct | vid_rect_t |
| struct | vid_pos_regs_t |
| struct | vid_status_t |
| struct | aud_status_t |
| struct | aud_pcm_t |
Defines | |
| #define | AV_SET_AUD_STOP _IOW('a',1,int) |
| #define | AV_SET_AUD_PLAY _IOW('a',2,int) |
| #define | AV_SET_AUD_PAUSE _IOW('a',3,int) |
| #define | AV_SET_AUD_UNPAUSE _IOW('a',4,int) |
| #define | AV_SET_AUD_SRC _IOW('a',5,int) |
| #define | AV_SET_AUD_MUTE _IOW('a',6,int) |
| #define | AV_SET_AUD_BYPASS _IOW('a',8,int) |
| #define | AV_SET_AUD_CHANNEL _IOW('a',9,int) |
| #define | AV_GET_AUD_STATUS _IOR('a',10,aud_status_t) |
| #define | AV_SET_AUD_VOLUME _IOW('a',13,int) |
| #define | AV_GET_AUD_VOLUME _IOR('a',14,int) |
| #define | AV_SET_AUD_STREAMTYPE _IOW('a',15,int) |
| #define | AV_SET_AUD_FORMAT _IOW('a',16,int) |
| #define | AV_GET_AUD_SYNC _IOR('a',21,pts_sync_data_t*) |
| #define | AV_SET_AUD_STC _IOW('a',22,uint64_t *) |
| #define | AV_SET_AUD_SYNC _IOW('a',23,int) |
| #define | AV_SET_AUD_DISABLE_SYNC _IOW('a',24,aud_sync_parms_t*) |
| #define | AV_SET_AUD_END_STREAM _IOW('a',25,int) |
| #define | AV_SET_AUD_RESET _IOW('a',26,int) |
| #define | AV_SET_AUD_DAC_CLK _IOW('a',27,int) |
| #define | AV_GET_AUD_REGS _IOW('a',28,aud_ctl_regs_t*) |
| #define | AV_SET_VID_STOP _IOW('v',21,int) |
| #define | AV_SET_VID_PLAY _IOW('v',22,int) |
| #define | AV_SET_VID_FREEZE _IOW('v',23,int) |
| #define | AV_SET_VID_RESUME _IOW('v',24,int) |
| #define | AV_SET_VID_SRC _IOW('v',25,int) |
| #define | AV_SET_VID_FB _IOW('v',26,int) |
| #define | AV_GET_VID_STATE _IOR('v',27,vid_state_regs_t*) |
| #define | AV_SET_VID_PAUSE _IOW('v',28,int) |
| #define | AV_SET_VID_FFWD _IOW('v',29,int) |
| #define | AV_SET_VID_SLOMO _IOW('v',30,int) |
| #define | AV_SET_VID_BLANK _IOW('v',32,int) |
| #define | AV_SET_VID_POSITION _IOW('v',36,vid_pos_regs_t*) |
| #define | AV_SET_VID_SCALE_ON _IOW('v',37,int) |
| #define | AV_SET_VID_SCALE_OFF _IOW('v',38,int) |
| #define | AV_GET_VID_SYNC _IOR('v',39,vid_sync_t) |
| #define | AV_SET_VID_STC _IOW('v',40,uint64_t *) |
| #define | AV_SET_VID_OUTPUT_RATIO _IOW('v',41,int) |
| #define | AV_SET_VID_SYNC _IOW('v',42,int) |
| #define | AV_SET_VID_DISABLE_SYNC _IOW('v',43,int) |
| #define | AV_SET_VID_DISP_FMT _IOW('v',45,int) |
| #define | AV_SET_VID_RESET _IOW('v',51,int) |
| #define | AV_SET_VID_OUTPUT _IOW('v',57,int) |
| #define | AV_SET_VID_OUTPUT_MODE _IOW('v',58,int) |
| #define | AV_GET_VID_STATUS _IOR('v',61,vid_status_t*) |
| #define | AV_SET_VID_COLORBAR _IOW('v',62,int) |
| #define | AV_SET_VID_DENC _IOW('v',63,int) |
| #define | AV_CHK_SCART _IOW('v',64,int) |
| #define | IR_SET_LED _IOW('i',21,int) |
Enumerations | |
| enum | vid_disp_mode_t { VID_DISPMODE_NORM, VID_DISPMODE_LETTERBOX, VID_DISPMODE_1_2 = 3, VID_DISPMODE_1_4 = 4, VID_DISPMODE_2x = 5, VID_DISPMODE_SCALE = 6, VID_DISPMODE_DISEXP } |
| enum | vid_sync_t { VID_SYNC_OFF, VID_SYNC_VID, VID_SYNC_AUD } |
| enum | aud_pcm_channels_t { AUD_PCM_STEREO = 0, AUD_PCM_MONO } |
| enum | aud_pcm_bits_t { AUD_PCM_20BIT = 0, AUD_PCM_18BIT, AUD_PCM_16BIT, AUD_PCM_8BIT } |
| enum | aud_pcm_signed_t { AUD_PCM_SIGNED = 0, AUD_PCM_UNSIGNED } |
| enum | aud_pcm_endian_t { AUD_PCM_BIG_ENDIAN = 0, AUD_PCM_LITTLE_ENDIAN } |
|
|
Definition at line 149 of file stb.h. Referenced by set_output_method(). |
|
|
|
|
|
|
|
|
Definition at line 111 of file stb.h. Referenced by av_get_audio_sync(). |
|
|
Definition at line 108 of file stb.h. Referenced by av_get_volume(). |
|
|
Definition at line 129 of file stb.h. Referenced by get_vid_state(). |
|
|
|
|
|
Definition at line 137 of file stb.h. Referenced by av_get_video_sync(). |
|
|
Definition at line 104 of file stb.h. Referenced by av_set_audio_output(). |
|
|
Definition at line 105 of file stb.h. Referenced by av_init(), and av_set_audio_output(). |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 110 of file stb.h. Referenced by av_set_audio_output(). |
|
|
Definition at line 103 of file stb.h. Referenced by av_ffwd(), av_mute(), av_pause(), av_play(), and av_reset(). |
|
|
Definition at line 100 of file stb.h. Referenced by av_pause(). |
|
|
Definition at line 99 of file stb.h. Referenced by av_init(), av_play(), av_reset(), and av_set_audio_output(). |
|
|
Definition at line 116 of file stb.h. Referenced by av_reset(). |
|
|
Definition at line 102 of file stb.h. Referenced by av_init(), and av_set_audio_output(). |
|
|
Definition at line 112 of file stb.h. Referenced by av_set_audio_stc(). |
|
|
Definition at line 98 of file stb.h. Referenced by av_stop(). |
|
|
Definition at line 109 of file stb.h. Referenced by av_init(), av_set_audio_output(), and av_set_audio_type(). |
|
|
Definition at line 113 of file stb.h. Referenced by av_set_audio_output(), and av_sync(). |
|
|
Definition at line 101 of file stb.h. Referenced by av_pause(), and av_play(). |
|
|
Definition at line 107 of file stb.h. Referenced by av_set_volume(). |
|
|
|
|
|
Definition at line 147 of file stb.h. Referenced by av_colorbars(). |
|
|
Definition at line 148 of file stb.h. Referenced by av_deactivate(), and av_init(). |
|
|
|
|
|
Definition at line 142 of file stb.h. Referenced by av_set_mode(), and set_output_method(). |
|
|
Definition at line 128 of file stb.h. Referenced by av_attach_fb(), and av_video_blank(). |
|
|
Definition at line 131 of file stb.h. Referenced by av_ffwd(). |
|
|
|
|
|
Definition at line 144 of file stb.h. Referenced by av_set_output(), and set_output_method(). |
|
|
Definition at line 145 of file stb.h. Referenced by av_init(), av_move(), av_set_tv_aspect(), and av_set_video_aspect(). |
|
|
Definition at line 139 of file stb.h. Referenced by av_init(), and av_set_tv_aspect(). |
|
|
Definition at line 130 of file stb.h. Referenced by av_pause(), and av_pause_video(). |
|
|
|
|
|
Definition at line 134 of file stb.h. Referenced by av_move(). |
|
|
Definition at line 143 of file stb.h. Referenced by av_reset(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 127 of file stb.h. Referenced by av_move(), and set_output_method(). |
|
|
Definition at line 138 of file stb.h. Referenced by av_set_video_stc(). |
|
|
Definition at line 123 of file stb.h. Referenced by av_stop(). |
|
|
Definition at line 140 of file stb.h. Referenced by av_sync(). |
|
|
Definition at line 154 of file stb.h. Referenced by av_set_led(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6