OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bufferTimestamp
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/camera/libcameraservice/api1/client2/
ZslProcessor.cpp
475
nsecs_t
bufferTimestamp
= queueEntry.buffer.mTimestamp;
484
bufferTimestamp
, frameTimestamp );
486
if (queueEntry.frame.isEmpty() &&
bufferTimestamp
!= 0) {
500
if (
bufferTimestamp
== frameTimestamp) {
505
int64_t delta = abs(
bufferTimestamp
- frameTimestamp);
508
__FUNCTION__,
bufferTimestamp
, delta);
532
nsecs_t
bufferTimestamp
= queueEntry.buffer.mTimestamp;
544
bufferTimestamp
, frameTimestamp, frameAeState);
ZslProcessor3.cpp
347
nsecs_t
bufferTimestamp
= queueEntry.buffer.mTimestamp;
359
bufferTimestamp
, frameTimestamp, frameAeState);
Completed in 110 milliseconds