Home
last modified time | relevance | path

Searched defs:tc2 (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideotimecode.c31 GstVideoTimeCode *tc1, *tc2; in GST_START_TEST() local
44 GstVideoTimeCode *tc1, *tc2; in GST_START_TEST() local
58 GstVideoTimeCode *tc1, *tc2; in GST_START_TEST() local
72 GstVideoTimeCode *tc1, *tc2; in GST_START_TEST() local
86 GstVideoTimeCode *tc1, *tc2; in GST_START_TEST() local
100 GstVideoTimeCode *tc1, *tc2; in GST_START_TEST() local
114 GstVideoTimeCode *tc1, *tc2; in GST_START_TEST() local
128 GstVideoTimeCode *tc1, *tc2; in GST_START_TEST() local
346 GstVideoTimeCode *tc1, *tc2; in GST_START_TEST() local
546 GstVideoTimeCode *tc, *tc2; in GST_START_TEST() local
/third_party/gn/src/gn/
Dbuilder_unittest.cc229 Toolchain* tc2 = new Toolchain(&settings2, toolchain_label2); in TEST_F() local
272 Toolchain* tc2 = new Toolchain(&settings2, alt_tc); in TEST_F() local
324 Toolchain* tc2 = new Toolchain(&settings2, alt_tc); in TEST_F() local
/third_party/typescript/tests/cases/compiler/
DerrorsInGenericTypeReference.ts18 var tc2 = new testClass2<{ x: V }>(); // error: could not find symbol V variable
/third_party/typescript/tests/baselines/reference/
DvariadicTuples1.js34 const tc2 = concat(['hello'], [42]); constant
422 var tc2 = concat(['hello'], [42]); variable
DerrorsInGenericTypeReference.js110 var tc2 = new testClass2(); // error: could not find symbol V variable
/third_party/typescript/tests/cases/conformance/types/tuple/
DvariadicTuples1.ts36 const tc2 = concat(['hello'], [42]); constant
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideotimecode.c518 const GstVideoTimeCode * tc2) in gst_video_time_code_compare()
/third_party/mesa3d/src/gallium/frontends/xa/
Dxa_renderer.c236 float tc0[2], tc1[2], tc2[2], tc3[2]; in add_vertex_data1() local
/third_party/ffmpeg/libavcodec/mips/
Dh264dsp_msa.c1291 uint8_t tc2, uint8_t tc3, in avc_loopfilter_luma_inter_edge_ver_msa()
1571 uint8_t tc2, uint8_t tc3, in avc_loopfilter_luma_inter_edge_hor_msa()
1946 uint8_t tc2, uint8_t tc3, in avc_loopfilter_cb_or_cr_inter_edge_hor_msa()
2032 uint8_t tc2, uint8_t tc3, in avc_loopfilter_cb_or_cr_inter_edge_ver_msa()
/third_party/ffmpeg/libavcodec/
Dhevcdsp_template.c1551 const int tc2 = tc << 1; in FUNC() local