/third_party/ffmpeg/libavcodec/ |
D | libwebpenc_animencoder.c | 58 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()
|
D | encode.c | 180 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 …]
|
D | v308enc.c | 41 const AVFrame *pic, int *got_packet) in v308_encode_frame() argument 67 *got_packet = 1; in v308_encode_frame()
|
D | yuv4enc.c | 27 const AVFrame *pic, int *got_packet) in yuv4_encode_frame() argument 56 *got_packet = 1; in yuv4_encode_frame()
|
D | qsvenc_jpeg.c | 49 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()
|
D | y41penc.c | 40 const AVFrame *pic, int *got_packet) in y41p_encode_frame() argument 74 *got_packet = 1; in y41p_encode_frame()
|
D | v410enc.c | 42 const AVFrame *pic, int *got_packet) in v410_encode_frame() argument 79 *got_packet = 1; in v410_encode_frame()
|
D | xbmenc.c | 30 const AVFrame *p, int *got_packet) in xbm_encode_frame() argument 74 *got_packet = 1; in xbm_encode_frame()
|
D | v408enc.c | 36 const AVFrame *pic, int *got_packet) in v408_encode_frame() argument 72 *got_packet = 1; in v408_encode_frame()
|
D | libwebpenc.c | 37 const AVFrame *frame, int *got_packet) in libwebp_encode_frame() argument 66 *got_packet = 1; in libwebp_encode_frame()
|
D | wrapped_avframe.c | 44 const AVFrame *frame, int *got_packet) in wrapped_avframe_encode() argument 75 *got_packet = 1; in wrapped_avframe_encode()
|
D | rawenc.c | 53 const AVFrame *frame, int *got_packet) in raw_encode() argument 84 *got_packet = 1; in raw_encode()
|
D | qsvenc_mpeg2.c | 49 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()
|
D | qsvenc_vp9.c | 50 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()
|
D | aliaspixenc.c | 31 const AVFrame *frame, int *got_packet) in encode_frame() argument 108 *got_packet = 1; in encode_frame()
|
D | fitsenc.c | 38 const AVFrame *pict, int *got_packet) in fits_encode_frame() argument 111 *got_packet = 1; in fits_encode_frame()
|
D | avuienc.c | 52 const AVFrame *pic, int *got_packet) in avui_encode_frame() argument 90 *got_packet = 1; in avui_encode_frame()
|
D | r210enc.c | 40 const AVFrame *pic, int *got_packet) in encode_frame() argument 83 *got_packet = 1; in encode_frame()
|
D | pamenc.c | 26 const AVFrame *p, int *got_packet) in pam_encode_frame() argument 126 *got_packet = 1; in pam_encode_frame()
|
D | cljrenc.c | 40 const AVFrame *p, int *got_packet) in encode_frame() argument 94 *got_packet = 1; in encode_frame()
|
D | lclenc.c | 66 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/ |
D | example.js | 41 subscriber_ws.onmessage =function got_packet(msg) { function 61 publisher_ws.onmessage =function got_packet(msg) {
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavaudenc.c | 569 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()
|
D | gstavvidenc.c | 657 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/ |
D | ty.c | 393 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()
|