Searched refs:x0 (Results 1 - 7 of 7) sorted by relevance
/system/media/audio_effects/include/audio_effects/ |
H A D | effect_visualizer.h | 39 #define MEASUREMENT_MODE_NONE 0x0
|
/system/core/include/system/ |
H A D | audio.h | 112 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 D | diskconfig.h | 37 #define PC_PART_NORMAL 0x0
|
/system/extras/tests/framebuffer/ |
H A D | fb_test.c | 199 uint16_t black = 0x0; 205 uint32_t black32 = 0x0;
|
/system/core/libpixelflinger/ |
H A D | trap.cpp | 514 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 D | micro_bench.cpp | 428 memset(buffer2, 0x0, buffer2_size),
|
/system/media/camera/tests/ |
H A D | camera_metadata_tests.cpp | 1367 int32_t newFrameCounts[4] = { 0x0, 0x1, 0x10, 0x100 };
|
Completed in 595 milliseconds