OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastTimestamp
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/media/java/android/media/
WebVttRenderer.java
493
long
lastTimestamp
= -1;
498
if (span.mTimestampMs !=
lastTimestamp
) {
503
lastTimestamp
= span.mTimestampMs;
[
all
...]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp
622
OMX_S64 base_timestamp = 0,
lastTimestamp
= 0;
675
if (pBuffer->nTimeStamp != (
lastTimestamp
+ timestampInterval))
678
pBuffer->nTimeStamp,
lastTimestamp
+ timestampInterval);
680
lastTimestamp
= pBuffer->nTimeStamp;
[
all
...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp
700
OMX_S64 base_timestamp = 0,
lastTimestamp
= 0;
758
if (pBuffer->nTimeStamp != (
lastTimestamp
+ timestampInterval)) {
760
pBuffer->nTimeStamp,
lastTimestamp
+ timestampInterval);
762
lastTimestamp
= pBuffer->nTimeStamp;
[
all
...]
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar
Completed in 127 milliseconds