Home | History | Annotate | Download | only in src

Lines Matching refs:tag1

575     uint32_t tag1 = ((camera_metadata_buffer_entry_t*)p1)->tag;
577 return tag1 < tag2 ? -1 :
578 tag1 == tag2 ? 0 :