Home
last modified time | relevance | path

Searched refs:LOGTAG (Results 1 – 25 of 81) sorted by relevance

1234

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DCacheProcessing.java30 private static final String LOGTAG = "CacheProcessing"; field in CacheProcessing
109 Log.v(LOGTAG, "Apply geometry to bitmap " + cacheBitmap); in apply()
115 Log.v(LOGTAG, "Apply " + representation.getSerializationName() in apply()
125 Log.v(LOGTAG, "Apply returns bitmap " + cacheBitmap); in apply()
173 Log.v(LOGTAG, "similar up to index " + similarUpToIndex); in process()
188 Log.v(LOGTAG, "found baseImageIndex: " + findBaseImageIndex + " max is " in process()
214 Log.v(LOGTAG, "i: " + i + " cacheBitmap: " + cacheBitmap + " w: " in process()
226 Log.v(LOGTAG, "i: " + i + " get new copy for cacheBitmap " in process()
238 Log.v(LOGTAG, "now let's cleanup the cache..."); in process()
251 Log.v(LOGTAG, "cleanup done..."); in process()
[all …]
DImagePreset.java53 private static final String LOGTAG = "ImagePreset"; field in ImagePreset
310 Log.v(LOGTAG, "\\\\\\ showFilters -- " + mFilters.size() + " filters"); in showFilters()
313 Log.v(LOGTAG, " filter " + n + " : " + representation.toString()); in showFilters()
316 Log.v(LOGTAG, "/// showFilters -- " + mFilters.size() + " filters"); in showFilters()
609 Log.v(LOGTAG, "Serialization: " + sname); in writeJson()
611 Log.v(LOGTAG, "Serialization name null for filter: " + filter); in writeJson()
620 Log.e(LOGTAG,"Error encoding JASON",e); in writeJson()
632 Log.v(LOGTAG, "reading preset: \"" + filterString + "\""); in readJsonFromString()
644 Log.e(LOGTAG, "\""+filterString+"\""); in readJsonFromString()
645 Log.e(LOGTAG, "parsing the filter parameters:", e); in readJsonFromString()
[all …]
DCachingPipeline.java39 private static final String LOGTAG = "CachingPipeline"; field in CachingPipeline
121 Log.v(LOGTAG,"setOriginal, size " + bitmap.getWidth() + " x " + bitmap.getHeight()); in setOriginal()
213 Log.v(LOGTAG, "render image of type " + getType(request)); in render()
228 Log.w(LOGTAG, "could not get bitmap for: " + getType(request)); in render()
240 Log.v(LOGTAG, "after update, req bitmap (" + bitmap.getWidth() + "x" in render()
DRenderingRequest.java29 private static final String LOGTAG = "RenderingRequest"; field in RenderingRequest
60 Log.v(LOGTAG, "something null: source: " + source in post()
99 Log.v(LOGTAG, "something null, preset: " in postIconRequest()
DProcessingTaskController.java28 private static final String LOGTAG = "ProcessingTaskController"; field in ProcessingTaskController
49 Log.w(LOGTAG, "received unknown message! " + msg.arg1);
DFilterEnvironment.java33 private static final String LOGTAG = "FilterEnvironment"; field in FilterEnvironment
118 Log.e(LOGTAG,"No ImageFilter for "+representation.getSerializationName()); in applyRepresentation()
DSharedBuffer.java23 private static final String LOGTAG = "SharedBuffer"; field in SharedBuffer
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DCropActivity.java61 private static final String LOGTAG = "CropActivity"; field in CropActivity
229 Log.w(LOGTAG, "could not load image for cropping"); in doneLoadBitmap()
373 Log.w(LOGTAG, "cannot read original file, no input URI given"); in regenerateInputStream()
379 Log.w(LOGTAG, "cannot read file: " + mInUri.toString(), e); in regenerateInputStream()
405 Log.w(LOGTAG, "cannot write file, no output URI given"); in BitmapIOTask()
410 Log.w(LOGTAG, "cannot write file: " + mOutUri.toString(), e); in BitmapIOTask()
446 Log.w(LOGTAG, "could not downsample bitmap to return in data"); in doInBackground()
467 Log.w(LOGTAG, "cannot find crop for full size image"); in doInBackground()
475 Log.w(LOGTAG, "crop has bad values for full size image"); in doInBackground()
485 Log.w(LOGTAG, "cannot open region decoder for file: " + mInUri.toString(), e); in doInBackground()
[all …]
DCropView.java39 private static final String LOGTAG = "CropView"; field in CropView
189 Log.w(LOGTAG, "crop reset called"); in reset()
220 Log.w(LOGTAG, "failed to set aspect ratio original"); in applyOriginalAspect()
239 Log.w(LOGTAG, "failed to set aspect ratio"); in applyAspect()
315 Log.w(LOGTAG, "failed to get screen matrix"); in onDraw()
322 Log.w(LOGTAG, "could not invert display matrix"); in onDraw()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
DBitmapCache.java30 private static final String LOGTAG = "BitmapCache"; field in BitmapCache
65 Log.e(LOGTAG, "giving a bitmap already given!!!"); in track()
109 Log.v(LOGTAG, "\n--- showBitmap --- "); in showBitmapCounts()
112 Log.v(LOGTAG, getTrackingName(i) + " => " + mTracking[i]); in showBitmapCounts()
134 Log.e(LOGTAG, "Trying to cache a bitmap still used in the pipeline"); in cache()
141 Log.e(LOGTAG, "Trying to cache a non mutable bitmap"); in cache()
200 Log.e(LOGTAG, "Trying to give a bitmap used in the pipeline"); in getBitmap()
DImageLoader.java53 private static final String LOGTAG = "ImageLoader"; field in ImageLoader
149 Log.w(LOGTAG, "Failed to read EXIF orientation", e); in getMetadataOrientation()
156 Log.w(LOGTAG, "Failed to close InputStream", e); in getMetadataOrientation()
285 Log.e(LOGTAG, "FileNotFoundException for " + uri, e); in loadRegionBitmap()
287 Log.e(LOGTAG, "FileNotFoundException for " + uri, e); in loadRegionBitmap()
289 Log.e(LOGTAG, "exc, image decoded " + w + " x " + h + " bounds: " in loadRegionBitmap()
332 Log.e(LOGTAG, "FileNotFoundException for " + uri, e); in loadBitmap()
578 Log.w(LOGTAG, "Failed to read EXIF tags", e); in getExif()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
DMatrixFit.java24 private static final String LOGTAG = "MatrixFit"; field in MatrixFit
49 Log.e(LOGTAG, "from and to must be of same size"); in fit()
57 Log.e(LOGTAG, "Too few points => under-determined system"); in fit()
140 Log.v(LOGTAG, str); in printEquation()
145 Log.v(LOGTAG, "name: " + name); in printMatrix()
151 Log.v(LOGTAG, str); in printMatrix()
DXmpPresets.java43 private static final String LOGTAG = "XmpPresets"; field in XmpPresets
56 Log.e(LOGTAG, "Register XMP name space failed", e);
82 Log.v(LOGTAG, "Write XMP meta to file failed:" + dstFile.getAbsolutePath()); in writeFilterXMP()
87 Log.v(LOGTAG, "Write XMP meta to file failed:" + dstFile.getAbsolutePath()); in writeFilterXMP()
DSaveImage.java60 private static final String LOGTAG = "SaveImage"; field in SaveImage
229 Log.w(LOGTAG, "Failed to get XMP data from image: ", e); in getPanoramaXMPData()
256 Log.w(LOGTAG, "Cannot find file: " + source, e); in getExifData()
258 Log.w(LOGTAG, "Cannot read exif for: " + source, e); in getExifData()
279 Log.w(LOGTAG, "File not found: " + file.getAbsolutePath(), e); in putExifData()
281 Log.w(LOGTAG, "Could not write exif: ", e); in putExifData()
470 Log.d(LOGTAG, "Source file is not a local file, no update."); in moveSrcToAuxIfNeeded()
491 Log.e(LOGTAG, "Can't create the nomedia"); in moveSrcToAuxIfNeeded()
598 Log.e(LOGTAG, "srcUri is null."); in getLocalFileFromUri()
604 Log.e(LOGTAG, "scheme is null."); in getLocalFileFromUri()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DParametricEditor.java61 private final String LOGTAG = "ParametricEditor"; field in ParametricEditor
195 Log.e(LOGTAG, "Error in loading Control ", e); in control()
198 Log.e(LOGTAG, "Unable to find class for " + pType); in control()
200 Log.e(LOGTAG, "for " + string + " use " + portraitMap.get(string)); in control()
DImageOnlyEditor.java30 private final String LOGTAG = "ImageOnlyEditor"; field in ImageOnlyEditor
DEditorRedEye.java32 private final String LOGTAG = "EditorRedEye"; field in EditorRedEye
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DVideoUtils.java52 private static final String LOGTAG = "VideoUtils"; field in VideoUtils
206 Log.d(LOGTAG, "Saw input EOS."); in genVideoUsingMuxer()
212 Log.d(LOGTAG, "The current sample is over the trim end time."); in genVideoUsingMuxer()
228 Log.w(LOGTAG, "The source video file is malformed"); in genVideoUsingMuxer()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DImageFilterFx.java25 private static final String LOGTAG = "ImageFilterFx"; field in ImageFilterFx
79 Log.w(LOGTAG, "bad resource for filter: " + mName); in apply()
DFilterBasicRepresentation.java28 private static final String LOGTAG = "FilterBasicRep"; field in FilterBasicRepresentation
36 private boolean mLogVerbose = Log.isLoggable(LOGTAG, Log.VERBOSE);
DImageFilterTinyPlanet.java37 private static final String LOGTAG = ImageFilterTinyPlanet.class.getSimpleName(); field in ImageFilterTinyPlanet
101 Log.v(LOGTAG, "No memory to create Full Tiny Planet create half"); in apply()
DFilterCurvesRepresentation.java17 private static final String LOGTAG = "FilterCurvesRepresentation"; field in FilterCurvesRepresentation
51 Log.v(LOGTAG, "cannot use parameters from " + a); in useParametersFrom()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/data/
DUserPresetsManager.java15 private static final String LOGTAG = "UserPresetsManager"; field in UserPresetsManager
62 mHandlerThread = new HandlerThread(LOGTAG, in UserPresetsManager()
DFilterStackSource.java34 private static final String LOGTAG = "FilterStackSource"; field in FilterStackSource
47 Log.w(LOGTAG, "could not open database", e); in open()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/history/
DHistoryItem.java25 private static final String LOGTAG = "HistoryItem"; field in HistoryItem

1234