Home
last modified time | relevance | path

Searched refs:picture_clean (Results 1 – 25 of 32) sorted by relevance

12

/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/input/
H A Dthread.c125 static void picture_clean( cli_pic_t *pic, hnd_t handle ) in picture_clean() function
128 h->input.picture_clean( pic, h->p_handle ); in picture_clean()
135 h->input.picture_clean( &h->pic, h->p_handle ); in close_file()
142 … thread_input = { open_file, picture_alloc, read_frame, release_frame, picture_clean, close_file };
H A Dlavf.c92 lavf_input.picture_clean( h->first_pic, h ); in read_frame_internal()
257 static void picture_clean( cli_pic_t *pic, hnd_t handle ) in picture_clean() function
272 const cli_input_t lavf_input = { open_file, picture_alloc, read_frame, NULL, picture_clean, close_f…
H A Dffms.c206 static void picture_clean( cli_pic_t *pic, hnd_t handle ) in picture_clean() function
219 const cli_input_t ffms_input = { open_file, picture_alloc, read_frame, NULL, picture_clean, close_f…
H A Draw.c185 static void picture_clean( cli_pic_t *pic, hnd_t handle ) in picture_clean() function
206 const cli_input_t raw_input = { open_file, picture_alloc, read_frame, release_frame, picture_clean,…
H A Dtimecode.c442 static void picture_clean( cli_pic_t *pic, hnd_t handle ) in picture_clean() function
445 h->input.picture_clean( pic, h->p_handle ); in picture_clean()
458 …imecode_input = { open_file, picture_alloc, read_frame, release_frame, picture_clean, close_file };
H A Dy4m.c349 static void picture_clean( cli_pic_t *pic, hnd_t handle ) in picture_clean() function
370 const cli_input_t y4m_input = { open_file, picture_alloc, read_frame, release_frame, picture_clean,…
H A Dinput.h98 void (*picture_clean)( cli_pic_t *pic, hnd_t handle ); member
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/input/
H A Dthread.c125 static void picture_clean( cli_pic_t *pic, hnd_t handle ) in picture_clean() function
128 h->input.picture_clean( pic, h->p_handle ); in picture_clean()
135 h->input.picture_clean( &h->pic, h->p_handle ); in close_file()
142 … thread_input = { open_file, picture_alloc, read_frame, release_frame, picture_clean, close_file };
H A Dlavf.c92 lavf_input.picture_clean( h->first_pic, h ); in read_frame_internal()
257 static void picture_clean( cli_pic_t *pic, hnd_t handle ) in picture_clean() function
272 const cli_input_t lavf_input = { open_file, picture_alloc, read_frame, NULL, picture_clean, close_f…
H A Draw.c185 static void picture_clean( cli_pic_t *pic, hnd_t handle ) in picture_clean() function
206 const cli_input_t raw_input = { open_file, picture_alloc, read_frame, release_frame, picture_clean,…
H A Dffms.c206 static void picture_clean( cli_pic_t *pic, hnd_t handle ) in picture_clean() function
219 const cli_input_t ffms_input = { open_file, picture_alloc, read_frame, NULL, picture_clean, close_f…
H A Dtimecode.c442 static void picture_clean( cli_pic_t *pic, hnd_t handle ) in picture_clean() function
445 h->input.picture_clean( pic, h->p_handle ); in picture_clean()
458 …imecode_input = { open_file, picture_alloc, read_frame, release_frame, picture_clean, close_file };
H A Dy4m.c349 static void picture_clean( cli_pic_t *pic, hnd_t handle ) in picture_clean() function
370 const cli_input_t y4m_input = { open_file, picture_alloc, read_frame, release_frame, picture_clean,…
/dports/emulators/vice/vice-3.5/src/lib/libx264/input/
H A Dthread.c63 thread_input.picture_clean = h->input.picture_clean; in open_file()
123 h->input.picture_clean( &h->pic ); in close_file()
H A Dlavf.c68 lavf_input.picture_clean( h->first_pic ); in read_frame_internal()
232 static void picture_clean( cli_pic_t *pic ) in picture_clean() function
247 const cli_input_t lavf_input = { open_file, picture_alloc, read_frame, NULL, picture_clean, close_f…
H A Dffms.c212 static void picture_clean( cli_pic_t *pic ) in picture_clean() function
225 const cli_input_t ffms_input = { open_file, picture_alloc, read_frame, NULL, picture_clean, close_f…
H A Dinput.h94 void (*picture_clean)( cli_pic_t *pic ); member
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/input/
H A Dthread.c63 thread_input.picture_clean = h->input.picture_clean; in open_file()
123 h->input.picture_clean( &h->pic ); in close_file()
H A Dlavf.c68 lavf_input.picture_clean( h->first_pic ); in read_frame_internal()
232 static void picture_clean( cli_pic_t *pic ) in picture_clean() function
247 const cli_input_t lavf_input = { open_file, picture_alloc, read_frame, NULL, picture_clean, close_f…
H A Dffms.c212 static void picture_clean( cli_pic_t *pic ) in picture_clean() function
225 const cli_input_t ffms_input = { open_file, picture_alloc, read_frame, NULL, picture_clean, close_f…
H A Dinput.h94 void (*picture_clean)( cli_pic_t *pic ); member
/dports/emulators/vice/vice-3.5/src/lib/libx264/filters/video/
H A Dsource.c79 cli_input.picture_clean( &h->pic ); in free_filter()
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/filters/video/
H A Dsource.c79 cli_input.picture_clean( &h->pic, h->hin ); in free_filter()
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/filters/video/
H A Dsource.c79 cli_input.picture_clean( &h->pic, h->hin ); in free_filter()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/filters/video/
H A Dsource.c79 cli_input.picture_clean( &h->pic ); in free_filter()

12