OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mGlitchDurationThresholdUs
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/include/media/stagefright/
CameraSource.h
201
int64_t
mGlitchDurationThresholdUs
;
/frameworks/av/media/libstagefright/
CameraSource.cpp
175
mGlitchDurationThresholdUs
(200000),
552
if (glitchDurationUs >
mGlitchDurationThresholdUs
) {
553
mGlitchDurationThresholdUs
= glitchDurationUs;
825
if (timestampUs - mLastFrameTimestampUs >
mGlitchDurationThresholdUs
) {
Completed in 23 milliseconds