Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dvolume.c716 gint32 out_32[2] = { 2097152, -2048 }; in GST_START_TEST() local
751 GST_INFO ("expected %+5d %+5d real %+5d %+5d", out_32[0], out_32[1], in GST_START_TEST()
753 fail_unless (memcmp (res_32, out_32, 8) == 0); in GST_START_TEST()
772 gint32 out_32[2] = { 8388607, -8192 }; /* notice the clamped sample */ in GST_START_TEST() local
807 GST_INFO ("expected %+5d %+5d real %+5d %+5d", out_32[0], out_32[1], in GST_START_TEST()
809 fail_unless (memcmp (res_32, out_32, 8) == 0); in GST_START_TEST()
828 gint32 out_32[2] = { 8388607, -100 }; /* notice the clamped sample */ in GST_START_TEST() local
864 GST_INFO ("expected %+5d %+5d real %+5d %+5d", out_32[0], out_32[1], in GST_START_TEST()
866 fail_unless (memcmp (res_32, out_32, 8) == 0); in GST_START_TEST()
885 gint32 out_32[2] = { 0, 0 }; /* notice the clamped sample */ in GST_START_TEST() local
[all …]