Home
last modified time | relevance | path

Searched refs:got_packet (Results 1 – 25 of 648) sorted by relevance

12345678910>>...26

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoCommon/
H A DFrameDump.cpp251 return avcodec_encode_video2(avctx, pkt, nullptr, got_packet); in ReceivePacket()
253 *got_packet = 0; in ReceivePacket()
256 *got_packet = 1; in ReceivePacket()
265 int* got_packet) in SendFrameAndReceivePacket() argument
268 return avcodec_encode_video2(avctx, pkt, frame, got_packet); in SendFrameAndReceivePacket()
270 *got_packet = 0; in SendFrameAndReceivePacket()
275 return ReceivePacket(avctx, pkt, got_packet); in SendFrameAndReceivePacket()
333 int got_packet = 0; in AddFrame() local
365 if (!error && got_packet) in AddFrame()
380 int got_packet; in HandleDelayedPackets() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dencode.c127 int got_packet; in encode_simple_internal() local
149 got_packet = 0; in encode_simple_internal()
155 ret = ff_thread_video_encode_frame(avctx, avpkt, frame, &got_packet); in encode_simple_internal()
157 ret = avctx->codec->encode2(avctx, avpkt, frame, &got_packet); in encode_simple_internal()
167 if (!ret && got_packet) { in encode_simple_internal()
192 if (avci->draining && !got_packet) in encode_simple_internal()
196 if (ret < 0 || !got_packet) in encode_simple_internal()
205 if (got_packet) in encode_simple_internal()
360 int *got_packet, const AVFrame *frame) in compat_encode() argument
366 *got_packet = 0; in compat_encode()
[all …]
H A Dlibwebpenc_animencoder.c58 const AVFrame *frame, int *got_packet) { in libwebp_anim_encode_frame() argument
64 *got_packet = 0; in libwebp_anim_encode_frame()
77 *got_packet = 1; in libwebp_anim_encode_frame()
108 *got_packet = 1; in libwebp_anim_encode_frame()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/
H A DAVIDump.cpp229 int got_packet = 0; in AddFrame() local
231 got_packet = 1; in AddFrame()
234 int got_packet; in AddFrame() local
235 int error = avcodec_encode_video2(s_codec_context, &pkt, s_scaled_frame, &got_packet); in AddFrame()
237 while (error >= 0 && got_packet) { in AddFrame()
256 got_packet = error >= 0 ? 1 : 0; in AddFrame()
259 error = avcodec_encode_video2(s_codec_context, &pkt, nullptr, &got_packet); in AddFrame()
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/
H A DAVIDump.cpp229 int got_packet = 0; in AddFrame() local
231 got_packet = 1; in AddFrame()
234 int got_packet; in AddFrame() local
235 int error = avcodec_encode_video2(s_codec_context, &pkt, s_scaled_frame, &got_packet); in AddFrame()
237 while (error >= 0 && got_packet) { in AddFrame()
256 got_packet = error >= 0 ? 1 : 0; in AddFrame()
259 error = avcodec_encode_video2(s_codec_context, &pkt, nullptr, &got_packet); in AddFrame()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/
H A DAVIDump.cpp229 int got_packet = 0; in AddFrame() local
231 got_packet = 1; in AddFrame()
234 int got_packet; in AddFrame() local
235 int error = avcodec_encode_video2(s_codec_context, &pkt, s_scaled_frame, &got_packet); in AddFrame()
237 while (error >= 0 && got_packet) { in AddFrame()
256 got_packet = error >= 0 ? 1 : 0; in AddFrame()
259 error = avcodec_encode_video2(s_codec_context, &pkt, nullptr, &got_packet); in AddFrame()
/dports/net/p5-POE-Component-Pcap/POE-Component-Pcap-0.04/eg/
H A Dawtest20 got_packet => \&got_packet,
52 sub got_packet {
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dlibwebpenc_animencoder.c58 const AVFrame *frame, int *got_packet) { in libwebp_anim_encode_frame() argument
64 *got_packet = 0; in libwebp_anim_encode_frame()
77 *got_packet = 1; in libwebp_anim_encode_frame()
108 *got_packet = 1; in libwebp_anim_encode_frame()
H A Dencode.c180 int got_packet; in encode_simple_internal() local
202 got_packet = 0; in encode_simple_internal()
212 ret = ff_thread_video_encode_frame(avctx, avpkt, frame, &got_packet); in encode_simple_internal()
214 ret = avctx->codec->encode2(avctx, avpkt, frame, &got_packet); in encode_simple_internal()
224 if (!ret && got_packet) { in encode_simple_internal()
249 if (avci->draining && !got_packet) in encode_simple_internal()
253 if (ret < 0 || !got_packet) in encode_simple_internal()
262 if (got_packet) in encode_simple_internal()
418 int *got_packet, const AVFrame *frame) in compat_encode() argument
424 *got_packet = 0; in compat_encode()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dlibwebpenc_animencoder.c58 const AVFrame *frame, int *got_packet) { in libwebp_anim_encode_frame() argument
64 *got_packet = 0; in libwebp_anim_encode_frame()
77 *got_packet = 1; in libwebp_anim_encode_frame()
108 *got_packet = 1; in libwebp_anim_encode_frame()
H A Dencode.c180 int got_packet; in encode_simple_internal() local
202 got_packet = 0; in encode_simple_internal()
212 ret = ff_thread_video_encode_frame(avctx, avpkt, frame, &got_packet); in encode_simple_internal()
214 ret = avctx->codec->encode2(avctx, avpkt, frame, &got_packet); in encode_simple_internal()
224 if (!ret && got_packet) { in encode_simple_internal()
249 if (avci->draining && !got_packet) in encode_simple_internal()
253 if (ret < 0 || !got_packet) in encode_simple_internal()
262 if (got_packet) in encode_simple_internal()
418 int *got_packet, const AVFrame *frame) in compat_encode() argument
424 *got_packet = 0; in compat_encode()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dlibwebpenc_animencoder.c58 const AVFrame *frame, int *got_packet) { in libwebp_anim_encode_frame() argument
64 *got_packet = 0; in libwebp_anim_encode_frame()
77 *got_packet = 1; in libwebp_anim_encode_frame()
108 *got_packet = 1; in libwebp_anim_encode_frame()
H A Dencode.c356 static int do_encode(AVCodecContext *avctx, const AVFrame *frame, int *got_packet) in do_encode() argument
359 *got_packet = 0; in do_encode()
366 frame, got_packet); in do_encode()
369 frame, got_packet); in do_encode()
374 if (ret >= 0 && *got_packet) { in do_encode()
433 int got_packet; in avcodec_receive_packet() local
437 ret = do_encode(avctx, NULL, &got_packet); in avcodec_receive_packet()
440 if (ret >= 0 && !got_packet) in avcodec_receive_packet()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dlibwebpenc_animencoder.c58 const AVFrame *frame, int *got_packet) { in libwebp_anim_encode_frame() argument
64 *got_packet = 0; in libwebp_anim_encode_frame()
77 *got_packet = 1; in libwebp_anim_encode_frame()
108 *got_packet = 1; in libwebp_anim_encode_frame()
H A Dencode.c362 static int do_encode(AVCodecContext *avctx, const AVFrame *frame, int *got_packet) in do_encode() argument
365 *got_packet = 0; in do_encode()
372 frame, got_packet); in do_encode()
375 frame, got_packet); in do_encode()
380 if (ret >= 0 && *got_packet) { in do_encode()
445 int got_packet; in avcodec_receive_packet() local
449 ret = do_encode(avctx, NULL, &got_packet); in avcodec_receive_packet()
452 if (ret >= 0 && !got_packet) in avcodec_receive_packet()
/dports/www/firefox/firefox-99.0/media/ffvpx/libavcodec/
H A Dencode.c180 int got_packet; in encode_simple_internal() local
202 got_packet = 0; in encode_simple_internal()
212 ret = ff_thread_video_encode_frame(avctx, avpkt, frame, &got_packet); in encode_simple_internal()
214 ret = avctx->codec->encode2(avctx, avpkt, frame, &got_packet); in encode_simple_internal()
224 if (!ret && got_packet) { in encode_simple_internal()
249 if (avci->draining && !got_packet) in encode_simple_internal()
253 if (ret < 0 || !got_packet) in encode_simple_internal()
262 if (got_packet) in encode_simple_internal()
418 int *got_packet, const AVFrame *frame) in compat_encode() argument
424 *got_packet = 0; in compat_encode()
[all …]
/dports/net/p5-Net-Pcap/Net-Pcap-0.18/t/
H A D50-poe-component-pcap.t36 got_packet => \&got_packet,
63 sub got_packet {
/dports/multimedia/lives/lives-3.2.0/lives-plugins/plugins/playback/video/
H A Dlibav_stream.c867 int got_packet; in render_audio_frame_float() local
875 ret = avcodec_encode_audio2(c, &pkt, NULL, &got_packet); in render_audio_frame_float()
882 if (got_packet) { in render_audio_frame_float()
947 if (got_packet) { in render_audio_frame_float()
978 int got_packet = 0; in render_frame_yuv420() local
994 if (got_packet) { in render_frame_yuv420()
1021 int got_packet = 0; in exit_screen() local
1043 if (got_packet) { in exit_screen()
1051 } while (got_packet); in exit_screen()
1066 if (got_packet) { in exit_screen()
[all …]
/dports/net/p5-POE-Component-Pcap/POE-Component-Pcap-0.04/t/
H A D01basic.t41 got_packet => \&got_packet,
72 sub got_packet {
/dports/multimedia/gpac-libgpac/gpac-1.0.0/applications/deprecated/old_arch/dashcast/
H A Dvideo_encoder.c168 int got_packet = 0; in dc_video_encoder_encode() local
209 got_packet = video_output_file->encoded_frame_size>=0 ? 1 : 0; in dc_video_encoder_encode()
215 …ed_frame_size = avcodec_encode_video2(video_codec_ctx, &pkt, video_data_node->vframe, &got_packet); in dc_video_encoder_encode()
224 if (got_packet) in dc_video_encoder_encode()
228 if (got_packet) { in dc_video_encoder_encode()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/applications/deprecated/old_arch/dashcast/
H A Dvideo_encoder.c168 int got_packet = 0; in dc_video_encoder_encode() local
209 got_packet = video_output_file->encoded_frame_size>=0 ? 1 : 0; in dc_video_encoder_encode()
215 …ed_frame_size = avcodec_encode_video2(video_codec_ctx, &pkt, video_data_node->vframe, &got_packet); in dc_video_encoder_encode()
224 if (got_packet) in dc_video_encoder_encode()
228 if (got_packet) { in dc_video_encoder_encode()
/dports/graphics/blender/blender-2.91.0/extern/audaspace/plugins/ffmpeg/
H A DFFMPEGWriter.cpp72 int got_packet; in encode() local
86 if(avcodec_encode_audio2(m_codecCtx, m_packet, m_frame, &got_packet)) in encode()
91 if(got_packet) in encode()
119 int got_packet = true; in close() local
121 while(got_packet) in close()
128 if(avcodec_encode_audio2(m_codecCtx, m_packet, nullptr, &got_packet)) in close()
131 if(got_packet) in close()
/dports/graphics/gegl/gegl-0.4.34/operations/external/
H A Dff-save.c399 int got_packet = 0;
478 if (got_packet)
843 int got_packet = 0;
850 if (!out_size && got_packet && c->coded_frame)
1002 int got_packet = 0;
1006 got_packet = 0;
1013 if (got_packet)
1065 int got_packet = 0;
1070 got_packet = 0;
1076 if (got_packet)
[all …]
/dports/cad/netgen/netgen-6.2.2105/ng/
H A Dencoding.hpp58 int got_packet = 0; in AddFrame() local
77 got_packet = 0; in AddFrame()
87 got_packet = 1; in AddFrame()
96 if (got_packet) { in AddFrame()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/ext/libav/
H A Dgstavaudenc.c551 gboolean * got_packet) in gst_ffmpegaudenc_receive_packet() argument
579 *got_packet = TRUE; in gst_ffmpegaudenc_receive_packet()
584 *got_packet = FALSE; in gst_ffmpegaudenc_receive_packet()
594 gboolean got_packet; in gst_ffmpegaudenc_drain() local
600 ret = gst_ffmpegaudenc_receive_packet (ffmpegaudenc, &got_packet); in gst_ffmpegaudenc_drain()
603 } while (got_packet); in gst_ffmpegaudenc_drain()
616 gboolean got_packet; in gst_ffmpegaudenc_handle_frame() local
648 ret = gst_ffmpegaudenc_receive_packet (ffmpegaudenc, &got_packet); in gst_ffmpegaudenc_handle_frame()
649 } while (got_packet); in gst_ffmpegaudenc_handle_frame()

12345678910>>...26