Searched refs:plot_name (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/cts/apps/CameraITS/tests/scene3/ |
H A D | test_imu_drift.py | 66 def define_3axis_plot(x, y, z, t, plot_name): argument 76 plt.figure(plot_name) 81 plt.title(plot_name) 97 plot_name = f'{_NAME}_rotation_vector' 98 define_3axis_plot(x, y, z, t, plot_name) 118 plot_name = f'{_NAME}_rotation_vector_drift' 119 define_3axis_plot(x_drift, y_drift, z_drift, t, plot_name) 137 plot_name = f'{_NAME}_gyro_raw' 138 define_3axis_plot(x, y, z, t, plot_name) 180 plot_name = f'{_NAME}_gyro_drift' [all …]
|
/aosp_15_r20/external/webrtc/rtc_tools/rtc_event_log_visualizer/ |
H A D | analyze_audio.cc | 441 const std::string& plot_name, in CreateNetEqStatsGraphInternal() argument 465 plot->SetSuggestedYAxis(0, 1, plot_name, kBottomMargin, kTopMargin); in CreateNetEqStatsGraphInternal() 466 plot->SetTitle(plot_name); in CreateNetEqStatsGraphInternal() 474 const std::string& plot_name, in CreateNetEqNetworkStatsGraph() argument 481 stats_extractor, plot_name, plot); in CreateNetEqNetworkStatsGraph() 489 const std::string& plot_name, in CreateNetEqLifetimeStatsGraph() argument 496 stats_extractor, plot_name, plot); in CreateNetEqLifetimeStatsGraph()
|
H A D | analyze_audio.h | 63 const std::string& plot_name, 70 const std::string& plot_name,
|
/aosp_15_r20/cts/apps/CameraITS/utils/ |
H A D | zoom_capture_utils.py | 658 plot_name = plot_name_stem.split('/')[-1].split('.')[0] 773 def plot_variation(frame_numbers, variations, tolerances, plot_name, ylabel): argument 800 plt.savefig(plot_name) 805 zooms, x_offsets, y_offsets, hypots, plot_name): argument 847 ani.save(plot_name, writer=writer)
|
H A D | sensor_fusion_utils.py | 715 def plot_gyro_events(gyro_events, plot_name, log_path): argument 742 plt.figure(plot_name) 759 file_name = os.path.join(log_path, plot_name) 761 plt.close(plot_name)
|
H A D | image_processing_utils.py | 82 def plot_lsc_maps(lsc_maps, plot_name, test_name_with_log_path): argument 95 plt.figure(plot_name, figsize=(plot_w, _CMAP_SIZE)) 96 plt.suptitle(plot_name)
|
/aosp_15_r20/cts/apps/CameraITS/tests/scene1_1/ |
H A D | test_exposure_x_iso.py | 136 plot_name = f'{test_name_with_path}_plot_raw_means.png' 137 plt.savefig(plot_name)
|