HomeSort by relevance Sort by last modified time
    Searched refs:TAG_SIZE (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/third_party/libwebp/webp/
format_constants.h 69 #define TAG_SIZE 4 // Size of a chunk tag (e.g. "VP8L").
  /external/webp/include/webp/
format_constants.h 69 #define TAG_SIZE 4 // Size of a chunk tag (e.g. "VP8L").
  /external/chromium_org/third_party/libwebp/dec/
webp.c 69 if (*data_size >= RIFF_HEADER_SIZE && !memcmp(*data, "RIFF", TAG_SIZE)) {
70 if (memcmp(*data + 8, "WEBP", TAG_SIZE)) {
73 const uint32_t size = get_le32(*data + TAG_SIZE);
75 if (size < TAG_SIZE + CHUNK_HEADER_SIZE) {
116 if (!memcmp(*data, "VP8X", TAG_SIZE)) {
119 const uint32_t chunk_size = get_le32(*data + TAG_SIZE);
160 uint32_t total_size = TAG_SIZE + // "WEBP".
184 chunk_size = get_le32(buf + TAG_SIZE);
201 if (!memcmp(buf, "VP8 ", TAG_SIZE) ||
202 !memcmp(buf, "VP8L", TAG_SIZE)) {
    [all...]
  /external/webp/src/dec/
webp.c 69 if (*data_size >= RIFF_HEADER_SIZE && !memcmp(*data, "RIFF", TAG_SIZE)) {
70 if (memcmp(*data + 8, "WEBP", TAG_SIZE)) {
73 const uint32_t size = get_le32(*data + TAG_SIZE);
75 if (size < TAG_SIZE + CHUNK_HEADER_SIZE) {
116 if (!memcmp(*data, "VP8X", TAG_SIZE)) {
119 const uint32_t chunk_size = get_le32(*data + TAG_SIZE);
160 uint32_t total_size = TAG_SIZE + // "WEBP".
184 chunk_size = get_le32(buf + TAG_SIZE);
201 if (!memcmp(buf, "VP8 ", TAG_SIZE) ||
202 !memcmp(buf, "VP8L", TAG_SIZE)) {
    [all...]
  /frameworks/av/media/img_utils/include/img_utils/
TiffHelpers.h 86 TAG_SIZE = 2,
  /external/chromium_org/third_party/libwebp/enc/
syntax.c 44 PutLE32(riff + TAG_SIZE, (uint32_t)riff_size);
66 PutLE32(vp8x + TAG_SIZE, VP8X_CHUNK_SIZE);
85 PutLE32(alpha_chunk_hdr + TAG_SIZE, enc->alpha_data_size_);
108 PutLE32(vp8_chunk_hdr + TAG_SIZE, (uint32_t)vp8_size);
337 riff_size = TAG_SIZE + CHUNK_HEADER_SIZE + vp8_size;
vp8l.c 788 PutLE32(riff + TAG_SIZE, (uint32_t)riff_size);
789 PutLE32(riff + RIFF_HEADER_SIZE + TAG_SIZE, (uint32_t)vp8l_size);
821 const size_t riff_size = TAG_SIZE + CHUNK_HEADER_SIZE + vp8l_size + pad;
    [all...]
  /external/webp/src/enc/
syntax.c 44 PutLE32(riff + TAG_SIZE, (uint32_t)riff_size);
66 PutLE32(vp8x + TAG_SIZE, VP8X_CHUNK_SIZE);
85 PutLE32(alpha_chunk_hdr + TAG_SIZE, enc->alpha_data_size_);
108 PutLE32(vp8_chunk_hdr + TAG_SIZE, (uint32_t)vp8_size);
337 riff_size = TAG_SIZE + CHUNK_HEADER_SIZE + vp8_size;
vp8l.c 788 PutLE32(riff + TAG_SIZE, (uint32_t)riff_size);
789 PutLE32(riff + RIFF_HEADER_SIZE + TAG_SIZE, (uint32_t)vp8l_size);
821 const size_t riff_size = TAG_SIZE + CHUNK_HEADER_SIZE + vp8l_size + pad;
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifParser.java 139 protected static final int TAG_SIZE = 12;
276 int endOfTags = mIfdStartOffset + OFFSET_SIZE + TAG_SIZE * mNumOfTagInIfd;
327 if (mNumOfTagInIfd * TAG_SIZE + mIfdStartOffset + OFFSET_SIZE > mApp1End) {
364 int endOfTags = mIfdStartOffset + OFFSET_SIZE + TAG_SIZE * mNumOfTagInIfd;
372 offset += TAG_SIZE;
    [all...]
ExifOutputStream.java 73 private static final short TAG_SIZE = 12;
310 offset += 2 + ifd.getTagCount() * TAG_SIZE + 4;
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifParser.java 139 protected static final int TAG_SIZE = 12;
276 int endOfTags = mIfdStartOffset + OFFSET_SIZE + TAG_SIZE * mNumOfTagInIfd;
327 if (mNumOfTagInIfd * TAG_SIZE + mIfdStartOffset + OFFSET_SIZE > mApp1End) {
364 int endOfTags = mIfdStartOffset + OFFSET_SIZE + TAG_SIZE * mNumOfTagInIfd;
372 offset += TAG_SIZE;
    [all...]
ExifOutputStream.java 73 private static final short TAG_SIZE = 12;
310 offset += 2 + ifd.getTagCount() * TAG_SIZE + 4;
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifParser.java 139 protected static final int TAG_SIZE = 12;
276 int endOfTags = mIfdStartOffset + OFFSET_SIZE + TAG_SIZE * mNumOfTagInIfd;
327 if (mNumOfTagInIfd * TAG_SIZE + mIfdStartOffset + OFFSET_SIZE > mApp1End) {
364 int endOfTags = mIfdStartOffset + OFFSET_SIZE + TAG_SIZE * mNumOfTagInIfd;
372 offset += TAG_SIZE;
    [all...]
ExifOutputStream.java 73 private static final short TAG_SIZE = 12;
310 offset += 2 + ifd.getTagCount() * TAG_SIZE + 4;
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
ExifParser.java 139 protected static final int TAG_SIZE = 12;
276 int endOfTags = mIfdStartOffset + OFFSET_SIZE + TAG_SIZE * mNumOfTagInIfd;
327 if (mNumOfTagInIfd * TAG_SIZE + mIfdStartOffset + OFFSET_SIZE > mApp1End) {
364 int endOfTags = mIfdStartOffset + OFFSET_SIZE + TAG_SIZE * mNumOfTagInIfd;
372 offset += TAG_SIZE;
    [all...]
ExifOutputStream.java 73 private static final short TAG_SIZE = 12;
310 offset += 2 + ifd.getTagCount() * TAG_SIZE + 4;
  /packages/apps/Mms/src/com/android/mms/exif/
ExifParser.java 141 protected static final int TAG_SIZE = 12;
278 int endOfTags = mIfdStartOffset + OFFSET_SIZE + TAG_SIZE * mNumOfTagInIfd;
329 if (mNumOfTagInIfd * TAG_SIZE + mIfdStartOffset + OFFSET_SIZE > mApp1End) {
366 int endOfTags = mIfdStartOffset + OFFSET_SIZE + TAG_SIZE * mNumOfTagInIfd;
374 offset += TAG_SIZE;
    [all...]
ExifOutputStream.java 75 private static final short TAG_SIZE = 12;
312 offset += 2 + ifd.getTagCount() * TAG_SIZE + 4;
  /external/chromium_org/third_party/libwebp/demux/
demux.c 405 riff_size = GetLE32(GetBuffer(mem) + TAG_SIZE);
569 Skip(mem, TAG_SIZE); // VP8X
738 if (!memcmp(parser->id, GetBuffer(&dmux->mem_), TAG_SIZE)) {
931 if (!memcmp(header, fourcc, TAG_SIZE)) ++count;
943 if (!memcmp(header, fourcc, TAG_SIZE)) ++count;
    [all...]
  /external/srec/portable/src/
pmemory.c 461 #define TAG_SIZE 52
467 LCHAR truncatedTag[TAG_SIZE];
471 const size_t countToCopy = (TAG_SIZE - 1) - TAG_PREFIX_SIZE;
513 if (len > TAG_SIZE - 1)
517 passert(LSTRLEN(truncatedTag) == TAG_SIZE - 1);
  /external/webp/src/demux/
demux.c 405 riff_size = GetLE32(GetBuffer(mem) + TAG_SIZE);
569 Skip(mem, TAG_SIZE); // VP8X
738 if (!memcmp(parser->id, GetBuffer(&dmux->mem_), TAG_SIZE)) {
931 if (!memcmp(header, fourcc, TAG_SIZE)) ++count;
943 if (!memcmp(header, fourcc, TAG_SIZE)) ++count;
    [all...]
  /frameworks/ex/framesequence/jni/
FrameSequence_webp.cpp 94 mData.size = CHUNK_HEADER_SIZE + GetLE32(riff_header + TAG_SIZE);

Completed in 2511 milliseconds