Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8909/libqdutils/
Dprofiler.cpp110 ALOGD("ignorethresh_us: %" PRId64, debug_fps_metadata.ignorethresh_us); in populate_debug_fps_metadata()
130 ALOGD("%" PRId64" %" PRId64" %" PRId64" %" PRId64" %" PRId64" %" PRId64, in print_fps()
/hardware/qcom/display/msm8996/libqdutils/
Dprofiler.cpp110 ALOGD("ignorethresh_us: %" PRId64, debug_fps_metadata.ignorethresh_us); in populate_debug_fps_metadata()
130 ALOGD("%" PRId64" %" PRId64" %" PRId64" %" PRId64" %" PRId64" %" PRId64, in print_fps()
/hardware/qcom/display/msm8994/libqdutils/
Dprofiler.cpp110 ALOGD("ignorethresh_us: %" PRId64, debug_fps_metadata.ignorethresh_us); in populate_debug_fps_metadata()
130 ALOGD("%" PRId64" %" PRId64" %" PRId64" %" PRId64" %" PRId64" %" PRId64, in print_fps()
/hardware/qcom/display/msm8084/libqdutils/
Dprofiler.cpp110 ALOGD("ignorethresh_us: %" PRId64, debug_fps_metadata.ignorethresh_us); in populate_debug_fps_metadata()
130 ALOGD("%" PRId64 " %" PRId64 " %" PRId64 " %" PRId64 " %" PRId64 " %" PRId64, in print_fps()
/hardware/qcom/display/msm8226/libqdutils/
Dprofiler.cpp110 ALOGD("ignorethresh_us: %" PRId64, debug_fps_metadata.ignorethresh_us); in populate_debug_fps_metadata()
130 ALOGD("%" PRId64 " %" PRId64 " %" PRId64 " %" PRId64 " %" PRId64 " %" PRId64, in print_fps()
/hardware/libhardware/modules/input/evdev/
DInputDevice.cpp248 log.append(" when: %" PRId64 "\n"); in processInput()
296 "CLOCK_MONOTONIC): event time %" PRId64 ", current time %" PRId64 in processInput()
297 ", call time %" PRId64 ". Using current time instead.", in processInput()
302 "call to systemTime: event time %" PRId64 ", current time %" PRId64 in processInput()
303 ", call time %" PRId64 ".", event.when, time, currentTime); in processInput()
/hardware/libhardware/tests/nusensors/
Dnusensors.cpp148 printf("sensor=%s, time=%" PRId64 ", value=<%5.1f,%5.1f,%5.1f>\n", in main()
162 printf("sensor=%s, time=%" PRId64 ", value=%f\n", in main()
169 printf("sensor=%d, time=% " PRId64 ", value=<%f,%f,%f, ...>\n", in main()
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dgscan_event_handler.cpp340 ALOGV("gscan_parse_hotlist_ap_results: ts %" PRId64 " SSID %s " in gscan_parse_hotlist_ap_results()
342 "rtt %" PRId64" rtt_sd %" PRId64, in gscan_parse_hotlist_ap_results()
583 ALOGV("gscan_parse_hotlist_ssid_results: ts %" PRId64 " SSID %s " in gscan_parse_hotlist_ssid_results()
585 "rtt %" PRId64 " rtt_sd %" PRId64, in gscan_parse_hotlist_ssid_results()
807 ALOGV("%s: ts: %" PRId64 " SSID: %s " in gscan_parse_passpoint_network_result()
809 " rtt: % " PRId64 " rtt_sd %" PRId64 " ie_length %u ", in gscan_parse_passpoint_network_result()
1022 ALOGV("gscan_parse_pno_network_results: ts %" PRId64 " SSID %s " in gscan_parse_pno_network_results()
1024 "rtt %" PRId64 " rtt_sd %" PRId64, in gscan_parse_pno_network_results()
1288 ALOGD("handleEvent:FULL_SCAN_RESULTS: ts %" PRId64, result->ts); in handleEvent()
1297 ALOGD("handleEvent:FULL_SCAN_RESULTS: rtt %" PRId64, result->rtt); in handleEvent()
[all …]
Dgscan.cpp2034 ALOGD("%s: ts %" PRId64, __FUNCTION__, in gscan_get_cached_results()
2049 ALOGD("%s: rtt %" PRId64, __FUNCTION__, in gscan_get_cached_results()
2051 ALOGD("%s: rtt_sd %" PRId64, __FUNCTION__, in gscan_get_cached_results()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_integer.h52 #define PRId64 "I64d" macro
/hardware/libhardware/tests/camera2/
DCameraBurstTests.cpp222 ALOGV("Submitting capture request %d with exposure %" PRId64, i, in TEST_F()
234 ALOGV("Reading capture request %d with exposure %" PRId64, i, exposures[i]); in TEST_F()
621 …ALOGV("Submitting capture %zu with exposure %" PRId64 ", frame duration %" PRId64 ", sensitivity %… in TEST_F()
DCameraMultiStreamTests.cpp359 ALOGV("Submitting request with: id %d with exposure %" PRId64 ", sensitivity %d", in CaptureBurst()
555 ALOGV("targeted minimal frame duration is: %" PRId64 "ns", minFrameDuration); in TEST_F()
673 ALOGV("Submitting preview request %zu with exposure %" PRId64, in TEST_F()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxenc.c1506 fprintf(stderr, "[%3s %2"PRId64":%02"PRId64": % 02"PRId64"] ", in print_time()
1679 "frame %4d/%-4d %7"PRId64"B ", in main()
1684 fprintf(stderr, "%7"PRId64" %s %.2f %s ", in main()
1749 "\rPass %d/%d frame %4d/%-4d %7"PRId64"B %7lub/f %7"PRId64"b/s" in main()
1750 " %7"PRId64" %s (%.2f fps)\033[K\n", pass + 1, in main()
Dvpxdec.c306 "%d decoded frames/%d showed frames in %"PRId64" us (%.2f fps)\r", in show_progress()
/hardware/libhardware/tests/vehicle/
Dvehicle-hal-tool.c120 printf("Value type: INT64\nValue: %" PRId64 "\n", data->value.int64_value); in print_property()
382 printf("Timestamp: %" PRId64 "\n", event_data->timestamp); in vehicle_event_callback()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_if.c4634 fprintf(f, "%10d %10d %10d %10d %10d %10"PRId64" %10"PRId64 in encode_frame_to_data_rate()
4635 "%10"PRId64" %10d %6d %6d %6d %6d %5d %5d %5d %8d " in encode_frame_to_data_rate()
4636 "%8.2lf %"PRId64" %10.3lf %10"PRId64" %8d\n", in encode_frame_to_data_rate()
4655 fprintf(f, "%10d %10d %10d %10d %10d %10"PRId64" %10"PRId64 in encode_frame_to_data_rate()
4656 "%10"PRId64" %10d %6d %6d %6d %6d %5d %5d %5d %8d " in encode_frame_to_data_rate()
4657 "%8.2lf %"PRId64" %10.3lf %8d\n", in encode_frame_to_data_rate()
/hardware/libhardware/modules/vehicle/
Dvehicle.c243 ALOGI("vdev_get, type 0x%x, time %" PRId64 ", value_type %d", data->prop, data->timestamp, in vdev_get()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_if.c2191 "%10"PRId64" %10"PRId64" %10d "
2194 "%10"PRId64" %10.3lf"
/hardware/qcom/audio/msm8909/policy_hal/
DAudioPolicyManager.cpp406 " BitRate=%u, duration=%" PRId64 " us, has_video=%d", in isOffloadSupported()
/hardware/libhardware_legacy/audio/
DAudioPolicyManagerBase.cpp1478 " BitRate=%u, duration=%" PRId64 " us, has_video=%d", in isOffloadSupported()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_msm8974.cpp8920 DEBUG_PRINT_LOW("PE %d bmSize % " PRId64 , nPlatformEntrySize, in allocate_output_headers()