OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timestampInterval
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp
277
unsigned int
timestampInterval
= 33333;
675
if (pBuffer->nTimeStamp != (lastTimestamp +
timestampInterval
))
678
pBuffer->nTimeStamp, lastTimestamp +
timestampInterval
);
[
all
...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp
370
unsigned int
timestampInterval
= 33333;
758
if (pBuffer->nTimeStamp != (lastTimestamp +
timestampInterval
)) {
760
pBuffer->nTimeStamp, lastTimestamp +
timestampInterval
);
[
all
...]
Completed in 2950 milliseconds