Searched refs:format (Results 226 - 250 of 677) sorted by relevance

1234567891011>>

/frameworks/native/include/gui/
H A DISurfaceComposerClient.h69 PixelFormat format, uint32_t flags) = 0;
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNIView.java97 Log.e(TAG, String.format("%s: EGL error: 0x%x", prompt, error));
180 Log.w(TAG, String.format("%d configurations", numConfigs));
182 Log.w(TAG, String.format("Configuration %d:\n", i));
264 Log.w(TAG, String.format(" %s: %d\n", name, value[0]));
266 // Log.w(TAG, String.format(" %s: failed\n", name));
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
H A DGLPerfView.java97 Log.e(TAG, String.format("%s: EGL error: 0x%x", prompt, error));
180 Log.w(TAG, String.format("%d configurations", numConfigs));
182 Log.w(TAG, String.format("Configuration %d:\n", i));
264 Log.w(TAG, String.format(" %s: %d\n", name, value[0]));
266 // Log.w(TAG, String.format(" %s: failed\n", name));
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualGL2View.java100 Log.e(TAG, String.format("%s: EGL error: 0x%x", prompt, error));
183 Log.w(TAG, String.format("%d configurations", numConfigs));
185 Log.w(TAG, String.format("Configuration %d:\n", i));
267 Log.w(TAG, String.format(" %s: %d\n", name, value[0]));
269 // Log.w(TAG, String.format(" %s: failed\n", name));
/frameworks/native/services/surfaceflinger/
H A DClient.h57 uint32_t w, uint32_t h,PixelFormat format,
/frameworks/native/services/surfaceflinger/tests/resize/
H A Dresize.cpp51 ssize_t bpr = info.s * bytesPerPixel(info.format);
/frameworks/support/volley/src/com/android/volley/toolbox/
H A DJsonRequest.java40 String.format("application/json; charset=%s", PROTOCOL_CHARSET);
/frameworks/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
H A DDumpCommand.java74 String.format("UI hierchary dumped to: %s", dumpFile.getAbsolutePath()));
H A DLauncher.java113 System.err.println(String.format("%s: %s", command.name(), shortHelp));
/frameworks/base/media/jni/
H A Dandroid_media_MediaExtractor.h46 status_t getTrackFormat(size_t index, jobject *format) const;
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DStopWatchMap.java62 String.format("%.1f", mTotalTime * 1.0f / mNumCalls));
/frameworks/base/media/mca/filterfw/java/android/filterfw/format/
H A DImageFormat.java18 package android.filterfw.format;
H A DPrimitiveFormat.java18 package android.filterfw.format;
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
H A DGLTextureSource.java27 import android.filterfw.format.ImageFormat;
H A DObjectSource.java29 import android.filterfw.format.ObjectFormat;
39 @GenerateFinalPort(name = "format", hasDefault = true)
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DImageEncoder.java27 import android.filterfw.format.ImageFormat;
H A DToGrayFilter.java31 import android.filterfw.format.ImageFormat;
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/numeric/
H A DSinWaveFilter.java25 import android.filterfw.format.ObjectFormat;
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/performance/
H A DThroughputFilter.java25 import android.filterfw.format.ObjectFormat;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DGestureRecorder.java66 return String.format(
86 return String.format("{\"type\":\"tag\", \"time\":%d, \"tag\":\"%s\", \"info\":\"%s\"}",
240 Slog.v(TAG, String.format("Wrote %d complete gestures to %s", mLastSaveLen, mLogfile));
243 Slog.e(TAG, String.format("Couldn't write gestures to %s", mLogfile), e);
/frameworks/av/cmds/stagefright/
H A Dcodec.cpp87 sp<AMessage> format; local
88 status_t err = extractor->getTrackFormat(i, &format);
92 CHECK(format->findString("mime", &mime));
123 format, isVideo ? surface : NULL,
275 sp<AMessage> format; local
276 CHECK_EQ((status_t)OK, state->mCodec->getOutputFormat(&format));
278 ALOGV("INFO_FORMAT_CHANGED: %s", format->debugString().c_str());
H A DSimplePlayer.cpp293 sp<AMessage> format; local
294 status_t err = mExtractor->getTrackFormat(i, &format);
298 CHECK(format->findString("mime", &mime));
322 format,
331 while (format->findBuffer(StringPrintf("csd-%d", j).c_str(), &buffer)) {
569 sp<AMessage> format; local
570 status_t err = state->mCodec->getOutputFormat(&format);
577 CHECK(format->findString("mime", &mime));
582 CHECK(format->findInt32("channel-count", &channelCount));
583 CHECK(format
[all...]
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp481 result = String8::format("No camera module available!\n");
486 result = String8::format("Camera module HAL API version: 0x%x\n",
497 result = String8::format("Camera %d static information:\n", i);
528 result = String8::format(" Device is closed, no client instance\n");
533 result = String8::format(" Device is open. Client instance dump:\n");
538 result = String8::format("\nNo active camera clients yet.\n");
551 result = String8::format("\nSetting log level to %d.\n", level);
/frameworks/base/core/tests/coretests/src/android/view/
H A DFocusFinderTest.java477 String assertMsg = String.format("Expected beams to overlap in direction %s "
484 String assertMsg = String.format("Expected beams not to overlap in direction %s "
501 String assertMsg = String.format(
511 assertMsg = String.format(
525 final String assertMsg = String.format(
536 String assertMsg = String.format(
546 final String assertMsg = String.format(
/frameworks/native/opengl/tests/hwc/
H A DhwcStress.cpp42 * row point to graphic buffers which use the same pixel format and
48 * in a particular row have the same pixel format and dimension,
547 * format and dimension. Each graphic buffer is uniformly filled with a
566 // All frames within a row have to have the same format and
571 int format = formatPtr->format; local
586 testPrintI(" frame %u width: %u height: %u format: %u %s",
587 row, w, h, format, hwcTestGraphicFormat2str(format));
596 frames[row][col] = new GraphicBuffer(w, h, format, texUsag
[all...]

Completed in 317 milliseconds

1234567891011>>