Home
last modified time | relevance | path

Searched refs:ptest (Results 1 – 25 of 29) sorted by relevance

12

/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dparser.c197 gst_parser_test_init (GstParserTest * ptest, const guint8 * data, guint size, in gst_parser_test_init() argument
206 memset (ptest, 0, sizeof (*ptest)); in gst_parser_test_init()
207 ptest->factory = ctx_factory; in gst_parser_test_init()
208 ptest->factory_setup = ctx_setup; in gst_parser_test_init()
209 ptest->sink_template = ctx_sink_template; in gst_parser_test_init()
210 ptest->src_template = ctx_src_template; in gst_parser_test_init()
211 ptest->framed = TRUE; in gst_parser_test_init()
213 ptest->src_caps = ctx_input_caps; in gst_parser_test_init()
214 ptest->sink_caps = ctx_output_caps; in gst_parser_test_init()
215 memcpy (ptest->headers, ctx_headers, sizeof (ptest->headers)); in gst_parser_test_init()
[all …]
Dparser.h101 void gst_parser_test_init (GstParserTest * ptest, const guint8 * data, guint size, guint num);
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dparser.c197 gst_parser_test_init (GstParserTest * ptest, guint8 * data, guint size, in gst_parser_test_init() argument
206 memset (ptest, 0, sizeof (*ptest)); in gst_parser_test_init()
207 ptest->factory = ctx_factory; in gst_parser_test_init()
208 ptest->sink_template = ctx_sink_template; in gst_parser_test_init()
209 ptest->src_template = ctx_src_template; in gst_parser_test_init()
210 ptest->framed = TRUE; in gst_parser_test_init()
212 ptest->src_caps = ctx_input_caps; in gst_parser_test_init()
213 ptest->sink_caps = ctx_output_caps; in gst_parser_test_init()
214 memcpy (ptest->headers, ctx_headers, sizeof (ptest->headers)); in gst_parser_test_init()
215 ptest->discard = ctx_discard; in gst_parser_test_init()
[all …]
Damrparse.c162 GstParserTest ptest; in GST_START_TEST() local
170 gst_parser_test_init (&ptest, frame_hdr_nb, sizeof (frame_hdr_nb), 1); in GST_START_TEST()
172 ptest.series[2].data = frame_data_nb; in GST_START_TEST()
173 ptest.series[2].size = sizeof (frame_data_nb); in GST_START_TEST()
174 ptest.series[2].num = 10; in GST_START_TEST()
177 ptest.framed = FALSE; in GST_START_TEST()
179 ptest.dropped = sizeof (frame_hdr_nb); in GST_START_TEST()
182 ptest.sink_caps = gst_caps_from_string (SINK_CAPS_NB); in GST_START_TEST()
184 gst_parser_test_run (&ptest, NULL); in GST_START_TEST()
186 gst_caps_unref (ptest.sink_caps); in GST_START_TEST()
[all …]
Daacparse.c83 GstParserTest ptest; in GST_START_TEST() local
86 gst_parser_test_init (&ptest, adif_header, sizeof (adif_header), 1); in GST_START_TEST()
88 ptest.series[2].size = 100; in GST_START_TEST()
89 ptest.series[2].num = 3; in GST_START_TEST()
91 ptest.framed = FALSE; in GST_START_TEST()
94 ptest.sink_caps = in GST_START_TEST()
97 gst_parser_test_run (&ptest, NULL); in GST_START_TEST()
99 gst_caps_unref (ptest.sink_caps); in GST_START_TEST()
Dparser.h77 void gst_parser_test_init (GstParserTest * ptest, guint8 * data, guint size, guint num);
/third_party/ffmpeg/libavfilter/x86/
Dvf_atadenoise.asm114 ptest m12, m12
206 ptest m12, m12
239 ptest m12, m12
/third_party/optimized-routines/string/aarch64/
Dstrchr-sve.S50 ptest p4, p2.b /* was first in c? */
/third_party/node/deps/v8/src/codegen/ia32/
Dsse-instr.h122 V(ptest, 66, 0F, 38, 17)
/third_party/node/deps/v8/src/codegen/x64/
Dsse-instr.h185 V(ptest, 66, 0F, 38, 17) \
/third_party/elfutils/libcpu/
Di386.mnemonics422 MNE(ptest)
Dx86_64.mnemonics410 MNE(ptest)
DChangeLog208 pmovzxdq, pmuldq, pmulld, popcnt, ptest, roundss, roundps, roundpd,
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/
Dmacro-assembler-shared-ia32-x64.h390 AVX_OP_SSE4_1(Ptest, ptest)
/third_party/elfutils/libcpu/defs/
Di386962 01100110,00001111,00111000,00010111,{Mod}{xmmreg}{R_m}:ptest {Mod}{R_m},{xmmreg}
/third_party/elfutils/tests/
Dtestfile44.expect.bz2
Dtestfile45.expect.bz21testfile45.o: elf64-elf_x86_64 2 3Disassembly of section .text: 4 5 0 ...
DChangeLog3828 pmovsxbq, pmovsxwd, pmovsxwq, pmovsxdq, pmuldq, pmulld, popcnt, ptest,
4614 * dwflmodtest.c: New file, moved from ../libdwfl/ptest.c to here.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64SVEInstrInfo.td308 def PTEST_PP : sve_int_ptest<0b010000, "ptest">;
/third_party/vixl/test/aarch64/
Dtest-disasm-sve-aarch64.cc5962 COMPARE(ptest(p15, p0.VnB()), "ptest p15, p0.b"); in TEST()
5963 COMPARE(ptest(p0, p15.VnB()), "ptest p0, p15.b"); in TEST()
5964 COMPARE(ptest(p6, p6.VnB()), "ptest p6, p6.b"); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrSSE.td5605 // ptest instruction we'll lower to this in X86ISelLowering primarily from
5631 "ptest\t{$src2, $src1|$src1, $src2}",
5635 "ptest\t{$src2, $src1|$src1, $src2}",
/third_party/elfutils/libdwfl/
DChangeLog3545 * ptest.c: Moved to ../tests/dwflmodtest.c.
/third_party/vixl/src/aarch64/
Dassembler-aarch64.h5215 void ptest(const PRegister& pg, const PRegisterWithLaneSize& pn);
Dmacro-assembler-aarch64.h5665 ptest(pg, pn); in Ptest()
Dassembler-sve-aarch64.cc6291 void Assembler::ptest(const PRegister& pg, const PRegisterWithLaneSize& pn) { in ptest() function in vixl::aarch64::Assembler

12