Searched refs:WriteByte (Results 1 – 3 of 3) sorted by relevance
178 IgnoreError(mReceiveFrameBuffer->WriteByte(byte)); in ProcessReceivedData()
425 gpswriter.WriteByte(EXIF_TAG_GPS_VERSION_ID, 4, m_pExif->gps_version_id); in WriteAPP1()430 gpswriter.WriteByte(EXIF_TAG_GPS_ALTITUDE_REF, 1, &m_pExif->gps_altitude_ref); in WriteAPP1()
127 void WriteByte(uint16_t tag, uint32_t count, const uint8_t value[]) { in WriteByte() function