Home
last modified time | relevance | path

Searched refs:encode_thread (Results 1 – 14 of 14) sorted by relevance

/dports/archivers/pixz/pixz-1.0.7/src/
H A Dwrite.c45 static void encode_thread(size_t thnum);
94 pipeline_create(block_create, block_free, read_thread, encode_thread); in pixz_write()
344 static void encode_thread(size_t thnum) { in encode_thread() function
/dports/x11/xpra/xpra-4.3/xpra/server/source/
H A Dclient_connection.py78 self.encode_thread = None
249 self.encode_thread = start_thread(self.encode_loop, "encode")
/dports/audio/libgroove/libgroove-4.3.0/groove/
H A Dencoder.c153 static void *encode_thread(void *arg) { in encode_thread() function
629 if (pthread_create(&e->thread_id, NULL, encode_thread, encoder) != 0) { in groove_encoder_attach()
/dports/x11/xpra/xpra-4.3/xpra/server/proxy/
H A Dproxy_instance.py85 self.encode_thread = None
117 self.encode_thread = start_thread(self.encode_loop, "encode")
/dports/multimedia/libva-utils/libva-utils-2.13.0/encode/
H A Dh264encode.c166 static pthread_t encode_thread; variable
2230 pthread_create(&encode_thread, NULL, storage_task_thread, NULL); in encode_frames()
2287 pthread_join(encode_thread, (void **)&ret); in encode_frames()
H A Dhevcencode.c459 static pthread_t encode_thread; variable
3075 pthread_create(&encode_thread, NULL, storage_task_thread, NULL); in encode_frames()
3125 pthread_join(encode_thread, (void **)&ret); in encode_frames()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dmpegvideo_enc.c2007 static int encode_thread(AVCodecContext *c, void *arg){ in encode_thread() function
2932 …s->avctx->execute(s->avctx, encode_thread, (void**)&(s->thread_context[0]), NULL, s->avctx->thread… in encode_picture()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dmpegvideo_enc.c2948 static int encode_thread(AVCodecContext *c, void *arg){ in encode_thread() function
3971 …s->avctx->execute(s->avctx, encode_thread, &s->thread_context[0], NULL, context_count, sizeof(void… in encode_picture()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dmpegvideo_enc.c2695 static int encode_thread(AVCodecContext *c, void *arg){ in encode_thread() function
3683 …s->avctx->execute(s->avctx, encode_thread, &s->thread_context[0], NULL, context_count, sizeof(void… in encode_picture()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dmpegvideo_enc.c2953 static int encode_thread(AVCodecContext *c, void *arg){ in encode_thread() function
3976 …s->avctx->execute(s->avctx, encode_thread, &s->thread_context[0], NULL, context_count, sizeof(void… in encode_picture()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dmpegvideo_enc.c2911 static int encode_thread(AVCodecContext *c, void *arg){ in encode_thread() function
3918 …s->avctx->execute(s->avctx, encode_thread, &s->thread_context[0], NULL, context_count, sizeof(void… in encode_picture()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dmpegvideo_enc.c2911 static int encode_thread(AVCodecContext *c, void *arg){ in encode_thread() function
3918 …s->avctx->execute(s->avctx, encode_thread, &s->thread_context[0], NULL, context_count, sizeof(void… in encode_picture()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dmpegvideo_enc.c2695 static int encode_thread(AVCodecContext *c, void *arg){ in encode_thread() function
3683 …s->avctx->execute(s->avctx, encode_thread, &s->thread_context[0], NULL, context_count, sizeof(void… in encode_picture()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dmpegvideo_enc.c2906 static int encode_thread(AVCodecContext *c, void *arg){ in encode_thread() function
3913 …s->avctx->execute(s->avctx, encode_thread, &s->thread_context[0], NULL, context_count, sizeof(void… in encode_picture()