Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmendian.h127 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 …]
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg_exif.c89 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()
/hardware/qcom/camera/msm8998/
DQCamera_Intf.h757 uint8_t *_bytes; member
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3PostProc.cpp2927 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()
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraPostProc.cpp3774 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()
/hardware/qcom/camera/msm8998/mm-image-codec/qexif/
Dqexif.h112 uint8_t *_bytes; // EXIF_BYTE (count > 1) member