Home | History | Annotate | Download | only in src

Lines Matching refs:mIfdId

30         : mNextIfd(), mIfdId(ifdId), mStripOffsetsInitialized(false) {}
38 __FUNCTION__, entry->getTag(), mIfdId);
44 mIfdId);
53 ALOGW("%s: No entry for tag 0x%x in ifd %u.", __FUNCTION__, tag, mIfdId);
80 __FUNCTION__, mIfdId);
86 mIfdId);
92 __FUNCTION__, mIfdId);
105 ALOGV("%s: IFD %u written to offset %u", __FUNCTION__, mIfdId, offset );
164 return mIfdId;
168 return mIfdId;
174 ALOGE("%s: IFD %u doesn't have a ImageWidth tag set", __FUNCTION__, mIfdId);
180 ALOGE("%s: IFD %u doesn't have a ImageLength tag set", __FUNCTION__, mIfdId);
186 ALOGE("%s: IFD %u doesn't have a SamplesPerPixel tag set", __FUNCTION__, mIfdId);
192 ALOGE("%s: IFD %u doesn't have a BitsPerSample tag set", __FUNCTION__, mIfdId);
203 bitsPerSample, mIfdId);
274 ALOGE("%s: Could not add entry for StripByteCounts to IFD %u", __FUNCTION__, mIfdId);
279 ALOGE("%s: Could not add entry for StripByteCounts to IFD %u", __FUNCTION__, mIfdId);
284 ALOGE("%s: Could not add entry for StripByteCounts to IFD %u", __FUNCTION__, mIfdId);
301 ALOGE("%s: IFD %u does not contain StripOffsets entry.", __FUNCTION__, mIfdId);
307 ALOGE("%s: IFD %u does not contain StripByteCounts entry.", __FUNCTION__, mIfdId);
315 __FUNCTION__, offsetsCount, byteCount, mIfdId);
335 ALOGE("%s: Coult not build updated offsets entry in IFD %u", __FUNCTION__, mIfdId);
340 ALOGE("%s: Failed to add updated offsets entry in IFD %u", __FUNCTION__, mIfdId);
349 ALOGE("%s: IFD %u does not contain StripByteCounts entry.", __FUNCTION__, mIfdId);