Home | History | Annotate | Download | only in v2

Lines Matching defs:mMetadata

147         private TotalCaptureResult mMetadata = null;
164 mMetadata = null;
172 return mImage != null && mMetadata != null;
204 if (mMetadata != null) {
208 mMetadata = metadata;
216 return mMetadata;
226 if (mMetadata != null) {
227 return mMetadata.get(TotalCaptureResult.SENSOR_TIMESTAMP);
310 mMetadata = new ConcurrentHashMap<CaptureResult.Key<?>, Pair<Long, Object>>();
313 * The set of callbacks to be invoked when an entry in {@link #mMetadata} is
428 // Update mMetadata for whichever keys are present, if this frame is
431 Pair<Long, Object> oldEntry = mMetadata.get(key);
441 mMetadata.put(key, new Pair<Long, Object>(frameNumber, newValue));