HomeSort by relevance Sort by last modified time
    Searched full:media (Results 51 - 75 of 2054) sorted by null

1 23 4 5 6 7 8 91011>>

  /packages/providers/DownloadProvider/
Android.mk 9 LOCAL_CERTIFICATE := media
  /packages/providers/DrmProvider/
Android.mk 11 LOCAL_CERTIFICATE := media
  /packages/providers/MediaProvider/
Android.mk 11 LOCAL_CERTIFICATE := media
  /development/samples/ApiDemos/src/com/example/android/apis/media/
MediaPlayerDemo.java 17 package com.example.android.apis.media;
34 private static final String MEDIA = "media";
63 intent.putExtra(MEDIA, LOCAL_AUDIO);
73 intent.putExtra(MEDIA, RESOURCES_AUDIO);
84 intent.putExtra(MEDIA, LOCAL_VIDEO);
94 intent.putExtra(MEDIA, STREAM_VIDEO);
MediaPlayerDemo_Audio.java 17 package com.example.android.apis.media;
20 import android.media.MediaPlayer;
32 private static final String MEDIA = "media";
48 playAudio(extras.getInt(MEDIA));
51 private void playAudio(Integer media) {
53 switch (media) {
VideoViewDemo.java 17 package com.example.android.apis.media;
29 * TODO: Set the path variable to a streaming video URL or a local media
42 // Tell the user to provide a media file URL/path.
46 + " variable to your media file URL/path",
52 * Alternatively,for streaming media you can use
  /external/opencore/extern_libs_v2/khronos/openmax/include/
OMX_Other.h 112 * OMX_IndexConfigTimeCurrentMediaTime: query of the CC?s current media
137 /** Enumeration of possible reference clocks to the media time. */
139 OMX_TIME_UpdateRequestFulfillment, /**< Update is the fulfillment of a media time request. */
147 /** Enumeration of possible reference clocks to the media time. */
169 /** Structure representing a media time request to the clock component.
172 * on its client port to specify a media timestamp the Clock Component
174 * OMX_TIME_MEDIATIMETYPE when its media clock matches the requested
177 * The client may require a media time request be fulfilled slightly
178 * earlier than the media time specified. In this case the client specifies
180 * to the requested media time and the wall time when it will be
    [all...]
  /external/webkit/WebCore/platform/graphics/gtk/
IconGtk.cpp 62 1. media-subtype
63 2. gnome-mime-media-subtype
64 3. media-x-generic
65 4. gnome-mime-media
71 String media = MIMEType.substring(0, pos); local
74 String iconName = media + "-" + subtype;
77 iconName = "gnome-mime-" + media + "-" + subtype;
80 iconName = media + "-x-generic";
83 iconName = media + "gnome-mime-" + media;
    [all...]
  /external/webkit/WebCore/platform/qt/
Localizations.cpp 371 return QCoreApplication::translate("QWebPage", "Loading...", "Media controller status message when the media is loading");
376 return QCoreApplication::translate("QWebPage", "Live Broadcast", "Media controller status message when watching a live broadcast");
384 return QCoreApplication::translate("QWebPage", "Audio Element", "Media controller element");
386 return QCoreApplication::translate("QWebPage", "Video Element", "Media controller element");
388 return QCoreApplication::translate("QWebPage", "Mute Button", "Media controller element");
390 return QCoreApplication::translate("QWebPage", "Unmute Button", "Media controller element");
392 return QCoreApplication::translate("QWebPage", "Play Button", "Media controller element");
394 return QCoreApplication::translate("QWebPage", "Pause Button", "Media controller element");
396 return QCoreApplication::translate("QWebPage", "Slider", "Media controller element")
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Other.h 95 * OMX_IndexConfigTimeCurrentMediaTime: query of the CC?s current media
120 /** Enumeration of possible reference clocks to the media time. */
122 OMX_TIME_UpdateRequestFulfillment, /**< Update is the fulfillment of a media time request. */
130 /** Enumeration of possible reference clocks to the media time. */
152 /** Structure representing a media time request to the clock component.
155 * on its client port to specify a media timestamp the Clock Component
157 * OMX_TIME_MEDIATIMETYPE when its media clock matches the requested
160 * The client may require a media time request be fulfilled slightly
161 * earlier than the media time specified. In this case the client specifies
163 * to the requested media time and the wall time when it will be
    [all...]
  /development/samples/JetBoy/
_index.html 2 <a href="../../../reference/android/media/JetPlayer.html">android.media.JetPlayer</a>
4 <a href="../../../guide/topics/media/index.html#jet">JET content created with
21 <a href="../../../guide/topics/media/jet/jetcreator_manual.html">SONiVOX JETCreator User Manual</a><br/>
22 <a href="../../../reference/android/media/JetPlayer.html">JetPlayer class</a></p>
  /external/opencore/pvmi/pvmf/include/
pvmf_media_data.h 20 * @brief This file defines the PV Multimedia Framework (PVMF) media data
21 * class which is used as the interface to the media data containers that
22 * are passed between nodes along the normal media data path.
45 // media data error masks
51 // LSB->MSB; Bit 0 - M bit (indicates whether the media data contains end of a media unit)
52 // Bit 1 - Signals whether the media data has a valid duration field, if this bit is not
54 // Bit 2 - Signals whether the media data should be rendered or not. If set to 1, this
55 // means the media data contained is not to be rendered. Applies only to media data and no
    [all...]
pvmf_sync_util.h 20 * @brief Utility class to synchronize processing of media data to a specified clock.
56 PVMF_SYNC_SKIPPED, /**< Timestamp falls within the range of skipped media data timestamps. */
58 PVMF_SYNC_SKIP_COMPLETE /**< Timestamp is the first media data timestamp after the skipped range. */
62 * Utility class to synchronize media data to a specified clock. PvmfSyncUtil checks the timestamp
77 * Configure the criteria to determine whether media data is early or late.
79 * Media data is considered early if it has a timestamp earlier than the current time of the clock by
80 * the early margin. The media data will be scheduled to be processed at the later time that is
81 * synchronized to the clock. Media data is considered late if it has a timestamp later than the
91 * Synchronize the timestamp of media data with the clock.
100 * @param aDataTimestamp Timestamp of media data in milliseconds
    [all...]
pvmi_kvp.h 424 // key for format type for any type of media
425 #define PVMF_FORMAT_TYPE_VALUE_KEY "x-pvmf/media/format-type;valtype=char*"
433 // Keys for format specific info for any type of media
434 #define PVMF_FORMAT_SPECIFIC_INFO_KEY "x-pvmf/media/format_specific_info;valtype=key_specific_value"
436 // Keys for format specific info for video media type
437 #define PVMF_FORMAT_SPECIFIC_INFO_KEY_YUV "x-pvmf/media/format_specific_info_yuv;valtype=key_specific_value"
439 // Keys for format specific info for audio media type
440 #define PVMF_FORMAT_SPECIFIC_INFO_KEY_PCM "x-pvmf/media/format_specific_info_pcm;valtype=key_specific_value"
443 #define PVMF_BUFFER_ALLOCATOR_KEY "x-pvmf/media/buffer_allocator;valtype=key_specific_value"
445 // Keys for format specific info plus first media sample for any type of medi
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
android.media.MediaRecorder.html 10 android.media.MediaRecorder
74 Class android.media.<A HREF="../../../../reference/android/media/MediaRecorder.html" target="_top"><font size="+2"><code>MediaRecorder</code></font></A>
86 <A NAME="android.media.MediaRecorder.setCamera_added(android.hardware.Camera)"></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/media/MediaRecorder.html#setCamera(android.hardware.Camera)" target="_top"><code>setCamera</code></A>(<code>Camera</code>)</nobr>
93 <A NAME="android.media.MediaRecorder.setMaxDuration_added(int)"></A>
94 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/media/MediaRecorder.html#setMaxDuration(int)" target="_top"><code>setMaxDuration</code></A>(<code>int</code>)</nobr>
100 <A NAME="android.media.MediaRecorder.setMaxFileSize_added(long)"></A>
101 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/media/MediaRecorder.html#setMaxFileSize(long)" target="_top"><code>setMaxFileSize</code></A>(<code>long</code>)</nobr>
107 <A NAME="android.media.MediaRecorder.setOnErrorListener_added(android.media.MediaRecorder.OnErrorListener)"></A
    [all...]
android.media.MediaPlayer.html 10 android.media.MediaPlayer
74 Class android.media.<A HREF="../../../../reference/android/media/MediaPlayer.html" target="_top"><font size="+2"><code>MediaPlayer</code></font></A>
86 <A NAME="android.media.MediaPlayer.isLooping_added()"></A>
87 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/media/MediaPlayer.html#isLooping()" target="_top"><code>isLooping</code></A>()</nobr>
93 <A NAME="android.media.MediaPlayer.setOnInfoListener_added(android.media.MediaPlayer.OnInfoListener)"></A>
94 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/media/MediaPlayer.html#setOnInfoListener(android.media.MediaPlayer.OnInfoListener)" target="_top"><code>setOnInfoListener</code></A>(<code>OnInfoListener</code>)</nobr>
100 <A NAME="android.media.MediaPlayer.setOnVideoSizeChangedListener_added(android.media.MediaPlayer.OnVideoSizeChangedListen (…)
    [all...]
  /packages/apps/Mms/src/com/android/mms/model/
SlideshowModel.java 150 // Create media models for each slide.
158 MediaModel media = MediaModelFactory.getMediaModel( local
161 (EventTarget) sme, media);
162 mediaSet.add(media);
200 for (MediaModel media : slide) {
202 if (media.isDrmProtected() && !media.isAllowedToForward()) {
210 if (media.isText()) {
211 TextModel text = (TextModel) media;
216 // Set Charset if it's a text media
    [all...]
  /external/sonivox/arm-wt-22k/misc/
MMAPI.zip 
  /external/webkit/WebCore/html/
HTMLSourceElement.cpp 58 HTMLMediaElement* media = static_cast<HTMLMediaElement*>(parentNode()); local
59 if (media->networkState() == HTMLMediaElement::NETWORK_EMPTY)
60 media->scheduleLoad();
74 String HTMLSourceElement::media() const function in class:WebCore::HTMLSourceElement
79 void HTMLSourceElement::setMedia(const String& media)
81 setAttribute(mediaAttr, media);
  /frameworks/base/media/libmedia/
IMediaDeathNotifier.cpp 23 #include <media/IMediaDeathNotifier.h>
43 binder = sm->getService(String16("media.player"));
47 LOGW("Media player service not published, waiting...");
57 LOGE_IF(sMediaPlayerService == 0, "no media player service!?");
79 LOGW("media server died");
89 // Notify application when media server dies.
  /frameworks/base/media/libstagefright/
AudioSource.cpp 17 #include <media/stagefright/AudioSource.h>
19 #include <media/AudioRecord.h>
20 #include <media/stagefright/MediaBufferGroup.h>
21 #include <media/stagefright/MediaDebug.h>
22 #include <media/stagefright/MediaDefs.h>
23 #include <media/stagefright/MetaData.h>
  /frameworks/base/media/java/android/drm/mobile1/
DrmRawContent.java 56 * The DRM media content length is unknown currently
87 * The media content length is unknown from native method
114 * The media content type of this DRM object.
162 /* init the media content type. */
196 * @return the InputStream object of decrypted media content.
206 * Get the type of the decrypted media content.
208 * @return the decrypted media content type of this DRM content.
215 * Get the length of the decrypted media content.
219 * @return the length of the decrypted media content.
224 * Because currently the media object associate with rights objec
    [all...]
  /dalvik/docs/
java-bytecode.css 1 @media print {
7 @media screen {
  /external/opencore/android/
pvmediascanner.h 5 #include <media/mediascanner.h>
  /external/webkit/WebCore/css/
CSSValueKeywords.in 564 media-fullscreen-button
565 media-mute-button
566 media-play-button
567 media-seek-back-button
568 media-seek-forward-button
569 media-rewind-button
570 media-return-to-realtime-button
571 media-toggle-closed-captions-button
572 media-slider
573 media-sliderthum
    [all...]

Completed in 665 milliseconds

1 23 4 5 6 7 8 91011>>