HomeSort by relevance Sort by last modified time
    Searched full:unflatten (Results 51 - 75 of 102) sorted by null

1 23 4 5

  /packages/apps/Camera/tests/src/com/android/camera/activity/
CameraTestCase.java 224 mParameters.unflatten("preview-format-values=yuv420sp,yuv420p,yuv422i-yuyv,yuv420p;" +
  /device/lge/mako/camera/QCamera/HAL/wrapper/
QualcommCamera.cpp 442 //param.unflatten(str);
  /external/chromium_org/third_party/skia/include/core/
SkXfermode.h 270 // allow subclasses to update this after we unflatten
SkBitmap.h 585 unflatten the bitmap AND its pixels into the provided buffer.
592 void unflatten(SkFlattenableReadBuffer&);
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 176 /// getSubOperandNumber - Unflatten a operand number into an
  /external/skia/include/core/
SkXfermode.h 270 // allow subclasses to update this after we unflatten
SkBitmap.h 585 unflatten the bitmap AND its pixels into the provided buffer.
592 void unflatten(SkFlattenableReadBuffer&);
  /frameworks/av/camera/
CameraParameters2.cpp 59 void CameraParameters2::unflatten(const String8 &params) function in class:android::CameraParameters2
CameraParameters.cpp 204 void CameraParameters::unflatten(const String8 &params) function in class:android::CameraParameters
  /frameworks/base/core/java/android/appwidget/
AppWidgetProviderInfo.java 202 * Unflatten the AppWidgetProviderInfo from a parcel.
  /frameworks/native/include/gui/
IGraphicBufferConsumer.h 48 status_t unflatten(void const*& buffer, size_t& size, int const*& fds, size_t& count);
IGraphicBufferProducer.h 133 status_t unflatten(void const*& buffer, size_t& size, int const*& fds, size_t& count);
  /frameworks/native/include/ui/
Region.h 141 status_t unflatten(void const* buffer, size_t size);
  /frameworks/native/opengl/libs/EGL/
egl_cache.cpp 337 status_t err = mBlobCache->unflatten(buf + headerSize, cacheSize);
  /device/lge/mako/camera/
QualcommCamera.cpp 627 g_param.unflatten(g_str);
QualcommCamera2.cpp 461 //param.unflatten(str);
  /frameworks/base/services/java/com/android/server/
PackageManagerBackupAgent.java 340 if (DEBUG) Slog.v(TAG, " ... unflatten read " + num);
  /frameworks/av/include/camera/
CameraParameters.h 44 CameraParameters(const String8 &params) { unflatten(params); }
48 void unflatten(const String8 &params);
    [all...]
  /external/chromium_org/chrome/installer/mac/
pkg-dmg 644 # Only unflatten read-only and compressed images. It's not supported
647 (command($gConfig{'cmd_hdiutil'}, 'unflatten', $targetImage)) != 0) {
648 cleanupDie('hdiutil unflatten failed');
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkPicturePlayback.cpp 219 // this is our sentinel, which we use in the unflatten loop
236 deepCopyInfo->paintData[i]->unflatten(&fPaints->writableAt(i),
    [all...]
SkPictureRecord.cpp 382 SkAutoTDelete<SkPaint> saveLayerPaint(paintDict->unflatten(saveLayerPaintId));
395 SkAutoTDelete<SkPaint> dbmPaint(paintDict->unflatten(dbmPaintId));
    [all...]
  /external/skia/src/core/
SkPicturePlayback.cpp 219 // this is our sentinel, which we use in the unflatten loop
236 deepCopyInfo->paintData[i]->unflatten(&fPaints->writableAt(i),
    [all...]
SkPictureRecord.cpp 382 SkAutoTDelete<SkPaint> saveLayerPaint(paintDict->unflatten(saveLayerPaintId));
395 SkAutoTDelete<SkPaint> dbmPaint(paintDict->unflatten(dbmPaintId));
    [all...]
  /frameworks/native/libs/binder/
Parcel.cpp 218 ALOGE("Unable to unflatten Binder weak reference!");
1223 err = val.unflatten(buf, len, fds, fd_count);
    [all...]
  /device/generic/goldfish/camera/
EmulatedCamera.cpp 426 new_param.unflatten(str8_param);
    [all...]

Completed in 722 milliseconds

1 23 4 5