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.mako92 % if prop.synthetic:
93 synthetic="true"
DCameraMetadataKeys.mako66 % if entry.synthetic:
Dhtml.mako281 % if prop.synthetic:
282 <span class="entry_type_synthetic">[synthetic] </span>
Dmetadata_helpers.py1232 return (e for e in entries if not e.synthetic)
Dmetadata_model.py1172 def synthetic(self): member in Entry