/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | videotimecode.c | 31 GstVideoTimeCode *tc1, *tc2; in GST_START_TEST() local 33 tc2 = gst_video_time_code_new (50, 1, NULL, 0, 10, 10, 10, 10, 0); in GST_START_TEST() 35 fail_unless (gst_video_time_code_compare (tc1, tc2) == 0); in GST_START_TEST() 37 gst_video_time_code_free (tc2); in GST_START_TEST() 44 GstVideoTimeCode *tc1, *tc2; in GST_START_TEST() local 47 tc2 = gst_video_time_code_new (25, 1, NULL, 0, 10, 10, 10, 10, 0); in GST_START_TEST() 48 fail_unless (gst_video_time_code_compare (tc1, tc2) == 1); in GST_START_TEST() 49 fail_unless (gst_video_time_code_compare (tc2, tc1) == -1); in GST_START_TEST() 51 gst_video_time_code_free (tc2); in GST_START_TEST() 58 GstVideoTimeCode *tc1, *tc2; in GST_START_TEST() local [all …]
|
/third_party/glslang/Test/baseResults/ |
D | hlsl.rw.swizzle.frag.out | 18 0:8 'tc2' ( temp 2-component vector of int) 44 0:12 'tc2' ( temp 2-component vector of int) 61 0:13 'tc2' ( temp 2-component vector of int) 81 0:14 'tc2' ( temp 2-component vector of int) 121 0:8 'tc2' ( temp 2-component vector of int) 147 0:12 'tc2' ( temp 2-component vector of int) 164 0:13 'tc2' ( temp 2-component vector of int) 184 0:14 'tc2' ( temp 2-component vector of int) 218 Name 24 "tc2" 272 24(tc2): 23(ptr) Variable Function [all …]
|
/third_party/glslang/Test/ |
D | hlsl.rw.swizzle.frag | 8 int2 tc2 = { 0, 0 }; 12 rwtx[tc2].zyx = float3(1,2,3); // full swizzle, simple RHS 13 rwtx[tc2].zyx = SomeValue(); // full swizzle, complex RHS 14 rwtx[tc2].zyx = 2; // full swizzle, modify op
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | gstvideotimecode.c | 518 const GstVideoTimeCode * tc2) in gst_video_time_code_compare() argument 521 g_return_val_if_fail (gst_video_time_code_is_valid (tc2), -1); in gst_video_time_code_compare() 524 || tc2->config.latest_daily_jam == NULL) { in gst_video_time_code_compare() 530 str2 = gst_video_time_code_to_string (tc2); in gst_video_time_code_compare() 538 if (tc1->hours > tc2->hours) { in gst_video_time_code_compare() 540 } else if (tc1->hours < tc2->hours) { in gst_video_time_code_compare() 543 if (tc1->minutes > tc2->minutes) { in gst_video_time_code_compare() 545 } else if (tc1->minutes < tc2->minutes) { in gst_video_time_code_compare() 548 if (tc1->seconds > tc2->seconds) { in gst_video_time_code_compare() 550 } else if (tc1->seconds < tc2->seconds) { in gst_video_time_code_compare() [all …]
|
D | gstvideotimecode.h | 202 const GstVideoTimeCode * tc2);
|
/third_party/mesa3d/src/gallium/frontends/xa/ |
D | xa_renderer.c | 202 float tc0[2], float tc1[2], float tc2[2], float tc3[2]) in compute_src_coords() 208 tc2[0] = sx + width; in compute_src_coords() 209 tc2[1] = sy + height; in compute_src_coords() 216 map_point(src_matrix, tc2[0], tc2[1], &tc2[0], &tc2[1]); in compute_src_coords() 222 tc2[0] /= src->width0; in compute_src_coords() 226 tc2[1] /= src->height0; in compute_src_coords() 236 float tc0[2], tc1[2], tc2[2], tc3[2]; in add_vertex_data1() local 239 tc0, tc1, tc2, tc3); in add_vertex_data1() 245 add_vertex_1tex(r, dstX + width, dstY + height, tc2[0], tc2[1]); in add_vertex_data1()
|
/third_party/gn/src/gn/ |
D | builder_unittest.cc | 229 Toolchain* tc2 = new Toolchain(&settings2, toolchain_label2); in TEST_F() local 230 TestWithScope::SetupToolchain(tc2); in TEST_F() 231 builder_.ItemDefined(std::unique_ptr<Item>(tc2)); in TEST_F() 272 Toolchain* tc2 = new Toolchain(&settings2, alt_tc); in TEST_F() local 273 TestWithScope::SetupToolchain(tc2); in TEST_F() 274 builder_.ItemDefined(std::unique_ptr<Item>(tc2)); in TEST_F() 324 Toolchain* tc2 = new Toolchain(&settings2, alt_tc); in TEST_F() local 325 TestWithScope::SetupToolchain(tc2); in TEST_F() 326 builder_.ItemDefined(std::unique_ptr<Item>(tc2)); in TEST_F()
|
/third_party/typescript/tests/baselines/reference/ |
D | errorsInGenericTypeReference.js | 18 var tc2 = new testClass2<{ x: V }>(); // error: could not find symbol V 110 var tc2 = new testClass2(); // error: could not find symbol V variable
|
D | errorsInGenericTypeReference.types | 32 var tc2 = new testClass2<{ x: V }>(); // error: could not find symbol V 33 >tc2 : testClass2<{ x: V; }>
|
D | errorsInGenericTypeReference.symbols | 36 var tc2 = new testClass2<{ x: V }>(); // error: could not find symbol V 37 >tc2 : Symbol(tc2, Decl(errorsInGenericTypeReference.ts, 16, 3))
|
D | errorsInGenericTypeReference.errors.txt | 44 var tc2 = new testClass2<{ x: V }>(); // error: could not find symbol V
|
D | variadicTuples1.js | 34 const tc2 = concat(['hello'], [42]); constant 426 var tc2 = concat(['hello'], [42]); variable 645 declare const tc2: [string, number];
|
D | variadicTuples1.symbols | 100 const tc2 = concat(['hello'], [42]); 101 >tc2 : Symbol(tc2, Decl(variadicTuples1.ts, 32, 5))
|
D | variadicTuples1.types | 91 const tc2 = concat(['hello'], [42]); 92 >tc2 : [string, number]
|
D | variadicTuples1.errors.txt | 77 const tc2 = concat(['hello'], [42]);
|
/third_party/ffmpeg/libavcodec/ |
D | hevcdsp_template.c | 1551 const int tc2 = tc << 1; in FUNC() local 1562 … P0 = p0 + av_clip(((p2 + 2 * p1 + 2 * p0 + 2 * q0 + q1 + 4) >> 3) - p0, -tc2, tc2); in FUNC() 1563 P1 = p1 + av_clip(((p2 + p1 + p0 + q0 + 2) >> 2) - p1, -tc2, tc2); in FUNC() 1564 … P2 = p2 + av_clip(((2 * p3 + 3 * p2 + p1 + p0 + q0 + 4) >> 3) - p2, -tc2, tc2); in FUNC() 1567 … Q0 = q0 + av_clip(((p1 + 2 * p0 + 2 * q0 + 2 * q1 + q2 + 4) >> 3) - q0, -tc2, tc2); in FUNC() 1568 Q1 = q1 + av_clip(((p0 + q0 + q1 + q2 + 2) >> 2) - q1, -tc2, tc2); in FUNC() 1569 … Q2 = q2 + av_clip(((2 * q3 + 3 * q2 + q1 + q0 + p0 + 4) >> 3) - q2, -tc2, tc2); in FUNC()
|
/third_party/typescript/tests/cases/compiler/ |
D | errorsInGenericTypeReference.ts | 18 var tc2 = new testClass2<{ x: V }>(); // error: could not find symbol V variable
|
/third_party/ffmpeg/libavcodec/mips/ |
D | h264dsp_msa.c | 1291 uint8_t tc2, uint8_t tc3, in avc_loopfilter_luma_inter_edge_ver_msa() argument 1320 tmp_vec = (v16u8) __msa_fill_b(tc2); in avc_loopfilter_luma_inter_edge_ver_msa() 1571 uint8_t tc2, uint8_t tc3, in avc_loopfilter_luma_inter_edge_hor_msa() argument 1603 tmp_vec = (v16u8) __msa_fill_b(tc2); 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() argument 1979 tmp_vec = (v8i16) __msa_fill_b(tc2); 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() argument 2068 tmp_vec = (v8i16) __msa_fill_b(tc2); in avc_loopfilter_cb_or_cr_inter_edge_ver_msa()
|
/third_party/typescript/tests/cases/conformance/types/tuple/ |
D | variadicTuples1.ts | 36 const tc2 = concat(['hello'], [42]); constant
|