OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTimeStart
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.h
78
struct timeval
mTimeStart
; // Time at the start of decode()
SoftHEVC.cpp
166
gettimeofday(&
mTimeStart
, NULL);
640
GETTIME(&
mTimeStart
, NULL);
643
TIME_DIFF(mTimeEnd,
mTimeStart
, timeDelay);
658
TIME_DIFF(
mTimeStart
, mTimeEnd, timeTaken);
Completed in 119 milliseconds