Home
last modified time | relevance | path

Searched refs:cli_pic_t (Results 1 – 25 of 80) sorted by relevance

1234

/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/input/
H A Dinput.h90 } cli_pic_t; typedef
95 int (*picture_alloc)( cli_pic_t *pic, hnd_t handle, int csp, int width, int height );
96 int (*read_frame)( cli_pic_t *pic, hnd_t handle, int i_frame );
97 int (*release_frame)( cli_pic_t *pic, hnd_t handle );
98 void (*picture_clean)( cli_pic_t *pic, hnd_t handle );
131 int x264_cli_pic_alloc( cli_pic_t *pic, int csp, int width, int height );
132 int x264_cli_pic_alloc_aligned( cli_pic_t *pic, int csp, int width, int height );
133 int x264_cli_pic_init_noalloc( cli_pic_t *pic, int csp, int width, int height );
134 void x264_cli_pic_clean( cli_pic_t *pic );
H A Dthread.c36 cli_pic_t pic;
46 cli_pic_t *pic;
78 static int read_frame( cli_pic_t *p_pic, hnd_t handle, int i_frame ) in read_frame()
90 XCHG( cli_pic_t, *p_pic, h->pic ); in read_frame()
111 static int release_frame( cli_pic_t *pic, hnd_t handle ) in release_frame()
119 static int picture_alloc( cli_pic_t *pic, hnd_t handle, int csp, int width, int height ) in picture_alloc()
125 static void picture_clean( cli_pic_t *pic, hnd_t handle ) in picture_clean()
H A Draw.c113 static int read_frame_internal( cli_pic_t *pic, raw_hnd_t *h, int bit_depth_uc ) in read_frame_internal()
141 static int read_frame( cli_pic_t *pic, hnd_t handle, int i_frame ) in read_frame()
171 static int release_frame( cli_pic_t *pic, hnd_t handle ) in release_frame()
179 static int picture_alloc( cli_pic_t *pic, hnd_t handle, int csp, int width, int height ) in picture_alloc()
185 static void picture_clean( cli_pic_t *pic, hnd_t handle ) in picture_clean()
189 memset( pic, 0, sizeof(cli_pic_t) ); in picture_clean()
H A Dinput.c90 static int cli_pic_init_internal( cli_pic_t *pic, int csp, int width, int height, int align, int al… in cli_pic_init_internal()
92 memset( pic, 0, sizeof(cli_pic_t) ); in cli_pic_init_internal()
120 int x264_cli_pic_alloc( cli_pic_t *pic, int csp, int width, int height ) in x264_cli_pic_alloc()
125 int x264_cli_pic_alloc_aligned( cli_pic_t *pic, int csp, int width, int height ) in x264_cli_pic_alloc_aligned()
130 int x264_cli_pic_init_noalloc( cli_pic_t *pic, int csp, int width, int height ) in x264_cli_pic_init_noalloc()
135 void x264_cli_pic_clean( cli_pic_t *pic ) in x264_cli_pic_clean()
139 memset( pic, 0, sizeof(cli_pic_t) ); in x264_cli_pic_clean()
H A Dlavf.c47 cli_pic_t *first_pic;
81 static int read_frame_internal( cli_pic_t *p_pic, lavf_hnd_t *h, int i_frame, video_info_t *info ) in read_frame_internal()
219 h->first_pic = malloc( sizeof(cli_pic_t) ); in open_file()
243 static int picture_alloc( cli_pic_t *pic, hnd_t handle, int csp, int width, int height ) in picture_alloc()
252 static int read_frame( cli_pic_t *pic, hnd_t handle, int i_frame ) in read_frame()
257 static void picture_clean( cli_pic_t *pic, hnd_t handle ) in picture_clean()
259 memset( pic, 0, sizeof(cli_pic_t) ); in picture_clean()
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/input/
H A Dinput.h90 } cli_pic_t; typedef
95 int (*picture_alloc)( cli_pic_t *pic, hnd_t handle, int csp, int width, int height );
96 int (*read_frame)( cli_pic_t *pic, hnd_t handle, int i_frame );
97 int (*release_frame)( cli_pic_t *pic, hnd_t handle );
98 void (*picture_clean)( cli_pic_t *pic, hnd_t handle );
131 int x264_cli_pic_alloc( cli_pic_t *pic, int csp, int width, int height );
132 int x264_cli_pic_alloc_aligned( cli_pic_t *pic, int csp, int width, int height );
133 int x264_cli_pic_init_noalloc( cli_pic_t *pic, int csp, int width, int height );
134 void x264_cli_pic_clean( cli_pic_t *pic );
H A Dthread.c36 cli_pic_t pic;
46 cli_pic_t *pic;
78 static int read_frame( cli_pic_t *p_pic, hnd_t handle, int i_frame ) in read_frame()
90 XCHG( cli_pic_t, *p_pic, h->pic ); in read_frame()
111 static int release_frame( cli_pic_t *pic, hnd_t handle ) in release_frame()
119 static int picture_alloc( cli_pic_t *pic, hnd_t handle, int csp, int width, int height ) in picture_alloc()
125 static void picture_clean( cli_pic_t *pic, hnd_t handle ) in picture_clean()
H A Draw.c113 static int read_frame_internal( cli_pic_t *pic, raw_hnd_t *h, int bit_depth_uc ) in read_frame_internal()
141 static int read_frame( cli_pic_t *pic, hnd_t handle, int i_frame ) in read_frame()
171 static int release_frame( cli_pic_t *pic, hnd_t handle ) in release_frame()
179 static int picture_alloc( cli_pic_t *pic, hnd_t handle, int csp, int width, int height ) in picture_alloc()
185 static void picture_clean( cli_pic_t *pic, hnd_t handle ) in picture_clean()
189 memset( pic, 0, sizeof(cli_pic_t) ); in picture_clean()
H A Dinput.c90 static int cli_pic_init_internal( cli_pic_t *pic, int csp, int width, int height, int align, int al… in cli_pic_init_internal()
92 memset( pic, 0, sizeof(cli_pic_t) ); in cli_pic_init_internal()
120 int x264_cli_pic_alloc( cli_pic_t *pic, int csp, int width, int height ) in x264_cli_pic_alloc()
125 int x264_cli_pic_alloc_aligned( cli_pic_t *pic, int csp, int width, int height ) in x264_cli_pic_alloc_aligned()
130 int x264_cli_pic_init_noalloc( cli_pic_t *pic, int csp, int width, int height ) in x264_cli_pic_init_noalloc()
135 void x264_cli_pic_clean( cli_pic_t *pic ) in x264_cli_pic_clean()
139 memset( pic, 0, sizeof(cli_pic_t) ); in x264_cli_pic_clean()
H A Dlavf.c47 cli_pic_t *first_pic;
81 static int read_frame_internal( cli_pic_t *p_pic, lavf_hnd_t *h, int i_frame, video_info_t *info ) in read_frame_internal()
219 h->first_pic = malloc( sizeof(cli_pic_t) ); in open_file()
243 static int picture_alloc( cli_pic_t *pic, hnd_t handle, int csp, int width, int height ) in picture_alloc()
252 static int read_frame( cli_pic_t *pic, hnd_t handle, int i_frame ) in read_frame()
257 static void picture_clean( cli_pic_t *pic, hnd_t handle ) in picture_clean()
259 memset( pic, 0, sizeof(cli_pic_t) ); in picture_clean()
/dports/emulators/vice/vice-3.5/src/lib/libx264/input/
H A Dinput.h86 } cli_pic_t; typedef
91 int (*picture_alloc)( cli_pic_t *pic, int csp, int width, int height );
92 int (*read_frame)( cli_pic_t *pic, hnd_t handle, int i_frame );
93 int (*release_frame)( cli_pic_t *pic, hnd_t handle );
94 void (*picture_clean)( cli_pic_t *pic );
126 int x264_cli_pic_alloc( cli_pic_t *pic, int csp, int width, int height );
127 int x264_cli_pic_alloc_aligned( cli_pic_t *pic, int csp, int width, int height );
128 void x264_cli_pic_clean( cli_pic_t *pic );
H A Dinput.c83 static int x264_cli_pic_alloc_internal( cli_pic_t *pic, int csp, int width, int height, int align ) in x264_cli_pic_alloc_internal()
88 memset( pic, 0, sizeof(cli_pic_t) ); in x264_cli_pic_alloc_internal()
114 int x264_cli_pic_alloc( cli_pic_t *pic, int csp, int width, int height ) in x264_cli_pic_alloc()
119 int x264_cli_pic_alloc_aligned( cli_pic_t *pic, int csp, int width, int height ) in x264_cli_pic_alloc_aligned()
124 void x264_cli_pic_clean( cli_pic_t *pic ) in x264_cli_pic_clean()
130 memset( pic, 0, sizeof(cli_pic_t) ); in x264_cli_pic_clean()
H A Dthread.c33 cli_pic_t pic;
43 cli_pic_t *pic;
77 static int read_frame( cli_pic_t *p_pic, hnd_t handle, int i_frame ) in read_frame()
89 XCHG( cli_pic_t, *p_pic, h->pic ); in read_frame()
110 static int release_frame( cli_pic_t *pic, hnd_t handle ) in release_frame()
H A Dlavf.c42 cli_pic_t *first_pic;
57 static int read_frame_internal( cli_pic_t *p_pic, lavf_hnd_t *h, int i_frame, video_info_t *info ) in read_frame_internal()
194 h->first_pic = malloc( sizeof(cli_pic_t) ); in open_file()
218 static int picture_alloc( cli_pic_t *pic, int csp, int width, int height ) in picture_alloc()
227 static int read_frame( cli_pic_t *pic, hnd_t handle, int i_frame ) in read_frame()
232 static void picture_clean( cli_pic_t *pic ) in picture_clean()
234 memset( pic, 0, sizeof(cli_pic_t) ); in picture_clean()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/input/
H A Dinput.h86 } cli_pic_t; typedef
91 int (*picture_alloc)( cli_pic_t *pic, int csp, int width, int height );
92 int (*read_frame)( cli_pic_t *pic, hnd_t handle, int i_frame );
93 int (*release_frame)( cli_pic_t *pic, hnd_t handle );
94 void (*picture_clean)( cli_pic_t *pic );
126 int x264_cli_pic_alloc( cli_pic_t *pic, int csp, int width, int height );
127 int x264_cli_pic_alloc_aligned( cli_pic_t *pic, int csp, int width, int height );
128 void x264_cli_pic_clean( cli_pic_t *pic );
H A Dinput.c83 static int x264_cli_pic_alloc_internal( cli_pic_t *pic, int csp, int width, int height, int align ) in x264_cli_pic_alloc_internal()
88 memset( pic, 0, sizeof(cli_pic_t) ); in x264_cli_pic_alloc_internal()
114 int x264_cli_pic_alloc( cli_pic_t *pic, int csp, int width, int height ) in x264_cli_pic_alloc()
119 int x264_cli_pic_alloc_aligned( cli_pic_t *pic, int csp, int width, int height ) in x264_cli_pic_alloc_aligned()
124 void x264_cli_pic_clean( cli_pic_t *pic ) in x264_cli_pic_clean()
130 memset( pic, 0, sizeof(cli_pic_t) ); in x264_cli_pic_clean()
H A Dthread.c33 cli_pic_t pic;
43 cli_pic_t *pic;
77 static int read_frame( cli_pic_t *p_pic, hnd_t handle, int i_frame ) in read_frame()
89 XCHG( cli_pic_t, *p_pic, h->pic ); in read_frame()
110 static int release_frame( cli_pic_t *pic, hnd_t handle ) in release_frame()
H A Dlavf.c42 cli_pic_t *first_pic;
57 static int read_frame_internal( cli_pic_t *p_pic, lavf_hnd_t *h, int i_frame, video_info_t *info ) in read_frame_internal()
194 h->first_pic = malloc( sizeof(cli_pic_t) ); in open_file()
218 static int picture_alloc( cli_pic_t *pic, int csp, int width, int height ) in picture_alloc()
227 static int read_frame( cli_pic_t *pic, hnd_t handle, int i_frame ) in read_frame()
232 static void picture_clean( cli_pic_t *pic ) in picture_clean()
234 memset( pic, 0, sizeof(cli_pic_t) ); in picture_clean()
/dports/emulators/vice/vice-3.5/src/lib/libx264/filters/video/
H A Dcache.c38 cli_pic_t **cache;
59 h->cache = malloc( (h->max_size+1) * sizeof(cli_pic_t*) ); in init()
65 h->cache[i] = malloc( sizeof(cli_pic_t) ); in init()
100 cli_pic_t temp; in fill_cache()
102 cli_pic_t *cache = h->cache[0]; in fill_cache()
117 static int get_frame( hnd_t handle, cli_pic_t *output, int frame ) in get_frame()
131 static int release_frame( hnd_t handle, cli_pic_t *pic, int frame ) in release_frame()
H A Dfix_vfr_pts.c40 cli_pic_t buffer;
41 cli_pic_t holder;
71 static int get_frame( hnd_t handle, cli_pic_t *output, int frame ) in get_frame()
120 static int release_frame( hnd_t handle, cli_pic_t *pic, int frame ) in release_frame()
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/filters/video/
H A Dcache.c46 cli_pic_t **cache;
64 h->cache = malloc( (h->max_size+1) * sizeof(cli_pic_t*) ); in init()
70 h->cache[i] = malloc( sizeof(cli_pic_t) ); in init()
103 cli_pic_t temp; in fill_cache()
105 cli_pic_t *cache = h->cache[0]; in fill_cache()
120 static int get_frame( hnd_t handle, cli_pic_t *output, int frame ) in get_frame()
132 static int release_frame( hnd_t handle, cli_pic_t *pic, int frame ) in release_frame()
H A Dfix_vfr_pts.c40 cli_pic_t buffer;
41 cli_pic_t holder;
69 static int get_frame( hnd_t handle, cli_pic_t *output, int frame ) in get_frame()
118 static int release_frame( hnd_t handle, cli_pic_t *pic, int frame ) in release_frame()
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/filters/video/
H A Dcache.c46 cli_pic_t **cache;
64 h->cache = malloc( (h->max_size+1) * sizeof(cli_pic_t*) ); in init()
70 h->cache[i] = malloc( sizeof(cli_pic_t) ); in init()
103 cli_pic_t temp; in fill_cache()
105 cli_pic_t *cache = h->cache[0]; in fill_cache()
120 static int get_frame( hnd_t handle, cli_pic_t *output, int frame ) in get_frame()
132 static int release_frame( hnd_t handle, cli_pic_t *pic, int frame ) in release_frame()
H A Dfix_vfr_pts.c40 cli_pic_t buffer;
41 cli_pic_t holder;
69 static int get_frame( hnd_t handle, cli_pic_t *output, int frame ) in get_frame()
118 static int release_frame( hnd_t handle, cli_pic_t *pic, int frame ) in release_frame()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/filters/video/
H A Dcache.c38 cli_pic_t **cache;
59 h->cache = malloc( (h->max_size+1) * sizeof(cli_pic_t*) ); in init()
65 h->cache[i] = malloc( sizeof(cli_pic_t) ); in init()
100 cli_pic_t temp; in fill_cache()
102 cli_pic_t *cache = h->cache[0]; in fill_cache()
117 static int get_frame( hnd_t handle, cli_pic_t *output, int frame ) in get_frame()
131 static int release_frame( hnd_t handle, cli_pic_t *pic, int frame ) in release_frame()

1234