Home
last modified time | relevance | path

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

12345

/third_party/ffmpeg/libavcodec/
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()
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()
215 if (avctx->codec->type == AVMEDIA_TYPE_VIDEO && !ret && 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
[all …]
Dv308enc.c41 const AVFrame *pic, int *got_packet) in v308_encode_frame() argument
67 *got_packet = 1; in v308_encode_frame()
Dyuv4enc.c27 const AVFrame *pic, int *got_packet) in yuv4_encode_frame() argument
56 *got_packet = 1; in yuv4_encode_frame()
Dqsvenc_jpeg.c49 const AVFrame *frame, int *got_packet) in qsv_enc_frame() argument
53 return ff_qsv_encode(avctx, &q->qsv, pkt, frame, got_packet); in qsv_enc_frame()
Dy41penc.c40 const AVFrame *pic, int *got_packet) in y41p_encode_frame() argument
74 *got_packet = 1; in y41p_encode_frame()
Dv410enc.c42 const AVFrame *pic, int *got_packet) in v410_encode_frame() argument
79 *got_packet = 1; in v410_encode_frame()
Dxbmenc.c30 const AVFrame *p, int *got_packet) in xbm_encode_frame() argument
74 *got_packet = 1; in xbm_encode_frame()
Dv408enc.c36 const AVFrame *pic, int *got_packet) in v408_encode_frame() argument
72 *got_packet = 1; in v408_encode_frame()
Dlibwebpenc.c37 const AVFrame *frame, int *got_packet) in libwebp_encode_frame() argument
66 *got_packet = 1; in libwebp_encode_frame()
Dwrapped_avframe.c44 const AVFrame *frame, int *got_packet) in wrapped_avframe_encode() argument
75 *got_packet = 1; in wrapped_avframe_encode()
Drawenc.c53 const AVFrame *frame, int *got_packet) in raw_encode() argument
84 *got_packet = 1; in raw_encode()
Dqsvenc_mpeg2.c49 const AVFrame *frame, int *got_packet) in qsv_enc_frame() argument
53 return ff_qsv_encode(avctx, &q->qsv, pkt, frame, got_packet); in qsv_enc_frame()
Dqsvenc_vp9.c50 const AVFrame *frame, int *got_packet) in qsv_enc_frame() argument
54 return ff_qsv_encode(avctx, &q->qsv, pkt, frame, got_packet); in qsv_enc_frame()
Daliaspixenc.c31 const AVFrame *frame, int *got_packet) in encode_frame() argument
108 *got_packet = 1; in encode_frame()
Dfitsenc.c38 const AVFrame *pict, int *got_packet) in fits_encode_frame() argument
111 *got_packet = 1; in fits_encode_frame()
Davuienc.c52 const AVFrame *pic, int *got_packet) in avui_encode_frame() argument
90 *got_packet = 1; in avui_encode_frame()
Dr210enc.c40 const AVFrame *pic, int *got_packet) in encode_frame() argument
83 *got_packet = 1; in encode_frame()
Dpamenc.c26 const AVFrame *p, int *got_packet) in pam_encode_frame() argument
126 *got_packet = 1; in pam_encode_frame()
Dcljrenc.c40 const AVFrame *p, int *got_packet) in encode_frame() argument
94 *got_packet = 1; in encode_frame()
Dlclenc.c66 const AVFrame *p, int *got_packet) in encode_frame() argument
106 *got_packet = 1; in encode_frame()
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-broker/mount-origin/
Dexample.js41 subscriber_ws.onmessage =function got_packet(msg) { function
61 publisher_ws.onmessage =function got_packet(msg) {
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavaudenc.c569 gboolean * got_packet) in gst_ffmpegaudenc_receive_packet() argument
597 *got_packet = TRUE; in gst_ffmpegaudenc_receive_packet()
602 *got_packet = FALSE; in gst_ffmpegaudenc_receive_packet()
612 gboolean got_packet; in gst_ffmpegaudenc_drain() local
618 ret = gst_ffmpegaudenc_receive_packet (ffmpegaudenc, &got_packet); in gst_ffmpegaudenc_drain()
621 } while (got_packet); in gst_ffmpegaudenc_drain()
643 gboolean got_packet; in gst_ffmpegaudenc_handle_frame() local
687 ret = gst_ffmpegaudenc_receive_packet (ffmpegaudenc, &got_packet); in gst_ffmpegaudenc_handle_frame()
688 } while (got_packet); in gst_ffmpegaudenc_handle_frame()
Dgstavvidenc.c657 gboolean * got_packet, gboolean send) in gst_ffmpegvidenc_receive_packet() argument
665 *got_packet = FALSE; in gst_ffmpegvidenc_receive_packet()
682 *got_packet = TRUE; in gst_ffmpegvidenc_receive_packet()
727 gboolean got_packet; in gst_ffmpegvidenc_handle_frame() local
761 ret = gst_ffmpegvidenc_receive_packet (ffmpegenc, &got_packet, TRUE); in gst_ffmpegvidenc_handle_frame()
764 } while (got_packet); in gst_ffmpegvidenc_handle_frame()
788 gboolean got_packet; in gst_ffmpegvidenc_flush_buffers() local
802 ret = gst_ffmpegvidenc_receive_packet (ffmpegenc, &got_packet, send); in gst_ffmpegvidenc_flush_buffers()
805 } while (got_packet); in gst_ffmpegvidenc_flush_buffers()
/third_party/ffmpeg/libavformat/
Dty.c393 int got_packet = 0; in demux_video() local
417 got_packet = 1; in demux_video()
435 if (!got_packet) { in demux_video()
441 got_packet = 1; in demux_video()
470 return got_packet; in demux_video()

12345