Home
last modified time | relevance | path

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

/aosp12/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dbcmendian.h128 _bytes[0] = _val & 0xff; \
129 _bytes[1] = _val >> 8; \
135 _bytes[0] = _val & 0xff; \
138 _bytes[3] = _val >> 24; \
144 _bytes[0] = _val >> 8; \
145 _bytes[1] = _val & 0xff; \
151 _bytes[0] = _val >> 24; \
159 _LTOH16_UA(_bytes); \
164 _LTOH32_UA(_bytes); \
169 _NTOH16_UA(_bytes); \
[all …]
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/
H A 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()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3PostProc.cpp2948 m_Entries[i].tag_entry.data._bytes != NULL) { in ~QCamera3Exif()
2949 free(m_Entries[i].tag_entry.data._bytes); in ~QCamera3Exif()
2950 m_Entries[i].tag_entry.data._bytes = NULL; in ~QCamera3Exif()
3062 m_Entries[m_nNumEntries].tag_entry.data._bytes = values; in addEntry()
/aosp12/hardware/qcom/camera/msm8998/
H A DQCamera_Intf.h757 uint8_t *_bytes; member
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A 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()
/aosp12/hardware/qcom/camera/msm8998/mm-image-codec/qexif/
H A Dqexif.h112 uint8_t *_bytes; // EXIF_BYTE (count > 1) member
/aosp12/packages/services/Car/tests/BugReportApp/libs/
H A Djackson-core-2.9.9.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF ...