/third_party/ffmpeg/libavcodec/ |
D | qsvenc.h | 78 { "async_depth", "Maximum processing parallelism", OFFSET(qsv.async_depth), AV_OPT_TYPE_INT, { .i64… 156 int async_depth; member
|
D | qsvdec.c | 77 int async_depth; member 228 q->async_fifo = av_fifo_alloc(q->async_depth * qsv_fifo_item_size()); in qsv_decode_preinit() 266 param->AsyncDepth = q->async_depth; in qsv_decode_preinit() 523 if ((qsv_fifo_size(q->async_fifo) >= q->async_depth) || in qsv_decode() 862 …ation depth, the higher the value the higher the latency.", OFFSET(qsv.async_depth), AV_OPT_TYPE_I… 882 …ation depth, the higher the value the higher the latency.", OFFSET(qsv.async_depth), AV_OPT_TYPE_I…
|
D | qsvenc_jpeg.c | 66 …{ "async_depth", "Maximum processing parallelism", OFFSET(qsv.async_depth), AV_OPT_TYPE_INT, { .i6…
|
D | nvenc.h | 195 int async_depth; member
|
D | nvenc_hevc.c | 111 … OFFSET(async_depth), AV_OPT_TYPE_INT, { .i64 = INT_MAX }, 0, INT_MAX, VE },
|
D | nvenc_h264.c | 122 … OFFSET(async_depth), AV_OPT_TYPE_INT, { .i64 = INT_MAX }, 0, INT_MAX, VE },
|
D | nvenc.c | 884 ctx->async_depth = FFMIN(ctx->async_depth, ctx->nb_surfaces - 1); in nvenc_recalc_surfaces() 990 int lkd_bound = FFMIN(ctx->nb_surfaces, ctx->async_depth) - in nvenc_setup_rate_control() 2069 return (nb_ready > 0) && (nb_ready + nb_pending >= ctx->async_depth); in output_ready()
|
D | qsvenc.c | 1106 q->param.AsyncDepth = q->async_depth; in ff_qsv_enc_init() 1108 q->async_fifo = av_fifo_alloc(q->async_depth * qsv_fifo_item_size()); in ff_qsv_enc_init() 1530 if ((qsv_fifo_size(q->async_fifo) >= q->async_depth) || in ff_qsv_encode()
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | gstmsdkdec.h | 103 guint async_depth; member
|
D | gstmsdkcontext.h | 144 gst_msdk_context_add_shared_async_depth (GstMsdkContext * context, gint async_depth);
|
D | gstmsdkvpp.h | 109 guint async_depth; member
|
D | gstmsdkdec.c | 355 thiz->param.AsyncDepth = thiz->async_depth; in gst_msdkdec_init_decoder() 617 min_delayed_frames = thiz->async_depth; in gst_msdkdec_set_latency() 844 gst_msdk_context_add_shared_async_depth (thiz->context, thiz->async_depth); in gst_msdkdec_start() 1511 min_buffers += thiz->async_depth; in gst_msdkdec_decide_allocation() 1513 max_buffers += thiz->async_depth; in gst_msdkdec_decide_allocation() 1738 thiz->async_depth = g_value_get_uint (value); in gst_msdkdec_set_property() 1767 g_value_set_uint (value, thiz->async_depth); in gst_msdkdec_get_property() 1901 thiz->async_depth = PROP_ASYNC_DEPTH_DEFAULT; in gst_msdkdec_init()
|
D | gstmsdkenc.h | 141 guint async_depth; member
|
D | gstmsdkvpp.c | 354 gst_msdk_context_add_shared_async_depth (thiz->context, thiz->async_depth); in ensure_context() 568 min_buffers += thiz->async_depth + request.NumFrameSuggested; in create_src_pool() 640 guint min_buffers = thiz->async_depth + 1; in gst_msdkvpp_propose_allocation() 1482 thiz->async_depth = g_value_get_uint (value); in gst_msdkvpp_set_property() 1567 g_value_set_uint (value, thiz->async_depth); in gst_msdkvpp_get_property() 1826 thiz->async_depth = PROP_ASYNC_DEPTH_DEFAULT; in gst_msdkvpp_init()
|
D | gstmsdkvp9enc.c | 153 encoder->num_extra_frames = encoder->async_depth - 1; in gst_msdkvp9enc_configure()
|
D | gstmsdkcontext.c | 702 gint async_depth) in gst_msdk_context_add_shared_async_depth() argument 704 context->priv->shared_async_depth += async_depth; in gst_msdk_context_add_shared_async_depth()
|
D | gstmsdkenc.c | 639 thiz->param.AsyncDepth = thiz->async_depth; in gst_msdkenc_init_encoder() 1902 gst_msdk_context_add_shared_async_depth (thiz->context, thiz->async_depth); in gst_msdkenc_start() 2103 thiz->async_depth = PROP_ASYNC_DEPTH_DEFAULT; in gst_msdkenc_init() 2155 thiz->async_depth = g_value_get_uint (value); in gst_msdkenc_set_common_property() 2266 g_value_set_uint (value, thiz->async_depth); in gst_msdkenc_get_common_property()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 47419 Use async_depth for latency calcuation instead of 48752 -- use async_depth + 1 as min buffer count
|