HomeSort by relevance Sort by last modified time
    Searched defs:dataFormat (Results 1 - 14 of 14) sorted by null

  /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/icu/icu4c/source/common/unicode/
udata.h 94 * <p>The <code>dataFormat</code> may be used to identify
139 uint8_t dataFormat[4];
  /prebuilts/go/darwin-x86/src/debug/dwarf/
buf.go 18 format dataFormat
27 type dataFormat interface {
53 func makeBuf(d *Data, format dataFormat, name string, off Offset, data []byte) buf {
  /prebuilts/go/linux-x86/src/debug/dwarf/
buf.go 18 format dataFormat
27 type dataFormat interface {
53 func makeBuf(d *Data, format dataFormat, name string, off Offset, data []byte) buf {
  /external/icu/icu4c/source/tools/toolutil/
swapimpl.cpp 87 pInfo->dataFormat[0]==0x70 && /* dataFormat="pnam" */
88 pInfo->dataFormat[1]==0x6e &&
89 pInfo->dataFormat[2]==0x61 &&
90 pInfo->dataFormat[3]==0x6d &&
94 pInfo->dataFormat[0], pInfo->dataFormat[1],
95 pInfo->dataFormat[2], pInfo->dataFormat[3],
176 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);
  /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/Messaging/src/com/android/messaging/util/exif/
ExifParser.java 537 short dataFormat = mTiffStream.readShort();
544 if (!ExifTag.isValidType(dataFormat)) {
545 Log.w(TAG, String.format("Tag %04x: Invalid data type %d", tagId, dataFormat));
550 ExifTag tag = new ExifTag(tagId, dataFormat, (int) numOfComp, mIfdType,
561 if ((offset < mIfd0Position) && (dataFormat == ExifTag.TYPE_UNDEFINED)) {
    [all...]
  /frameworks/base/media/java/android/media/
ExifInterface.java     [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 1136 milliseconds