Home
last modified time | relevance | path

Searched refs:new_stats (Results 1 – 4 of 4) sorted by relevance

/external/libxcam/modules/isp/
Disp_poll_thread.cpp95 SmartPtr<X3aIspStatistics> new_stats = in capture_3a_stats() local
98 if (!new_stats.ptr()) { in capture_3a_stats()
103 ret = _isp_controller->get_3a_statistics (new_stats); in capture_3a_stats()
109 if (!new_stats->fill_standard_stats ()) { in capture_3a_stats()
113 stats = new_stats; in capture_3a_stats()
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_show_test.cc82 TFStats new_stats(profile_file, nullptr); in TestToFromProto() local
83 new_stats.BuildAllViews(); in TestToFromProto()
85 new_stats.ShowMultiGraphNode(cmd, opts); in TestToFromProto()
87 new_stats.ShowGraphNode(cmd, opts); in TestToFromProto()
Dtfprof_stats_test.cc75 TFStats new_stats(profile_file, nullptr); in TestToFromProto() local
76 new_stats.BuildAllViews(); in TestToFromProto()
77 return new_stats.ShowGraphNode(cmd, opts).DebugString(); in TestToFromProto()
/external/libxcam/plugins/3a/aiq/
Daiq_wrapper.cpp137 SmartPtr<X3aIspStatistics> new_stats = in get_stats_buffer() local
142 new_stats.ptr (), in get_stats_buffer()
146 return new_stats; in get_stats_buffer()