/frameworks/base/media/libstagefright/codecs/vorbis/dec/ |
SoftVorbis.cpp | 91 def.format.audio.cMIMEType = 94 def.format.audio.pNativeRender = NULL; 95 def.format.audio.bFlagErrorConcealment = OMX_FALSE; 96 def.format.audio.eEncoding = OMX_AUDIO_CodingAAC; 111 def.format.audio.cMIMEType = const_cast<char *>("audio/raw"); 112 def.format.audio.pNativeRender = NULL; 113 def.format.audio.bFlagErrorConcealment = OMX_FALSE; 114 def.format.audio.eEncoding = OMX_AUDIO_CodingPCM;
|
/frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/ |
FBOSyncView.java | 61 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { 62 super.surfaceChanged(holder, format, w, h);
|
FBOTestView.java | 61 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { 62 super.surfaceChanged(holder, format, w, h);
|
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/ |
RsBenchView.java | 53 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { 54 super.surfaceChanged(holder, format, w, h);
|
/frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/ |
ShadersTestView.java | 59 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { 60 super.surfaceChanged(holder, format, w, h);
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
PorterDuffXfermode_Delegate.java | 78 String.format("Unknown PorterDuff.Mode: %d", mode), null /*data*/); 121 String.format("Unsupported PorterDuff Mode: %s", mode.name()),
|
/packages/wallpapers/Basic/src/com/android/wallpaper/ |
RenderScriptWallpaper.java | 74 public void onSurfaceChanged(SurfaceHolder holder, int format, int width, int height) { 75 super.onSurfaceChanged(holder, format, width, height);
|
/packages/wallpapers/Galaxy4/src/com/android/galaxy4/ |
Galaxy4Wallpaper.java | 83 public void onSurfaceChanged(SurfaceHolder surfaceHolder, int format, int width, int height) { 84 super.onSurfaceChanged(surfaceHolder, format, width, height);
|
/packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/ |
HoloSpiralView.java | 78 public void surfaceChanged(SurfaceHolder surfaceHolder, int format, int width, int height) { 79 super.surfaceChanged(surfaceHolder, format, width, height);
|
HoloSpiralWallpaper.java | 83 public void onSurfaceChanged(SurfaceHolder surfaceHolder, int format, 85 super.onSurfaceChanged(surfaceHolder, format, width, height);
|
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/ |
RenderScriptWallpaper.java | 79 public void onSurfaceChanged(SurfaceHolder holder, int format, int width, int height) { 80 super.onSurfaceChanged(holder, format, width, height);
|
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/ |
RenderScriptWallpaper.java | 78 public void onSurfaceChanged(SurfaceHolder holder, int format, int width, int height) { 79 super.onSurfaceChanged(holder, format, width, height);
|
/packages/wallpapers/NoiseField/src/com/android/noisefield/ |
NoiseFieldWallpaper.java | 74 public void onSurfaceChanged(SurfaceHolder surfaceHolder, int format, int width, int height) { 75 super.onSurfaceChanged(surfaceHolder, format, width, height);
|
/packages/wallpapers/PhaseBeam/src/com/android/phasebeam/ |
PhaseBeamWallpaper.java | 73 public void onSurfaceChanged(SurfaceHolder surfaceHolder, int format, int width, 75 super.onSurfaceChanged(surfaceHolder, format, width, height);
|
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_audio.h | 44 Uint16 format; /* Audio data format */ member in struct:SDL_AudioSpec 60 /* Audio format flags (defaults to LSB byte order) */ 83 Uint16 src_format; /* Source audio format */ 84 Uint16 dst_format; /* Target audio format */ 91 void (SDLCALL *filters[10])(struct SDL_AudioCVT *cvt, Uint16 format); 116 * requested format, and will be automatically converted to the hardware 117 * audio format if necessary. This function returns -1 if it failed 122 * 'desired->format' should be the desired audio format [all...] |
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL_audio.h | 44 Uint16 format; /* Audio data format */ member in struct:SDL_AudioSpec 60 /* Audio format flags (defaults to LSB byte order) */ 83 Uint16 src_format; /* Source audio format */ 84 Uint16 dst_format; /* Target audio format */ 91 void (SDLCALL *filters[10])(struct SDL_AudioCVT *cvt, Uint16 format); 116 * requested format, and will be automatically converted to the hardware 117 * audio format if necessary. This function returns -1 if it failed 122 * 'desired->format' should be the desired audio format [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/ |
ainstr_gf1.h | 4 * GF1 (GUS) Patch Instrument Format 54 unsigned int format; /* wave format */ member in struct:gf1_wave 139 __u32 format; /* wave format */ member in struct:gf1_xwave
|
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_audio.h | 50 Uint16 format; /* Audio data format */ member in struct:SDL_AudioSpec 66 /* Audio format flags (defaults to LSB byte order) */ 89 Uint16 src_format; /* Source audio format */ 90 Uint16 dst_format; /* Target audio format */ 97 void (SDLCALL *filters[10])(struct SDL_AudioCVT *cvt, Uint16 format); 122 * requested format, and will be automatically converted to the hardware 123 * audio format if necessary. This function returns -1 if it failed 128 * 'desired->format' should be the desired audio format [all...] |
/prebuilt/windows/sdl/include/SDL/ |
SDL_audio.h | 44 Uint16 format; /* Audio data format */ member in struct:SDL_AudioSpec 60 /* Audio format flags (defaults to LSB byte order) */ 83 Uint16 src_format; /* Source audio format */ 84 Uint16 dst_format; /* Target audio format */ 91 void (SDLCALL *filters[10])(struct SDL_AudioCVT *cvt, Uint16 format); 116 * requested format, and will be automatically converted to the hardware 117 * audio format if necessary. This function returns -1 if it failed 122 * 'desired->format' should be the desired audio format [all...] |
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
EmulatorConsole.java | 347 /* Result is in the format 402 * result is in the format: 459 String command = String.format(COMMAND_GSM_VOICE, mode.getTag()); 474 String command = String.format(COMMAND_GSM_DATA, mode.getTag()); 484 String command = String.format(COMMAND_GSM_CALL, number); 494 String command = String.format(COMMAND_GSM_CANCEL_CALL, number); 507 String command = String.format(COMMAND_SMS_SEND, number, message); 517 String command = String.format(COMMAND_NETWORK_SPEED, NETWORK_SPEEDS[selectionIndex]); 527 String command = String.format(COMMAND_NETWORK_LATENCY, NETWORK_LATENCIES[selectionIndex]); 533 // need to make sure the string format uses dot and not comm [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/ |
UiManifestElementNode.java | 99 return String.format("%1$s (%2$s)", attr, name); 105 return String.format("%1$s", name);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/ |
AndroidJUnitPropertyTester.java | 53 String.format("Element must be of type IAdaptable, is %s", //$NON-NLS-1$ 82 String.format("Unknown test property '%s'", property)); //$NON-NLS-1$
|
InstrumentationRunnerValidator.java | 132 return String.format(LaunchMessages.InstrValidator_NoTestLibMsg_s, 141 return String.format(
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
BaseProjectHelper.java | 234 return String.format("%1$s is abstract", className); 245 return String.format( 250 return String.format( 265 return String.format("%1$s is enclosed, but not static", 271 return String.format("%1$s is not public", 300 return String.format("%1$s does not extend %2$s", className, superClassName); 305 return String.format("Class %1$s does not exist", className); 308 return String.format("%1$s: %2$s", className, e.getMessage());
|
/sdk/monkeyrunner/src/com/android/monkeyrunner/ |
MonkeyFormatter.java | 36 private static final SimpleDateFormat FORMAT = new SimpleDateFormat("yyMMdd HH:mm:ss.SSS"); 52 sb.append(FORMAT.format(new Date(record.getMillis()))).append(":"); 97 public String format(LogRecord record) { method in class:MonkeyFormatter
|