/frameworks/av/media/libstagefright/codecs/mp3dec/ |
SoftMP3.cpp | 82 def.format.audio.cMIMEType = 85 def.format.audio.pNativeRender = NULL; 86 def.format.audio.bFlagErrorConcealment = OMX_FALSE; 87 def.format.audio.eEncoding = OMX_AUDIO_CodingMP3; 102 def.format.audio.cMIMEType = const_cast<char *>("audio/raw"); 103 def.format.audio.pNativeRender = NULL; 104 def.format.audio.bFlagErrorConcealment = OMX_FALSE; 105 def.format.audio.eEncoding = OMX_AUDIO_CodingPCM;
|
/frameworks/av/services/camera/libcameraservice/ |
CameraDeviceBase.h | 80 * Create an output stream of the requested size and format. 82 * If format is CAMERA2_HAL_PIXEL_FORMAT_OPAQUE, then the HAL device selects 83 * an appropriate format; it can be queried with getStreamInfo. 85 * If format is HAL_PIXEL_FORMAT_COMPRESSED, the size parameter must be 90 uint32_t width, uint32_t height, int format, size_t size, 103 uint32_t *width, uint32_t *height, uint32_t *format) = 0;
|
/frameworks/base/core/java/android/app/ |
ProgressDialog.java | 140 String format = mProgressNumberFormat; 141 mProgressNumber.setText(String.format(format, progress, max)); 147 SpannableString tmp = new SpannableString(mProgressPercentFormat.format(percent)); 328 * Change the format of the small text showing current and maximum units 331 * @param format A string passed to {@link String#format String.format()}; 335 public void setProgressNumberFormat(String format) { 336 mProgressNumberFormat = format; [all...] |
/frameworks/base/core/java/android/widget/ |
DigitalClock.java | 24 import android.text.format.DateFormat; 87 setText(DateFormat.format(mFormat, mCalendar));
|
/frameworks/base/core/java/com/android/internal/logging/ |
AndroidHandler.java | 90 public String format(LogRecord r) { 132 String message = getFormatter().format(record);
|
/frameworks/base/media/jni/ |
android_media_MediaCodec.h | 45 const sp<AMessage> &format, 83 status_t getOutputFormat(JNIEnv *env, jobject *format) const;
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
FilterPort.java | 52 public void setPortFormat(FrameFormat format) { 53 mPortFormat = format;
|
VertexFrame.java | 34 VertexFrame(FrameFormat format, FrameManager frameManager) { 35 super(format, frameManager);
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
DrawOverlayFilter.java | 30 import android.filterfw.format.ImageFormat; 31 import android.filterfw.format.ObjectFormat;
|
/frameworks/base/native/android/ |
native_window.cpp | 62 int32_t height, int32_t format) { 63 int32_t err = native_window_set_buffers_format(window, format);
|
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/ |
SceneGraphView.java | 53 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { 54 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/opt/datetimepicker/src/com/android/datetimepicker/date/ |
TextViewWithCircularIndicator.java | 25 import android.text.format.DateUtils; 85 return String.format(mItemIsSelectedText, itemText);
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
RSTestView.java | 55 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { 56 super.surfaceChanged(holder, format, w, h);
|
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/ |
RSTestView.java | 55 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { 56 super.surfaceChanged(holder, format, w, h);
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
RSTestView.java | 55 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { 56 super.surfaceChanged(holder, format, w, h);
|
/frameworks/testing/androidtestlib/src/com/android/test/runner/listener/ |
CoverageListener.java | 80 writer.format("\nGenerated code coverage data to %s",mCoverageFilePath); 103 writer.format("\nError: %s", msg);
|
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ |
SimpleDate.java | 49 mCachedStringRepresentation = DateFormat.getDateInstance(DateFormat.SHORT).format(timestamp); 110 mCachedStringRepresentation = DateFormat.getDateInstance(DateFormat.SHORT).format(timestamp);
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
DialogDetailsView.java | 24 import android.text.format.Formatter; 88 String title = String.format( 169 value = String.format("1/%d", (int) (0.5f + 1 / time)); 175 value += String.format(" 1/%d", (int) (0.5f + 1 / time)); 212 value = String.format("%s: %s %s", DetailsHelper.getDetailsName( 215 value = String.format("%s: %s", DetailsHelper.getDetailsName( 274 String widthString = String.format("%s: %d", DetailsHelper.getDetailsName( 276 String heightString = String.format("%s: %d", DetailsHelper.getDetailsName(
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
DownloadOverMeteredDialog.java | 61 prompt.setText(Html.fromHtml(String.format(promptFormat, language))); 63 allowButton.setText(String.format(allowButtonFormat, ((float)size)/(1024*1024)));
|
/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);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
security.h | 158 extern void SecurityAudit(char *format, ...); 175 unsigned int format,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/ |
sample.h | 35 /** \page sample Sample Format Specifications 42 * \section format_sec Sample Format 80 * take given a sample format. 91 * \li pa_sample_spec_valid() - Tests if a sample format specification is 93 * \li pa_sample_spec_equal() - Tests if the sample format specifications are 96 * sample format. 97 * \li pa_parse_sample_format() - Parse a text string into a sample format. 99 * sample format specification. 122 /** Sample format */ 168 /** A sample format and attribute specification * 170 pa_sample_format_t format; \/**< The sample format *\/ member in struct:pa_sample_spec [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
security.h | 158 extern void SecurityAudit(char *format, ...); 175 unsigned int format,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/ |
sample.h | 35 /** \page sample Sample Format Specifications 42 * \section format_sec Sample Format 80 * take given a sample format. 91 * \li pa_sample_spec_valid() - Tests if a sample format specification is 93 * \li pa_sample_spec_equal() - Tests if the sample format specifications are 96 * sample format. 97 * \li pa_parse_sample_format() - Parse a text string into a sample format. 99 * sample format specification. 122 /** Sample format */ 168 /** A sample format and attribute specification * 170 pa_sample_format_t format; \/**< The sample format *\/ member in struct:pa_sample_spec [all...] |