Searched refs:p_exif_data (Results 1 - 2 of 2) sorted by relevance

/device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg_exif.c205 * @p_exif_data : Exif info struct
215 int32_t releaseExifEntry(QEXIF_INFO_DATA *p_exif_data) argument
217 switch (p_exif_data->tag_entry.type) {
219 if (p_exif_data->tag_entry.count > 1 &&
220 p_exif_data->tag_entry.data._bytes != NULL) {
221 free(p_exif_data->tag_entry.data._bytes);
222 p_exif_data->tag_entry.data._bytes = NULL;
227 if (p_exif_data->tag_entry.data._ascii != NULL) {
228 free(p_exif_data->tag_entry.data._ascii);
229 p_exif_data
[all...]
/device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/inc/
H A Dmm_jpeg.h478 extern int32_t releaseExifEntry(QEXIF_INFO_DATA *p_exif_data);

Completed in 7 milliseconds