Home
last modified time | relevance | path

Searched refs:valgrind (Results 1 – 8 of 8) sorted by relevance

/hardware/intel/common/libva/test/videoprocess/
DMakefile.am34 valgrind:(noinst_PROGRAMS) target
36 valgrind --leak-check=full --show-reachable=yes .libs/$$a; \
/hardware/intel/common/libva/test/transcode/
DMakefile.am35 valgrind: $(bin_PROGRAMS) target
37 valgrind --leak-check=full --show-reachable=yes .libs/$$a; \
/hardware/intel/common/libva/test/vainfo/
DMakefile.am43 valgrind: vainfo target
44 valgrind --leak-check=full --show-reachable=yes .libs/vainfo;
/hardware/intel/common/libva/test/decode/
DMakefile.am41 valgrind: $(bin_PROGRAMS) target
43 valgrind --leak-check=full --show-reachable=yes .libs/$$a; \
/hardware/intel/common/libva/test/putsurface/
DMakefile.am56 valgrind: $(bin_PROGRAMS) target
58 valgrind --leak-check=full --show-reachable=yes .libs/$$a; \
/hardware/intel/common/libva/test/encode/
DMakefile.am52 valgrind: $(bin_PROGRAMS) target
54 valgrind --leak-check=full --show-reachable=yes .libs/$$a; \
/hardware/intel/common/libva/test/basic/
DMakefile.am84 valgrind: $(noinst_PROGRAMS) target
86 valgrind --leak-check=full --show-reachable=yes .libs/$$a; \
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
DCHANGELOG478 Fix valgrind errors in the NEON loop filters.
480 Fix valgrind errors in vp8_sixtap_predict8x4_armv6().