Home
last modified time | relevance | path

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

/external/webrtc/common_audio/resampler/
Dpush_sinc_resampler_unittest.cc50 void ResampleBenchmarkTest(bool int_format);
51 void ResampleTest(bool int_format);
66 void PushSincResamplerTest::ResampleBenchmarkTest(bool int_format) { in ResampleBenchmarkTest() argument
100 if (int_format) { in ResampleBenchmarkTest()
133 void PushSincResamplerTest::ResampleTest(bool int_format) { in ResampleTest() argument
175 if (int_format) { in ResampleTest()
/external/mesa3d/src/intel/blorp/
Dblorp_clear.c1122 bool int_format; member
1135 .int_format = isl_format_has_int_channel(params->dst.view.format), in blorp_params_get_mcs_partial_resolve_kernel()
1178 if (!blorp_key.int_format) in blorp_params_get_mcs_partial_resolve_kernel()
/external/python/cpython2/Objects/stringlib/
Dformatter.h1436 int_format(PyObject* value, int base) in int_format() function
1450 int_format); in FORMAT_INT()