| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20/ |
| H A D | 0001-Revert-decodebin-only-emit-drained-signal-when-top-c.patch | 4 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 D | 0003-playbin-do-not-drain-on-first-EOS.patch | 40 /* 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 D | 0001-Revert-decodebin-only-emit-drained-signal-when-top-c.patch | 4 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 D | 0003-playbin-do-not-drain-on-first-EOS.patch | 40 /* 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 D | 0001-Revert-decodebin-only-emit-drained-signal-when-top-c.patch | 4 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 D | 0003-playbin-do-not-drain-on-first-EOS.patch | 40 /* 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 D | mcompand.c | 440 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 D | sgm41542_charger.txt | 9 - input-current-limit-microamp: integer, input current value in uA drained by the
|
| H A D | rt9455_charger.txt | 26 - richtek,avg-input-current-regulation: integer, input current value in uA drained by the
|
| H A D | sc8551_charger.txt | 13 - input-current-limit-microamp: integer, input current value in uA drained by the
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/ |
| H A D | qpc.c | 142 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 D | memcontrol.c | 2721 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 D | page_alloc.c | 4549 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 D | qp.h | 499 struct completion drained; member
|
| /OK3568_Linux_fs/kernel/Documentation/block/ |
| H A D | blk-mq.rst | 100 hardware queue will be drained in sequence according to their mapping.
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | workqueue.c | 2987 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 D | workqueue.rst | 186 suspend operations. Work items on the wq are drained and no
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/serial/ |
| H A D | moxa-smartio.rst | 550 serial port should wait for data to be drained while
|
| /OK3568_Linux_fs/kernel/arch/arm/mm/ |
| H A D | Kconfig | 1052 on systems with an outer cache, the store buffer is drained
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/ |
| H A D | ChangeLog | 1372 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 D | ChangeLog | 77233 not have drained the launchd-owned DISPLAY socket, so launchd will
|