/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
OriginalFormatBox.java | 35 private String dataFormat = " "; 42 return dataFormat; 46 public void setDataFormat(String dataFormat) { 47 assert dataFormat.length() == 4; 48 this.dataFormat = dataFormat; 57 dataFormat = IsoTypeReader.read4cc(content); 62 byteBuffer.put(IsoFile.fourCCtoBytes(dataFormat)); 67 return "OriginalFormatBox[dataFormat=" + getDataFormat() + "]";
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
udata.h | 90 * <p>The <code>dataFormat</code> may be used to identify 134 uint8_t dataFormat[4];
|
/external/icu4c/common/unicode/ |
udata.h | 90 * <p>The <code>dataFormat</code> may be used to identify 134 uint8_t dataFormat[4];
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
swapimpl.cpp | 92 pInfo->dataFormat[0]==0x55 && /* dataFormat="UPro" */ 93 pInfo->dataFormat[1]==0x50 && 94 pInfo->dataFormat[2]==0x72 && 95 pInfo->dataFormat[3]==0x6f && 102 pInfo->dataFormat[0], pInfo->dataFormat[1], 103 pInfo->dataFormat[2], pInfo->dataFormat[3], 245 pInfo->dataFormat[0]==UCASE_FMT_0 && /* dataFormat="cAsE" * [all...] |
pkgitems.cpp | 547 uint8_t dataFormat[4]; 549 { { 0x52, 0x65, 0x73, 0x42 } }, /* dataFormat="ResB" */ 550 { { 0x63, 0x6e, 0x76, 0x74 } }, /* dataFormat="cnvt" */ 551 { { 0x43, 0x76, 0x41, 0x6c } } /* dataFormat="CvAl" */ 562 getDataFormat(const uint8_t dataFormat[4]) { 566 if(0==memcmp(dataFormats[i].dataFormat, dataFormat, 4)) { 585 int32_t format=getDataFormat(pInfo->dataFormat);
|
/external/icu4c/tools/toolutil/ |
swapimpl.cpp | 89 pInfo->dataFormat[0]==0x70 && /* dataFormat="pnam" */ 90 pInfo->dataFormat[1]==0x6e && 91 pInfo->dataFormat[2]==0x61 && 92 pInfo->dataFormat[3]==0x6d && 96 pInfo->dataFormat[0], pInfo->dataFormat[1], 97 pInfo->dataFormat[2], pInfo->dataFormat[3], 178 pInfo->dataFormat[0]==0x55 && /* dataFormat="UPro" * [all...] |
pkgitems.cpp | 547 uint8_t dataFormat[4]; 549 { { 0x52, 0x65, 0x73, 0x42 } }, /* dataFormat="ResB" */ 550 { { 0x63, 0x6e, 0x76, 0x74 } }, /* dataFormat="cnvt" */ 551 { { 0x43, 0x76, 0x41, 0x6c } } /* dataFormat="CvAl" */ 562 getDataFormat(const uint8_t dataFormat[4]) { 566 if(0==memcmp(dataFormats[i].dataFormat, dataFormat, 4)) { 585 int32_t format=getDataFormat(pInfo->dataFormat);
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/ |
PNGImageDecoder.cpp | 196 qcms_data_type dataFormat = hasAlpha ? QCMS_DATA_RGBA_8 : QCMS_DATA_RGB_8; 198 m_transform = qcms_transform_create(inputProfile, dataFormat, deviceProfile, dataFormat, QCMS_INTENT_PERCEPTUAL);
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/ |
JPEGImageDecoder.cpp | 539 qcms_data_type dataFormat = hasAlpha ? QCMS_DATA_RGBA_8 : QCMS_DATA_RGB_8; 541 m_transform = qcms_transform_create(inputProfile, dataFormat, deviceProfile, dataFormat, QCMS_INTENT_PERCEPTUAL);
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
ExifParser.java | 535 short dataFormat = mTiffStream.readShort(); 542 if (!ExifTag.isValidType(dataFormat)) { 543 Log.w(TAG, String.format("Tag %04x: Invalid data type %d", tagId, dataFormat)); 548 ExifTag tag = new ExifTag(tagId, dataFormat, (int) numOfComp, mIfdType, 559 if ((offset < mIfd0Position) && (dataFormat == ExifTag.TYPE_UNDEFINED)) { [all...] |
/packages/apps/Camera2/src/com/android/camera/exif/ |
ExifParser.java | 535 short dataFormat = mTiffStream.readShort(); 542 if (!ExifTag.isValidType(dataFormat)) { 543 Log.w(TAG, String.format("Tag %04x: Invalid data type %d", tagId, dataFormat)); 548 ExifTag tag = new ExifTag(tagId, dataFormat, (int) numOfComp, mIfdType, 559 if ((offset < mIfd0Position) && (dataFormat == ExifTag.TYPE_UNDEFINED)) { [all...] |
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
ExifParser.java | 535 short dataFormat = mTiffStream.readShort(); 542 if (!ExifTag.isValidType(dataFormat)) { 543 Log.w(TAG, String.format("Tag %04x: Invalid data type %d", tagId, dataFormat)); 548 ExifTag tag = new ExifTag(tagId, dataFormat, (int) numOfComp, mIfdType, 559 if ((offset < mIfd0Position) && (dataFormat == ExifTag.TYPE_UNDEFINED)) { [all...] |
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/ |
ExifParser.java | 535 short dataFormat = mTiffStream.readShort(); 542 if (!ExifTag.isValidType(dataFormat)) { 543 Log.w(TAG, String.format("Tag %04x: Invalid data type %d", tagId, dataFormat)); 548 ExifTag tag = new ExifTag(tagId, dataFormat, (int) numOfComp, mIfdType, 559 if ((offset < mIfd0Position) && (dataFormat == ExifTag.TYPE_UNDEFINED)) { [all...] |
/packages/apps/Mms/src/com/android/mms/exif/ |
ExifParser.java | 535 short dataFormat = mTiffStream.readShort(); 542 if (!ExifTag.isValidType(dataFormat)) { 543 Log.w(TAG, String.format("Tag %04x: Invalid data type %d", tagId, dataFormat)); 548 ExifTag tag = new ExifTag(tagId, dataFormat, (int) numOfComp, mIfdType, 559 if ((offset < mIfd0Position) && (dataFormat == ExifTag.TYPE_UNDEFINED)) { [all...] |