Home
last modified time | relevance | path

Searched refs:sh_video_t (Results 1 – 25 of 140) sorted by relevance

123456

/dports/multimedia/mplayer/mplayer-export-2021-12-29/libmpcodecs/
H A Ddec_video.h29 int init_best_video_codec(sh_video_t *sh_video, char** video_codec_list, char** video_fm_list);
30 void uninit_video(sh_video_t *sh_video);
32 void *decode_video(sh_video_t *sh_video, unsigned char *start, int in_size, int drop_frame, double …
33 int filter_video(sh_video_t *sh_video, void *frame, double pts, double endpts);
35 int get_video_quality_max(sh_video_t *sh_video);
36 void set_video_quality(sh_video_t *sh_video, int quality);
38 int get_video_colors(sh_video_t *sh_video, const char *item, int *value);
39 int set_video_colors(sh_video_t *sh_video, const char *item, int value);
40 int set_rectangle(sh_video_t *sh_video, int param, int value);
41 void resync_video_stream(sh_video_t *sh_video);
[all …]
H A Dvd.h33 int (*init)(sh_video_t *sh);
34 void (*uninit)(sh_video_t *sh);
35 int (*control)(sh_video_t *sh,int cmd,void* arg, ...);
36 mp_image_t* (*decode)(sh_video_t *sh,void* data,int len,int flags);
64 int mpcodecs_config_vo(sh_video_t *sh, int w, int h, unsigned int preferred_outfmt);
65 mp_image_t* mpcodecs_get_image(sh_video_t *sh, int mp_imgtype, int mp_imgflag, int w, int h);
66 void mpcodecs_draw_slice(sh_video_t *sh, unsigned char** src, int* stride, int w,int h, int x, int …
H A Dvd_internal.h33 static int control(sh_video_t *sh,int cmd,void* arg,...);
34 static int init(sh_video_t *sh);
35 static void uninit(sh_video_t *sh);
36 static mp_image_t* decode(sh_video_t *sh,void* data,int len,int flags);
H A Dvd_null.c39 static int control(sh_video_t *sh,int cmd,void* arg,...){ in LIBVD_EXTERN()
44 static int init(sh_video_t *sh){ in init()
50 static void uninit(sh_video_t *sh){ in uninit()
54 static mp_image_t* decode(sh_video_t *sh,void* data,int len,int flags){ in decode()
H A Dvd_libdv.c52 static int control(sh_video_t *sh,int cmd,void* arg,...){ in LIBVD_EXTERN()
69 static int init(sh_video_t *sh) in init()
76 static void uninit(sh_video_t *sh){ in uninit()
80 static mp_image_t* decode(sh_video_t *sh,void* data,int len,int flags) in decode()
H A Ddec_video.c59 int get_video_quality_max(sh_video_t *sh_video) in get_video_quality_max()
80 void set_video_quality(sh_video_t *sh_video, int quality) in set_video_quality()
92 int set_video_colors(sh_video_t *sh_video, const char *item, int value) in set_video_colors()
117 int get_video_colors(sh_video_t *sh_video, const char *item, int *value) in get_video_colors()
138 int set_rectangle(sh_video_t *sh_video, int param, int value) in set_rectangle()
152 void resync_video_stream(sh_video_t *sh_video) in resync_video_stream()
162 int get_current_video_decoder_lag(sh_video_t *sh_video) in get_current_video_decoder_lag()
174 void uninit_video(sh_video_t *sh_video) in uninit_video()
203 static int init_video(sh_video_t *sh_video, char *codecname, char *vfm, in init_video()
328 int init_best_video_codec(sh_video_t *sh_video, char **video_codec_list, in init_best_video_codec()
[all …]
H A Dvd_mpegpes.c44 static int control(sh_video_t *sh,int cmd,void* arg,...){ in LIBVD_EXTERN()
49 static int init(sh_video_t *sh){ in init()
54 static void uninit(sh_video_t *sh){ in uninit()
58 static mp_image_t* decode(sh_video_t *sh,void* data,int len,int flags){ in decode()
H A Dvd_dshow.c44 static int control(sh_video_t *sh,int cmd,void* arg,...){ in LIBVD_EXTERN()
69 static int init(sh_video_t *sh){ in init()
108 static void uninit(sh_video_t *sh){ in uninit()
115 static mp_image_t* decode(sh_video_t *sh,void* data,int len,int flags){ in decode()
H A Dvd_zrmjpeg.c58 static int query_format(sh_video_t *sh, unsigned int format) { in query_format()
65 static int control(sh_video_t *sh, int cmd, void* arg, ...) { in control()
74 static int init(sh_video_t *sh) { in init()
91 static void uninit(sh_video_t *sh) { in uninit()
232 static mp_image_t* decode(sh_video_t *sh, void* data, int len, int flags) { in decode()
H A Dvd_hmblck.c74 static int control(sh_video_t *sh,int cmd, void *arg,...){ in control()
80 static int init(sh_video_t *sh){ in init()
99 static void uninit(sh_video_t *sh){ in uninit()
104 static mp_image_t* decode(sh_video_t *sh,void* data,int len,int flags){ in decode()
H A Dvd_dmo.c52 static int control(sh_video_t *sh,int cmd,void* arg,...){ in control()
57 static int init(sh_video_t *sh){ in init()
97 static void uninit(sh_video_t *sh){ in uninit()
108 static mp_image_t* decode(sh_video_t *sh,void* data,int len,int flags){ in decode()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libmpcodecs/
H A Ddec_video.h29 int init_best_video_codec(sh_video_t *sh_video, char** video_codec_list, char** video_fm_list);
30 void uninit_video(sh_video_t *sh_video);
32 void *decode_video(sh_video_t *sh_video, unsigned char *start, int in_size, int drop_frame, double …
33 int filter_video(sh_video_t *sh_video, void *frame, double pts, double endpts);
35 int get_video_quality_max(sh_video_t *sh_video);
36 void set_video_quality(sh_video_t *sh_video, int quality);
38 int get_video_colors(sh_video_t *sh_video, const char *item, int *value);
39 int set_video_colors(sh_video_t *sh_video, const char *item, int value);
40 int set_rectangle(sh_video_t *sh_video, int param, int value);
41 void resync_video_stream(sh_video_t *sh_video);
[all …]
H A Dvd.h33 int (*init)(sh_video_t *sh);
34 void (*uninit)(sh_video_t *sh);
35 int (*control)(sh_video_t *sh,int cmd,void* arg, ...);
36 mp_image_t* (*decode)(sh_video_t *sh,void* data,int len,int flags);
64 int mpcodecs_config_vo(sh_video_t *sh, int w, int h, unsigned int preferred_outfmt);
65 mp_image_t* mpcodecs_get_image(sh_video_t *sh, int mp_imgtype, int mp_imgflag, int w, int h);
66 void mpcodecs_draw_slice(sh_video_t *sh, unsigned char** src, int* stride, int w,int h, int x, int …
H A Dvd_internal.h33 static int control(sh_video_t *sh,int cmd,void* arg,...);
34 static int init(sh_video_t *sh);
35 static void uninit(sh_video_t *sh);
36 static mp_image_t* decode(sh_video_t *sh,void* data,int len,int flags);
H A Dvd_null.c39 static int control(sh_video_t *sh,int cmd,void* arg,...){ in LIBVD_EXTERN()
44 static int init(sh_video_t *sh){ in init()
50 static void uninit(sh_video_t *sh){ in uninit()
54 static mp_image_t* decode(sh_video_t *sh,void* data,int len,int flags){ in decode()
H A Dvd_libdv.c52 static int control(sh_video_t *sh,int cmd,void* arg,...){ in LIBVD_EXTERN()
69 static int init(sh_video_t *sh) in init()
76 static void uninit(sh_video_t *sh){ in uninit()
80 static mp_image_t* decode(sh_video_t *sh,void* data,int len,int flags) in decode()
H A Ddec_video.c59 int get_video_quality_max(sh_video_t *sh_video) in get_video_quality_max()
80 void set_video_quality(sh_video_t *sh_video, int quality) in set_video_quality()
92 int set_video_colors(sh_video_t *sh_video, const char *item, int value) in set_video_colors()
117 int get_video_colors(sh_video_t *sh_video, const char *item, int *value) in get_video_colors()
138 int set_rectangle(sh_video_t *sh_video, int param, int value) in set_rectangle()
152 void resync_video_stream(sh_video_t *sh_video) in resync_video_stream()
162 int get_current_video_decoder_lag(sh_video_t *sh_video) in get_current_video_decoder_lag()
174 void uninit_video(sh_video_t *sh_video) in uninit_video()
203 static int init_video(sh_video_t *sh_video, char *codecname, char *vfm, in init_video()
328 int init_best_video_codec(sh_video_t *sh_video, char **video_codec_list, in init_best_video_codec()
[all …]
H A Dvd_mpegpes.c44 static int control(sh_video_t *sh,int cmd,void* arg,...){ in LIBVD_EXTERN()
49 static int init(sh_video_t *sh){ in init()
54 static void uninit(sh_video_t *sh){ in uninit()
58 static mp_image_t* decode(sh_video_t *sh,void* data,int len,int flags){ in decode()
H A Dvd_dshow.c44 static int control(sh_video_t *sh,int cmd,void* arg,...){ in LIBVD_EXTERN()
69 static int init(sh_video_t *sh){ in init()
108 static void uninit(sh_video_t *sh){ in uninit()
115 static mp_image_t* decode(sh_video_t *sh,void* data,int len,int flags){ in decode()
H A Dvd_zrmjpeg.c58 static int query_format(sh_video_t *sh, unsigned int format) { in query_format()
65 static int control(sh_video_t *sh, int cmd, void* arg, ...) { in control()
74 static int init(sh_video_t *sh) { in init()
91 static void uninit(sh_video_t *sh) { in uninit()
232 static mp_image_t* decode(sh_video_t *sh, void* data, int len, int flags) { in decode()
H A Dvd_dmo.c52 static int control(sh_video_t *sh,int cmd,void* arg,...){ in control()
57 static int init(sh_video_t *sh){ in init()
97 static void uninit(sh_video_t *sh){ in uninit()
108 static mp_image_t* decode(sh_video_t *sh,void* data,int len,int flags){ in decode()
H A Dvd_hmblck.c74 static int control(sh_video_t *sh,int cmd, void *arg,...){ in control()
80 static int init(sh_video_t *sh){ in init()
99 static void uninit(sh_video_t *sh){ in uninit()
104 static mp_image_t* decode(sh_video_t *sh,void* data,int len,int flags){ in decode()
H A Dvd_lzo.c47 static int control (sh_video_t *sh, int cmd, void* arg, ...) in control()
60 static int init(sh_video_t *sh) in init()
84 static void uninit(sh_video_t *sh) in uninit()
98 static mp_image_t* decode(sh_video_t *sh,void* data,int len,int flags) in decode()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libmpdemux/
H A Dstheader.h129 } sh_video_t; typedef
146 sh_video_t* new_sh_video_vid(demuxer_t *demuxer,int id,int vid);
150 void free_sh_video(sh_video_t *sh);
155 int video_read_properties(sh_video_t *sh_video);
156 int video_read_frame(sh_video_t* sh_video,float* frame_time_ptr,unsigned char** start,int force_fps…
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libmpdemux/
H A Dstheader.h129 } sh_video_t; typedef
146 sh_video_t* new_sh_video_vid(demuxer_t *demuxer,int id,int vid);
150 void free_sh_video(sh_video_t *sh);
155 int video_read_properties(sh_video_t *sh_video);
156 int video_read_frame(sh_video_t* sh_video,float* frame_time_ptr,unsigned char** start,int force_fps…

123456