Searched refs:enhanceType (Results 1 – 1 of 1) sorted by relevance
173 uint8_t enhanceType = data[dataOffset++]; in GetVividJpegGainMapOffset() local176 metaType, enhanceType, hdrType); in GetVividJpegGainMapOffset()625 uint8_t enhanceType = data[dataOffset++]; in ParseVividMetadata() local627 …IMAGE_LOGD("vivid metadata info hdrType=%{public}d, enhanceType=%{public}d", hdrType, enhanceType); in ParseVividMetadata()636 if (enhanceType == hasEnhanceInfo && length > dataOffset + UINT16_BYTE_COUNT) { in ParseVividMetadata()939 static void PackVividPreInfo(vector<uint8_t>& bytes, uint32_t& offset, bool base, bool enhanceType) in PackVividPreInfo() argument949 bytes[offset++] = ((!base) && enhanceType) ? INDEX_ONE : INDEX_ZERO; // enhanceType in PackVividPreInfo()