Home
last modified time | relevance | path

Searched defs:td (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/third_party/gstreamer/gstreamer/tests/check/elements/
Dstreamiddemux.c48 set_active_srcpad (struct TestData *td) in set_active_srcpad()
57 release_test_objects (struct TestData *td) in release_test_objects()
74 src_pad_added_cb (GstElement * demux, GstPad * pad, struct TestData *td) in src_pad_added_cb()
84 setup_test_objects (struct TestData *td) in setup_test_objects()
131 struct TestData td; in GST_START_TEST() local
167 struct TestData td; in GST_START_TEST() local
205 struct TestData td; in GST_START_TEST() local
306 struct TestData td; in GST_START_TEST() local
436 struct TestData td; in GST_START_TEST() local
Dfunnel.c38 setup_test_objects (struct TestData *td, GstPadChainFunction chain_func) in setup_test_objects()
84 release_test_objects (struct TestData *td) in release_test_objects()
122 struct TestData td; in GST_START_TEST() local
152 struct TestData td; in GST_START_TEST() local
309 struct TestData td; in GST_START_TEST() local
/third_party/gstreamer/gstplugins_bad/tests/check/pipelines/
Dipcpipeline.c203 #define EXCLUSIVE_CALL(td,func) \ argument
367 test_data *td = user_data; in master_bus_msg() local
547 int fdoutv, test_data * td) in create_source()
627 test_data *td = user_data; in ensure_sink_setup() local
786 test_data td = { input_data, master_data, slave_data, features, FALSE, NULL, in test_base() local
1019 test_data *td = user_data; in idlenull() local
1033 test_data *td = user_data; in idlepause() local
1054 test_data *td = user_data; in idleplay() local
1075 test_data *td = user_data; in play_pause_on_state_changed() local
1101 test_data *td = user_data; in play_pause_source() local
[all …]
/third_party/ffmpeg/libavfilter/
Dvf_overlay.c679 ThreadData *td = arg; in blend_slice_yuv420() local
687 ThreadData *td = arg; in blend_slice_yuva420() local
695 ThreadData *td = arg; in blend_slice_yuv420p10() local
703 ThreadData *td = arg; in blend_slice_yuva420p10() local
711 ThreadData *td = arg; in blend_slice_yuv422p10() local
719 ThreadData *td = arg; in blend_slice_yuva422p10() local
727 ThreadData *td = arg; in blend_slice_yuv422() local
735 ThreadData *td = arg; in blend_slice_yuva422() local
743 ThreadData *td = arg; in blend_slice_yuv444() local
751 ThreadData *td = arg; in blend_slice_yuva444() local
[all …]
Dvf_colorconstancy.c188 static void cleanup_derivative_buffers(ThreadData *td, int nb_buff, int nb_planes) in cleanup_derivative_buffers()
213 static int setup_derivative_buffers(AVFilterContext* ctx, ThreadData *td) in setup_derivative_buffers()
252 ThreadData *td = arg; in slice_get_derivative() local
320 ThreadData *td = arg; in slice_normalize() local
363 get_deriv(AVFilterContext *ctx, ThreadData *td, int ord, int dir, in get_deriv()
381 static int get_derivative(AVFilterContext *ctx, ThreadData *td) in get_derivative()
440 ThreadData *td = arg; in filter_slice_grey_edge() local
489 ThreadData td; in filter_grey_edge() local
594 ThreadData *td = arg; in diagonal_transformation() local
629 ThreadData td; in chromatic_adaptation() local
Daf_crystalizer.c88 ThreadData *td = arg; in filter_flt() local
123 ThreadData *td = arg; in filter_dbl() local
159 ThreadData *td = arg; in filter_fltp() local
192 ThreadData *td = arg; in filter_dblp() local
225 ThreadData *td = arg; in ifilter_flt() local
261 ThreadData *td = arg; in ifilter_dbl() local
298 ThreadData *td = arg; in ifilter_fltp() local
332 ThreadData *td = arg; in ifilter_dblp() local
385 ThreadData td; in filter_frame() local
Dvf_vidstabtransform.c36 VSTransformData td; member
151 VSTransformData *td = &(tc->td); in config_input() local
248 VSTransformData* td = &(tc->td); in filter_frame() local
/third_party/libphonenumber/java/demo/war/stylesheets/
Dmain.css4 table, th, td { selector
10 td, th { selector
/third_party/ffmpeg/libavcodec/
Dvp9mvs.c31 VP9TileData *td) in clamp_mv()
37 static void find_ref_mvs(VP9TileData *td, in find_ref_mvs()
236 static av_always_inline int read_mv_component(VP9TileData *td, int idx, int hp) in read_mv_component()
291 void ff_vp9_fill_mv(VP9TileData *td, VP56mv *mv, int mode, int sb) in ff_vp9_fill_mv()
Dvp9recon.c33 static av_always_inline int check_intra_mode(VP9TileData *td, int mode, uint8_t **a, in check_intra_mode()
219 static av_always_inline void intra_recon(VP9TileData *td, ptrdiff_t y_off, in intra_recon()
289 void ff_vp9_intra_recon_8bpp(VP9TileData *td, ptrdiff_t y_off, ptrdiff_t uv_off) in ff_vp9_intra_recon_8bpp()
294 void ff_vp9_intra_recon_16bpp(VP9TileData *td, ptrdiff_t y_off, ptrdiff_t uv_off) in ff_vp9_intra_recon_16bpp()
299 static av_always_inline void mc_luma_unscaled(VP9TileData *td, vp9_mc_func (*mc)[2], in mc_luma_unscaled()
335 static av_always_inline void mc_chroma_unscaled(VP9TileData *td, vp9_mc_func (*mc)[2], in mc_chroma_unscaled()
384 #define mc_luma_dir(td, mc, dst, dst_ls, src, src_ls, tref, row, col, mv, \ argument
388 #define mc_chroma_dir(td, mc, dstu, dstv, dst_ls, srcu, srcu_ls, srcv, srcv_ls, tref, \ argument
407 static av_always_inline void mc_luma_scaled(VP9TileData *td, vp9_scaled_mc_func smc, in mc_luma_scaled()
465 static av_always_inline void mc_chroma_scaled(VP9TileData *td, vp9_scaled_mc_func smc, in mc_chroma_scaled()
[all …]
Ddsddec.c76 ThreadData *td = tdata; in dsd_channel() local
100 ThreadData td; in decode_frame() local
Dvp9block.c80 static void decode_mode(VP9TileData *td) in decode_mode()
924 static int decode_coeffs_b_8bpp(VP9TileData *td, int16_t *coef, int n_coeffs, in decode_coeffs_b_8bpp()
934 static int decode_coeffs_b32_8bpp(VP9TileData *td, int16_t *coef, int n_coeffs, in decode_coeffs_b32_8bpp()
944 static int decode_coeffs_b_16bpp(VP9TileData *td, int16_t *coef, int n_coeffs, in decode_coeffs_b_16bpp()
954 static int decode_coeffs_b32_16bpp(VP9TileData *td, int16_t *coef, int n_coeffs, in decode_coeffs_b32_16bpp()
964 static av_always_inline int decode_coeffs(VP9TileData *td, int is8bitsperpixel) in decode_coeffs()
1131 static int decode_coeffs_8bpp(VP9TileData *td) in decode_coeffs_8bpp()
1136 static int decode_coeffs_16bpp(VP9TileData *td) in decode_coeffs_16bpp()
1263 void ff_vp9_decode_block(VP9TileData *td, int row, int col, in ff_vp9_decode_block()
/third_party/musl/src/sched/
Daffinity.c12 int pthread_setaffinity_np(pthread_t td, size_t size, const cpu_set_t *set) in pthread_setaffinity_np()
30 int pthread_getaffinity_np(pthread_t td, size_t size, cpu_set_t *set) in pthread_getaffinity_np()
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
DModuleTest.java57 public TestData td; field in ModuleTest.TestDataPair
60 public TestDataPair(TestData td, DataMap dm) { in TestDataPair()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/
DModuleTest.java60 public TestData td; field in ModuleTest.TestDataPair
63 public TestDataPair(TestData td, DataMap dm) { in TestDataPair()
/third_party/musl/porting/liteos_a/user/src/sched/
Daffinity.c16 int pthread_setaffinity_np(pthread_t td, size_t size, const cpu_set_t *set) in pthread_setaffinity_np()
43 int pthread_getaffinity_np(pthread_t td, size_t size, cpu_set_t *set) in pthread_getaffinity_np()
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.c95 ehci_qtd_t *td; member
1043 ehci_qtd_t *td; in ehci_non_isoc_done_sub() local
1203 ehci_sitd_t *td; in ehci_check_transfer() local
1222 ehci_itd_t *td; in ehci_check_transfer() local
1256 ehci_qtd_t *td; in ehci_check_transfer() local
1487 ehci_qtd_t *td; in ehci_setup_standard_chain_sub() local
1692 ehci_qtd_t *td; in ehci_setup_standard_chain() local
1986 ehci_sitd_t *td = (ehci_sitd_t *)xfer->td_transfer_first; in ehci_isoc_fs_done() local
2040 ehci_itd_t *td = (ehci_itd_t *)xfer->td_transfer_first; in ehci_isoc_hs_done() local
2353 ehci_sitd_t *td; in ehci_device_isoc_fs_open() local
[all …]
/third_party/musl/src/env/
D__init_tls.c16 pthread_t td = p; in __init_tp() local
41 pthread_t td; in __copy_tls() local
/third_party/musl/porting/linux/user/src/env/
D__init_tls.c16 pthread_t td = p; in __init_tp() local
41 pthread_t td; in __copy_tls() local
/third_party/node/test/fixtures/wpt/encoding/streams/
Dreadable-writable-properties.any.js17 const td = new TextDecoderStream(); constant
/third_party/musl/src/time/
Dtimer_delete.c8 pthread_t td = (void *)((uintptr_t)t << 1); in timer_delete() local
Dtimer_getoverrun.c8 pthread_t td = (void *)((uintptr_t)t << 1); in timer_getoverrun() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dissue-2239-template-dependent-bit-width.hpp2 typedef a td; typedef in b
/third_party/musl/porting/liteos_a/user/src/env/
D__init_tls.c35 pthread_t td = p; in __init_tp() local
73 pthread_t td; in __copy_tls() local
/third_party/skia/third_party/externals/freetype/src/gzip/
Dinfblock.c157 inflate_huft *tl, *td; in inflate_blocks() local
311 inflate_huft *tl, *td; in inflate_blocks() local

12345678910>>...13