Searched refs:_bytes (Results 1 – 6 of 6) sorted by relevance
127 uint8 *_bytes = (uint8 *)(bytes); \128 _bytes[0] = _val & 0xff; \129 _bytes[1] = _val >> 8; \134 uint8 *_bytes = (uint8 *)(bytes); \135 _bytes[0] = _val & 0xff; \136 _bytes[1] = (_val >> 8) & 0xff; \137 _bytes[2] = (_val >> 16) & 0xff; \138 _bytes[3] = _val >> 24; \143 uint8 *_bytes = (uint8 *)(bytes); \144 _bytes[0] = _val >> 8; \[all …]
89 p_info_data[numOfEntries].tag_entry.data._bytes = values; in addExifEntry()220 p_exif_data->tag_entry.data._bytes != NULL) { in releaseExifEntry()221 free(p_exif_data->tag_entry.data._bytes); in releaseExifEntry()222 p_exif_data->tag_entry.data._bytes = NULL; in releaseExifEntry()
757 uint8_t *_bytes; member
2927 m_Entries[i].tag_entry.data._bytes != NULL) { in ~QCamera3Exif()2928 free(m_Entries[i].tag_entry.data._bytes); in ~QCamera3Exif()2929 m_Entries[i].tag_entry.data._bytes = NULL; in ~QCamera3Exif()3041 m_Entries[m_nNumEntries].tag_entry.data._bytes = values; in addEntry()
3774 m_Entries[i].tag_entry.data._bytes != NULL) { in ~QCameraExif()3775 free(m_Entries[i].tag_entry.data._bytes); in ~QCameraExif()3776 m_Entries[i].tag_entry.data._bytes = NULL; in ~QCameraExif()3885 m_Entries[m_nNumEntries].tag_entry.data._bytes = values; in addEntry()
112 uint8_t *_bytes; // EXIF_BYTE (count > 1) member