Searched refs:x0 (Results 1 - 7 of 7) sorted by relevance

/system/media/audio_effects/include/audio_effects/
H A Deffect_visualizer.h39 #define MEASUREMENT_MODE_NONE 0x0
/system/core/include/system/
H A Daudio.h112 AUDIO_FORMAT_MP3_SUB_NONE = 0x0,
119 AUDIO_FORMAT_AMR_SUB_NONE = 0x0,
124 AUDIO_FORMAT_AAC_SUB_NONE = 0x0,
129 AUDIO_FORMAT_VORBIS_SUB_NONE = 0x0,
291 AUDIO_DEVICE_NONE = 0x0,
384 AUDIO_OUTPUT_FLAG_NONE = 0x0, // no attributes
406 AUDIO_INPUT_FLAG_NONE = 0x0, // no attributes
/system/core/include/diskconfig/
H A Ddiskconfig.h37 #define PC_PART_NORMAL 0x0
/system/extras/tests/framebuffer/
H A Dfb_test.c199 uint16_t black = 0x0;
205 uint32_t black32 = 0x0;
/system/core/libpixelflinger/
H A Dtrap.cpp514 int32_t x0 = v0[0]; local
521 int32_t dx01 = x0 - x1;
524 int32_t dx20 = x2 - x0;
529 swap(x0, x1);
531 dx01 = x0 - x1;
533 dx20 = x2 - x0;
540 const int32_t bminx = TRI_FLOOR(min(x0, x1, x2)) >> TRI_FRACTION_BITS;
542 const int32_t bmaxx = TRI_CEIL( max(x0, x1, x2)) >> TRI_FRACTION_BITS;
554 int32_t ey0 = dy01 * (x0 - mx) - dx01 * (y0 - my);
/system/extras/micro_bench/
H A Dmicro_bench.cpp428 memset(buffer2, 0x0, buffer2_size),
/system/media/camera/tests/
H A Dcamera_metadata_tests.cpp1367 int32_t newFrameCounts[4] = { 0x0, 0x1, 0x10, 0x100 };

Completed in 2157 milliseconds