OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:frameTimestamp
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/camera/libcameraservice/camera2/
ZslProcessor3.cpp
349
nsecs_t
frameTimestamp
= 0;
353
if (entry.count > 0)
frameTimestamp
= entry.data.i64[0];
359
bufferTimestamp,
frameTimestamp
, frameAeState);
393
nsecs_t
frameTimestamp
= entry.data.i64[0];
394
if (minTimestamp >
frameTimestamp
|| minTimestamp == -1) {
414
minTimestamp =
frameTimestamp
;
418
ALOGVV("%s: Saw timestamp %lld", __FUNCTION__,
frameTimestamp
);
ZslProcessor.cpp
479
nsecs_t
frameTimestamp
= 0;
482
frameTimestamp
= entry.data.i64[0];
485
bufferTimestamp,
frameTimestamp
);
500
nsecs_t
frameTimestamp
= entry.data.i64[0];
501
if (bufferTimestamp ==
frameTimestamp
) {
503
frameTimestamp
);
506
int64_t delta = abs(bufferTimestamp -
frameTimestamp
);
535
nsecs_t
frameTimestamp
= 0;
539
if (entry.count > 0)
frameTimestamp
= entry.data.i64[0];
545
bufferTimestamp,
frameTimestamp
, frameAeState)
[
all
...]
Completed in 589 milliseconds