Home
last modified time | relevance | path

Searched refs:drained (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20/
H A D0001-Revert-decodebin-only-emit-drained-signal-when-top-c.patch4 Subject: [PATCH 01/11] Revert "decodebin: only emit 'drained' signal when top
5 chain is drained"
23 *drained = chain->drained;
25 - if (*drained && !chain->parent) /* only emit signal from top chain */
26 + if (*drained)
H A D0003-playbin-do-not-drain-on-first-EOS.patch40 /* fired when the last group is drained */
41 void (*drained) (GstElement * element);
56 G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET (GstDecodeBinClass, drained),
108 drain_and_switch_chains (dbin->decode_chain, pad, &last_group, &drained,
166 g_signal_connect (uridecodebin, "drained", G_CALLBACK (drained_cb),
198 void (*drained) (GstElement * element);
214 G_STRUCT_OFFSET (GstURIDecodeBinClass, drained), NULL, NULL, NULL,
255 g_signal_connect (decodebin, "drained",
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22/
H A D0001-Revert-decodebin-only-emit-drained-signal-when-top-c.patch4 Subject: [PATCH 01/14] Revert "decodebin: only emit 'drained' signal when top
5 chain is drained"
23 *drained = chain->drained;
25 - if (*drained && !chain->parent) /* only emit signal from top chain */
26 + if (*drained)
H A D0003-playbin-do-not-drain-on-first-EOS.patch40 /* fired when the last group is drained */
41 void (*drained) (GstElement * element);
56 G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET (GstDecodeBinClass, drained),
108 drain_and_switch_chains (dbin->decode_chain, pad, &last_group, &drained,
166 g_signal_connect (uridecodebin, "drained", G_CALLBACK (drained_cb),
198 void (*drained) (GstElement * element);
214 G_STRUCT_OFFSET (GstURIDecodeBinClass, drained), NULL, NULL, NULL,
255 g_signal_connect (decodebin, "drained",
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-base/
H A D0001-Revert-decodebin-only-emit-drained-signal-when-top-c.patch4 Subject: [PATCH 01/14] Revert "decodebin: only emit 'drained' signal when top
5 chain is drained"
23 *drained = chain->drained;
25 - if (*drained && !chain->parent) /* only emit signal from top chain */
26 + if (*drained)
H A D0003-playbin-do-not-drain-on-first-EOS.patch40 /* fired when the last group is drained */
41 void (*drained) (GstElement * element);
56 G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET (GstDecodeBinClass, drained),
108 drain_and_switch_chains (dbin->decode_chain, pad, &last_group, &drained,
166 g_signal_connect (uridecodebin, "drained", G_CALLBACK (drained_cb),
198 void (*drained) (GstElement * element);
214 G_STRUCT_OFFSET (GstURIDecodeBinClass, drained), NULL, NULL, NULL,
255 g_signal_connect (decodebin, "drained",
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dmcompand.c440 size_t band, drained, mostdrained = 0; in drain() local
449 drained = sox_mcompand_drain_1(effp, c,l,obuf,*osamp); in drain()
450 if (drained > mostdrained) in drain()
451 mostdrained = drained; in drain()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/supply/
H A Dsgm41542_charger.txt9 - input-current-limit-microamp: integer, input current value in uA drained by the
H A Drt9455_charger.txt26 - richtek,avg-input-current-regulation: integer, input current value in uA drained by the
H A Dsc8551_charger.txt13 - input-current-limit-microamp: integer, input current value in uA drained by the
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/
H A Dqpc.c142 complete(&dct->drained); in rsc_event_notifier()
203 wait_for_completion(&dct->drained); in _mlx5_core_destroy_dct()
220 init_completion(&dct->drained); in mlx5_core_create_dct()
/OK3568_Linux_fs/kernel/mm/
H A Dmemcontrol.c2721 bool drained = false; in try_charge() local
2781 if (!drained) { in try_charge()
2783 drained = true; in try_charge()
3373 bool drained = false; in mem_cgroup_resize_max() local
3404 if (!drained) { in mem_cgroup_resize_max()
3406 drained = true; in mem_cgroup_resize_max()
6362 bool drained = false; in memory_high_write() local
6383 if (!drained) { in memory_high_write()
6385 drained = true; in memory_high_write()
6411 bool drained = false; in memory_max_write() local
[all …]
H A Dpage_alloc.c4549 bool drained = false; in __alloc_pages_direct_reclaim() local
4565 if (!page && !drained) { in __alloc_pages_direct_reclaim()
4571 drained = true; in __alloc_pages_direct_reclaim()
/OK3568_Linux_fs/kernel/include/linux/mlx5/
H A Dqp.h499 struct completion drained; member
/OK3568_Linux_fs/kernel/Documentation/block/
H A Dblk-mq.rst100 hardware queue will be drained in sequence according to their mapping.
/OK3568_Linux_fs/kernel/kernel/
H A Dworkqueue.c2987 bool drained; in drain_workqueue() local
2990 drained = !pwq->nr_active && list_empty(&pwq->delayed_works); in drain_workqueue()
2993 if (drained) in drain_workqueue()
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dworkqueue.rst186 suspend operations. Work items on the wq are drained and no
/OK3568_Linux_fs/kernel/Documentation/driver-api/serial/
H A Dmoxa-smartio.rst550 serial port should wait for data to be drained while
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A DKconfig1052 on systems with an outer cache, the store buffer is drained
/OK3568_Linux_fs/buildroot/dl/sox/git/
H A DChangeLog1372 how effects were drained. Also improved the usage of printf()'s
1586 o Fixed bug in how stereo effects were drained which fixed the
/OK3568_Linux_fs/external/xserver/
H A DChangeLog77233 not have drained the launchd-owned DISPLAY socket, so launchd will