Home
last modified time | relevance | path

Searched refs:synthetic (Results 1 – 6 of 6) sorted by relevance

/system/media/camera/docs/
DACameraMetadata.mako28 % if not entry.synthetic:
31 assert(False),"A synthetic key should not present in NDK!"
38 % if not entry.synthetic:
Dmetadata_template.mako100 % if prop.synthetic:
101 synthetic="true"
DCameraMetadataKeys.mako68 % if entry.synthetic:
Dhtml.mako284 % if prop.synthetic:
285 <span class="entry_type_synthetic">[synthetic] </span>
Dmetadata_helpers.py1355 return (e for e in entries if not e.synthetic)
Dmetadata_model.py1247 def synthetic(self): member in Entry