/external/vulkan-validation-layers/layers/ |
vk_layer_logging.h | 52 static inline VkBool32 debug_report_log_msg(debug_report_data *debug_data, VkFlags msgFlags, VkDebugReportObjectTypeEXT objectType, 56 VkLayerDbgFunctionNode *pTrav = debug_data->g_pDbgFunctionHead; 73 debug_report_data *debug_data; local 80 debug_data = (debug_report_data *)malloc(sizeof(debug_report_data)); 81 if (!debug_data) 84 memset(debug_data, 0, sizeof(debug_report_data)); 88 debug_data->g_DEBUG_REPORT = true; 91 return debug_data; 94 static inline void layer_debug_report_destroy_instance(debug_report_data *debug_data) { 98 if (!debug_data) { [all...] |
vk_layer_data.h | 34 DATA_T *debug_data; local 41 debug_data = new DATA_T; 42 layer_data_map[(void *)data_key] = debug_data; 44 debug_data = got->second; 47 return debug_data;
|
/device/google/contexthub/firmware/src/algos/ |
gyro_cal.c | 48 struct debugGyroCal_t *debug_data); 580 struct debugGyroCal_t *debug_data) { 584 GYRO_ENCODE_FLOAT(debug_data->calibration[0] * RAD_TO_MDEG, 6), 585 GYRO_ENCODE_FLOAT(debug_data->calibration[1] * RAD_TO_MDEG, 6), 586 GYRO_ENCODE_FLOAT(debug_data->calibration[2] * RAD_TO_MDEG, 6) 589 if (debug_data->used_mag_sensor) { 596 GYRO_ENCODE_FLOAT(debug_data->temperature_celcius, 6)); 599 debug_data->calibration_time); 602 debug_data->calibration_time_duration); 605 GYRO_ENCODE_FLOAT(debug_data->accel_mean[0] [all...] |
/external/elfutils/src/ |
strip.c | 426 Elf_Data *debug_data; member in struct:shdr_info 817 && shdr_info[cnt].debug_data == NULL 882 shdr_info[cnt].debug_data = symdata; 924 && (shdr_info[cnt].idx == 0 || shdr_info[cnt].debug_data != NULL)) 930 files by setting the .debug_data pointer to the original 937 && shdr_info[i].debug_data == NULL) 944 shdr_info[i].debug_data = shdr_info[i].data; 973 && shdr_info[cnt].debug_data == NULL 1005 else if (shdr_info[cnt].debug_data != NULL 1009 shdr_info[cnt].debug_data = debugdata [all...] |
ChangeLog | [all...] |
/device/huawei/angler/camera/mm-image-codec/qomx_core/ |
QOMX_JpegExtensions.h | 145 * @debug_data - specific debug information for internal use 150 QEXTN_DATA debug_data; member in struct:__anon3777
|
/device/lge/bullhead/camera/mm-image-codec/qomx_core/ |
QOMX_JpegExtensions.h | 145 * @debug_data - specific debug information for internal use 150 QEXTN_DATA debug_data; member in struct:__anon4329
|
/hardware/qcom/camera/mm-image-codec/qomx_core/ |
QOMX_JpegExtensions.h | 149 * @debug_data - specific debug information for internal use 154 QEXTN_DATA debug_data; member in struct:__anon31903
|
/hardware/qcom/camera/msmcobalt/mm-image-codec/qomx_core/ |
QOMX_JpegExtensions.h | 149 * @debug_data - specific debug information for internal use 154 QEXTN_DATA debug_data; member in struct:__anon32564
|
/external/chromium-trace/catapult/netlog_viewer/netlog_viewer/ |
log_view_painter.js | 573 entry.params.debug_data != undefined) { 576 // than |entry.params.debug_data|. 579 entry.params.debug_data = 580 stripGoAwayDebugData(entry.params.debug_data);
|
log_view_painter_test.html | 152 'debug_data': 'potentially privacy sensitive information', 169 stripped.params.debug_data); [all...] |
/device/huawei/angler/camera/QCamera2/HAL3/ |
QCamera3PostProc.cpp | [all...] |
/device/lge/bullhead/camera/QCamera2/HAL3/ |
QCamera3PostProc.cpp | [all...] |
/hardware/qcom/camera/QCamera2/HAL3/ |
QCamera3PostProc.cpp | [all...] |
/hardware/qcom/camera/msmcobalt/QCamera2/HAL3/ |
QCamera3PostProc.cpp | [all...] |
/bionic/libc/dns/resolv/ |
res_cache.c | 154 #define DEBUG_DATA 0 345 if (DEBUG_DATA) { [all...] |
/device/htc/flounder/sensor_hub/libsensors/ |
CwMcuSensor.cpp | 38 #define DEBUG_DATA 0 [all...] |
/device/huawei/angler/camera/QCamera2/HAL/ |
QCameraPostProc.cpp | [all...] |
/device/lge/bullhead/camera/QCamera2/HAL/ |
QCameraPostProc.cpp | [all...] |
/hardware/qcom/camera/QCamera2/HAL/ |
QCameraPostProc.cpp | [all...] |
/hardware/qcom/camera/msmcobalt/QCamera2/HAL/ |
QCameraPostProc.cpp | [all...] |