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

  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
ItemLocationBox.java 61 public int offsetSize = 8;
86 IsoTypeWriter.writeUInt8(byteBuffer, ((offsetSize << 4) | lengthSize));
102 offsetSize = tmp >>> 4;
118 return offsetSize;
121 public void setOffsetSize(int offsetSize) {
122 this.offsetSize = offsetSize;
308 extentOffset = IsoTypeReaderVariable.read(in, offsetSize);
316 IsoTypeWriterVariable.write(extentOffset, os, offsetSize);
321 return (indexSize > 0 ? indexSize : 0) + offsetSize + lengthSize
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureGatherTests.cpp 768 enum OffsetSize
801 static inline bool requireGpuShader5 (GatherType gatherType, OffsetSize offsetSize)
804 || offsetSize == OFFSETSIZE_IMPLEMENTATION_MAXIMUM; // \note Implementation limits are not available while generating the shaders, they are passed dynamically at runtime
993 OffsetSize offsetSize;
1008 const OffsetSize offsetSize_,
1020 , offsetSize (offsetSize_)
1036 , offsetSize (OFFSETSIZE_LAST)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp 911 enum OffsetSize
948 OffsetSize offsetSize,
982 const OffsetSize m_offsetSize;
1024 OffsetSize offsetSize,
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifParser.java 296 int offsetSize = 4;
299 offsetSize = mCorrespondingEvent.firstEntry().getKey() -
302 if (offsetSize < 4) {
303 Log.w(TAG, "Invalid size of link to next IFD: " + offsetSize);
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifParser.java 296 int offsetSize = 4;
299 offsetSize = mCorrespondingEvent.firstEntry().getKey() -
302 if (offsetSize < 4) {
303 Log.w(TAG, "Invalid size of link to next IFD: " + offsetSize);
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/
ExifParser.java 274 int offsetSize = 4;
277 offsetSize = mCorrespondingEvent.firstEntry().getKey() - mTiffStream.getReadByteCount();
279 if (offsetSize < 4) {
280 LogUtil.i("ExifParser.next", "Invalid size of link to next IFD: " + offsetSize);
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifParser.java 296 int offsetSize = 4;
299 offsetSize = mCorrespondingEvent.firstEntry().getKey() -
302 if (offsetSize < 4) {
303 Log.w(TAG, "Invalid size of link to next IFD: " + offsetSize);
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/exif/
ExifParser.java 297 int offsetSize = 4;
300 offsetSize = mCorrespondingEvent.firstEntry().getKey() -
303 if (offsetSize < 4) {
304 Log.w(TAG, "Invalid size of link to next IFD: " + offsetSize);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiCopiesAndBlittingTests.cpp     [all...]

Completed in 1072 milliseconds