OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:proc_time
(Results
1 - 16
of
16
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/test/
audioproc_float.cc
152
const auto&
proc_time
= processor->
proc_time
();
local
153
int64_t exec_time_us =
proc_time
.sum.Microseconds();
158
exec_time_us * 1.f / num_chunks, 1.f *
proc_time
.max.Microseconds(),
159
1.f *
proc_time
.min.Microseconds());
audio_file_processor.h
54
const TickIntervalStats&
proc_time
() const { return proc_time_; }
function in class:webrtc::AudioFileProcessor
62
explicit ScopedTimer(TickIntervalStats*
proc_time
)
63
: proc_time_(
proc_time
), start_time_(TickTime::Now()) {}
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
h264_utils.h
218
proc_time
(0),
231
OMX_U64
proc_time
;
member in class:perf_metrics
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h
223
proc_time
(0),
235
OMX_U64
proc_time
;
member in class:perf_metrics
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h
223
proc_time
(0),
235
OMX_U64
proc_time
;
member in class:perf_metrics
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h
223
proc_time
(0),
235
OMX_U64
proc_time
;
member in class:perf_metrics
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
omx_vdec_copper.cpp
6216
OMX_U64
proc_time
= 0;
local
[
all
...]
omx_vdec.cpp
6638
OMX_U64
proc_time
= 0;
local
[
all
...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp
6423
OMX_U64
proc_time
= 0;
local
[
all
...]
omx_vdec_hevc.cpp
5990
OMX_U64
proc_time
= 0;
local
[
all
...]
omx_vdec_hevc_swvdec.cpp
7092
OMX_U64
proc_time
= 0;
local
[
all
...]
omx_vdec_msm8974.cpp
7362
OMX_U64
proc_time
= 0;
local
[
all
...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp
5954
OMX_U64
proc_time
= 0;
local
[
all
...]
omx_vdec_hevc_swvdec.cpp
7302
OMX_U64
proc_time
= 0;
local
[
all
...]
omx_vdec_v4l2.cpp
8227
OMX_U64
proc_time
= 0;
local
[
all
...]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp
8873
OMX_U64
proc_time
= 0;
local
[
all
...]
Completed in 322 milliseconds