Searched refs:format (Results 326 - 350 of 1036) sorted by relevance

<<11121314151617181920>>

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DToGrayFilter.java26 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 Log.v(TAG, String.format("Wrote %d complete gestures to %s", mLastSaveLen, mLogfile));
243 Log.e(TAG, String.format("Couldn't write gestures to %s", mLogfile), e);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelBar.java33 Log.v(TAG, String.format(fmt, args));
101 Log.v(TAG, String.format("onTouch: all panels disabled, ignoring touch at (%d,%d)",
112 Log.v(TAG, String.format("onTouch: no panel for touch at (%d,%d)",
122 Log.v(TAG, String.format(
/frameworks/base/rs/java/android/renderscript/
H A DRSSurfaceView.java98 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { argument
/frameworks/base/services/core/java/com/android/server/location/
H A DLocationFudger.java228 if (D) Log.d(TAG, String.format("applied offset of %.0f, %.0f (meters)",
286 if (D) Log.d(TAG, String.format("old offset: %.0f, %.0f (meters)",
297 if (D) Log.d(TAG, String.format("new offset: %.0f, %.0f (meters)",
338 pw.println(String.format("offset: %.0f, %.0f (meters)", mOffsetLongitudeMeters,
/frameworks/base/telephony/java/android/telephony/
H A DJapanesePhoneNumberFormatter.java157 public static void format(Editable text) { method in class:JapanesePhoneNumberFormatter
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
H A DMediaDecoder.java235 MediaFormat format = mMediaExtractor.getTrackFormat(i);
237 Log.i(LOG_TAG, "Uri " + mUri + ", track " + i + ": " + format);
239 if (DecoderUtil.isVideoFormat(format) && mVideoTrackIndex == -1) {
241 } else if (DecoderUtil.isAudioFormat(format) && mAudioTrackIndex == -1) {
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DSurfaceView.java80 public void setFormat(int format) {
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
H A DWifiP2pUpnpServiceInfo.java56 * @param uuid a string representation of this UUID in the following format,
59 * @param device a string representation of this device in the following format,
64 * @param services a string representation of this service in the following format,
102 sb.append(String.format(Locale.US, "%02x ", VERSION_1_0));
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraSettings.java243 * Sets the preview format.
245 * @param format
248 public void setPreviewFormat(int format) { argument
249 mCurrentPreviewFormat = format;
253 * @return The preview format.
284 * Sets the format for the photo.
286 * @param format The format for the photos taken.
289 public void setPhotoFormat(int format) { argument
290 mCurrentPhotoFormat = format;
[all...]
/frameworks/ex/common/java/com/android/common/
H A DOperationScheduler.java21 import android.text.format.Time;
60 return String.format(
67 return String.format(
265 * the format used by the HTTP "Retry-After" header.
268 * @param retryAfter moratorium time in HTTP format
367 out.append("=").append(time.format("%Y-%m-%d/%H:%M:%S"));
/frameworks/native/include/gui/
H A DCpuConsumer.h50 PixelFormat format; member in struct:android::CpuConsumer::LockedBuffer
57 // this is the same as format, except for formats that are compatible with
58 // a flexible format (e.g. HAL_PIXEL_FORMAT_YCbCr_420_888). In the latter
59 // case this contains that flexible format
62 // or compatible format, in which case LockedBuffer::data
89 // of a defaultFormat if no format is specified by producer. Formats are
H A DISurfaceComposerClient.h62 PixelFormat format, uint32_t flags,
/frameworks/native/include/input/
H A DKeyCharacterMap.h72 static status_t load(const String8& filename, Format format, sp<KeyCharacterMap>* outMap);
76 const char* contents, Format format, sp<KeyCharacterMap>* outMap);
199 Parser(KeyCharacterMap* map, Tokenizer* tokenizer, Format format);
232 static status_t load(Tokenizer* tokenizer, Format format, sp<KeyCharacterMap>* outMap);
/frameworks/native/libs/gui/tests/
H A DSurfaceTextureFBO_test.cpp58 SCOPED_TRACE(String8::format("frame %d", i).string());
/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, uint32_t flags,
/frameworks/native/services/surfaceflinger/tests/resize/
H A Dresize.cpp52 ssize_t bpr = outBuffer.stride * bytesPerPixel(outBuffer.format);
/frameworks/rs/cpu_ref/linkloader/include/impl/
H A DELFReloc.hxx100 out() << format(" %-13s : ", (char const *)(title)) << (value) << '\n'
H A DELFSectionHeader.hxx85 out() << format(" %-13s : ", (char const *)(title)) << (value) << '\n'
/frameworks/volley/src/com/android/volley/toolbox/
H A DJsonRequest.java40 String.format("application/json; charset=%s", PROTOCOL_CHARSET);

Completed in 543 milliseconds

<<11121314151617181920>>