Home
last modified time | relevance | path

Searched refs:LOGTAG (Results 1 – 25 of 97) 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.java54 private static final String LOGTAG = "ImagePreset"; field in ImagePreset
311 Log.v(LOGTAG, "\\\\\\ showFilters -- " + mFilters.size() + " filters"); in showFilters()
314 Log.v(LOGTAG, " filter " + n + " : " + representation.toString()); in showFilters()
317 Log.v(LOGTAG, "/// showFilters -- " + mFilters.size() + " filters"); in showFilters()
649 Log.v(LOGTAG, "Serialization: " + sname); in writeJson()
651 Log.v(LOGTAG, "Serialization name null for filter: " + filter); in writeJson()
660 Log.e(LOGTAG,"Error encoding JASON",e); in writeJson()
672 Log.v(LOGTAG, "reading preset: \"" + filterString + "\""); in readJsonFromString()
684 Log.e(LOGTAG, "\""+filterString+"\""); in readJsonFromString()
685 Log.e(LOGTAG, "parsing the filter parameters:", e); in readJsonFromString()
[all …]
DCachingPipeline.java41 private static final String LOGTAG = "CachingPipeline"; field in CachingPipeline
79 Log.w(LOGTAG, "A prior RS context exists when calling setRenderScriptContext"); in createRenderscriptContext()
127 Log.v(LOGTAG, "destroyPixelAllocations in " + getName()); in destroyPixelAllocations()
179 Log.v(LOGTAG,"setOriginal, size " + bitmap.getWidth() + " x " + bitmap.getHeight()); in setOriginal()
298 Log.v(LOGTAG, "render image of type " + getType(request)); in render()
313 Log.w(LOGTAG, "could not get bitmap for: " + getType(request)); in render()
325 … Log.v(LOGTAG, "after update, req bitmap (" + bitmap.getWidth() + "x" + bitmap.getHeight() in render()
470 Log.v(LOGTAG, "prepareRenderscriptAllocations: " + needsUpdate + " in " + getName()); in prepareRenderscriptAllocations()
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.java34 private static final String LOGTAG = "FilterEnvironment"; field in FilterEnvironment
131 Log.e(LOGTAG,"No ImageFilter for "+representation.getSerializationName()); in applyRepresentation()
/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/filters/
DImageFilterRS.java28 private static final String LOGTAG = "ImageFilterRS"; field in ImageFilterRS
78 Log.i(LOGTAG, msg); in apply()
104 Log.i(LOGTAG, msg); in apply()
118 Log.v(LOGTAG, "apply filter " + getName() + " in pipeline " + pipeline.getName()); in apply()
139 … Log.v(LOGTAG, "DONE apply filter " + getName() + " in pipeline " + pipeline.getName()); in apply()
142 Log.e(LOGTAG, "Illegal argument? " + e); in apply()
144 Log.e(LOGTAG, "RS runtime exception ? " + e); in apply()
149 Log.e(LOGTAG, "not enough memory for filter " + getName(), e); in apply()
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);
DFilterCurvesRepresentation.java17 private static final String LOGTAG = "FilterCurvesRepresentation"; field in FilterCurvesRepresentation
51 Log.v(LOGTAG, "cannot use parameters from " + a); in useParametersFrom()
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()
/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()
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()
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()
/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()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DVideoUtils.java52 private static final String LOGTAG = "VideoUtils"; field in VideoUtils
201 Log.d(LOGTAG, "Saw input EOS."); in genVideoUsingMuxer()
207 Log.d(LOGTAG, "The current sample is over the trim end time."); in genVideoUsingMuxer()
223 Log.w(LOGTAG, "The source video file is malformed"); in genVideoUsingMuxer()
/packages/apps/Music/src/com/android/music/
DMediaPlaybackService.java125 private static final String LOGTAG = "MediaPlaybackService"; field in MediaPlaybackService
228 Log.v(LOGTAG, "AudioFocus: received AUDIOFOCUS_LOSS");
239 Log.v(LOGTAG, "AudioFocus: received AUDIOFOCUS_LOSS_TRANSIENT");
246 Log.v(LOGTAG, "AudioFocus: received AUDIOFOCUS_GAIN");
258 Log.e(LOGTAG, "Unknown audio focus change code");
370 Log.e(LOGTAG, "Service being destroyed while still playing."); in onDestroy()
561 Log.d(LOGTAG, "restored queue, currently at position " + position() + "/" + duration() in reloadQueue()
1056 Log.d(LOGTAG, "Failed to open file for playback"); in openCurrentAndNext()
1400 Log.d(LOGTAG, "No play queue"); in gotoNext()
1505 Log.d(LOGTAG, "lookback too big"); in wasRecentlyUsed()
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
DWallpaperCropActivity.java57 private static final String LOGTAG = "WallpaperCropActivity"; field in WallpaperCropActivity
105 Log.e(LOGTAG, "No URI passed in intent, exiting WallpaperCropActivity"); in init()
172 Log.w(LOGTAG, "Null default wallpaper encountered."); in handleMessage()
/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/imageshow/
DSpline.java39 private static final String LOGTAG = "Spline"; field in Spline
443 Log.v(LOGTAG, "show curve " + this); in show()
446 Log.v(LOGTAG, "point " + i + " is (" + point.x + ", " + point.y + ")"); in show()

1234