Searched refs:media (Results 76 - 100 of 139) sorted by relevance

123456

/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DAppWidgetManagerTest.java76 appWidgetManager.updateAppWidget(widgetId, new RemoteViews("whatevs", R.layout.media));
H A DVideoViewTest.java12 import android.media.MediaPlayer;
/external/libvncserver/webclients/novnc/include/
H A Dbase.css437 @media screen and (max-width: 800px){
447 @media screen and (max-width: 640px){
493 @media screen and (min-width: 321px) and (max-width: 480px) {
502 @media screen and (max-width: 320px) {
/external/pdfium/fpdfsdk/javascript/
H A Dapp.h60 bool media(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError);
191 JS_STATIC_PROP(media, app);
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/
H A DMediaPlayerFacade.java17 package com.googlecode.android_scripting.facade.media;
20 import android.media.MediaPlayer;
40 * mediaPlayerFacade maintains a list of media streams, identified by a user supplied tag. If the
43 * This will look for a media file at /sdcard/MP3/sample.mp3. Other urls should work. If the file
45 * If play=true, then the media file will play immediately, otherwise it will wait for a
48 * You can get information about the loaded media with {@link #mediaPlayInfo mediaPlayInfo} This
53 * <li>"duration" - length of the media in milliseconds.
56 * <li>"isplaying" - shows whether media is playing. Controlled by {@link #mediaPlayPause
58 * <li>"url" - the url used to open this media.
59 * <li>"looping" - whether media wil
[all...]
H A DMediaRecorderFacade.java17 package com.googlecode.android_scripting.facade.media;
21 import android.media.MediaRecorder;
48 * A facade for recording media.
50 * Guidance notes: Use e.g. '/sdcard/file.ext' for your media destination file. A file extension of
52 * PC media players). A file extension of mp4 or 3gp will use the appropriate format with the (more
55 * PC based media players ignore this matrix. Standard video sizes may be specified.
92 Field source = Class.forName("android.media.MediaRecorder$AudioSource").getField("CAMCORDER");
176 Class.forName("android.media.MediaRecorder$AudioSource").getField("CAMCORDER");
/external/doclava/res/assets/templates-sdk/assets/css/
H A Ddefault.css36 @media (max-width: 719px) {
212 @media (max-width: 719px) {
232 @media (max-width: 719px) {
775 @media (max-width: 719px) {
1327 @media print {
1397 @media screen, projection, print {
1469 @media (max-width: 719px) {
2457 @media (max-width: 719px) {
4344 @media (max-width: 719px) {
4986 @media (ma
[all...]
/external/libcups/cups/
H A Dppd-cache.c57 ipp_attribute_t *media_col_sup, /* I - media-col-supported values */
70 pwg_size_t *size; /* PWG media size */
71 ipp_t *media_col, /* media-col value */
72 *media_size; /* media-size value */
73 const char *media_source, /* media-source value */
74 *media_type, /* media-type value */
146 strcmp(mandatory, "media") &&
147 strncmp(mandatory, "media-col", 9) &&
198 keyword = cupsGetOption("media", num_options, options);
207 * Add a media
2394 pwg_media_t *media; /* Media definition */ local
2534 pwg_media_t *media; /* Media */ local
4194 _pwgPageSizeForMedia( pwg_media_t *media, char *name, size_t namesize) argument
[all...]
H A Dtestdest.c162 else if (!strcmp(argv[2], "media"))
474 * 'show_media()' - Show available media.
517 printf(" %s (%s) %dx%d B%d L%d R%d T%d\n", size.media, cupsLocalizeDestMedia(http, dest, dinfo, flags, &size), size.width, size.length, size.bottom, size.left, size.right, size.top);
526 printf(" %s (%s) %dx%d B%d L%d R%d T%d\n", size.media, cupsLocalizeDestMedia(http, dest, dinfo, flags, &size), size.width, size.length, size.bottom, size.left, size.right, size.top);
541 printf(" %s (%s) %dx%d B%d L%d R%d T%d\n", size.media, cupsLocalizeDestMedia(http, dest, dinfo, flags, &size), size.width, size.length, size.bottom, size.left, size.right, size.top);
707 puts(" media [borderless] [duplex] [exact] [ready] [name or size]");
H A Draster.h419 extern int cupsRasterInitPWGHeader(cups_page_header2_t *h, pwg_media_t *media, const char *type, int xdpi, int ydpi, const char *sides, const char *sheet_back) _CUPS_API_2_2;
/external/libcups/filter/
H A Draster.c101 * The "media" argument specifies the media to use.
118 pwg_media_t *media, /* I - PWG media information */
125 if (!h || !media || !type || xdpi <= 0 || ydpi <= 0)
137 strlcpy(h->cupsPageSizeName, media->pwg, sizeof(h->cupsPageSizeName));
139 h->PageSize[0] = (unsigned)(72 * media->width / 2540);
140 h->PageSize[1] = (unsigned)(72 * media->length / 2540);
143 h->cupsPageSize[0] = 72.0f * media->width / 2540.0f;
144 h->cupsPageSize[1] = 72.0f * media
116 cupsRasterInitPWGHeader( cups_page_header2_t *h, pwg_media_t *media, const char *type, int xdpi, int ydpi, const char *sides, const char *sheet_back) argument
[all...]
/external/webrtc/talk/session/media/
H A Dmediasession.cc28 #include "talk/session/media/mediasession.h"
35 #include "talk/media/base/constants.h"
36 #include "talk/media/base/cryptoparams.h"
37 #include "talk/session/media/channelmanager.h"
38 #include "talk/session/media/srtpfilter.h"
46 #include "talk/media/sctp/sctpdataengine.h"
124 MediaContentDescription* media) {
127 media->AddCrypto(*crypto);
132 MediaContentDescription* media) {
140 AddMediaCryptos(cryptos, media);
123 AddMediaCryptos(const CryptoParamsVec& cryptos, MediaContentDescription* media) argument
131 CreateMediaCryptos(const std::vector<std::string>& crypto_suites, MediaContentDescription* media) argument
145 GetCryptos(const MediaContentDescription* media) argument
334 const MediaContentDescription* media = local
[all...]
/external/libnl/doc/stylesheets/
H A Dslidy.css396 @media screen {
411 @media print {
421 /* :first-child isn't reliable for print media */
/external/libvorbis/doc/
H A Da1-encapsulation-ogg.tex42 Vorbis with other media types into a multi-stream Ogg file. At the
59 while visual media should use \literal{video/ogg}, and audio
/external/replicaisland/src/com/replica/replicaisland/
H A DDifficultyMenuActivity.java8 import android.media.AudioManager;
H A DExtrasMenuActivity.java12 import android.media.AudioManager;
/external/selinux/libselinux/include/selinux/
H A Dselinux.h486 /* Match the specified media and against the media contexts
489 extern int matchmediacon(const char *media, char ** con);
/external/syslinux/gpxe/src/drivers/net/
H A Dpcnet32.c662 int i, media; local
751 media = a->read_bcr(ioaddr, 49);
753 printf("media reset to %#x.\n", media);
754 a->write_bcr(ioaddr, 49, media);
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
H A DAppRTCAudioManager.java20 import android.media.AudioManager;
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_bsd.c234 bsd_set_if_media(void *priv, int media) argument
241 ifr.ifr_media = media;
255 int media = bsd_get_if_media(priv); local
257 if (media < 0)
259 media &= ~mask;
260 media |= mode;
261 if (bsd_set_if_media(priv, media) < 0)
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_bsd.c234 bsd_set_if_media(void *priv, int media) argument
241 ifr.ifr_media = media;
255 int media = bsd_get_if_media(priv); local
257 if (media < 0)
259 media &= ~mask;
260 media |= mode;
261 if (bsd_set_if_media(priv, media) < 0)
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_bsd.c234 bsd_set_if_media(void *priv, int media) argument
241 ifr.ifr_media = media;
255 int media = bsd_get_if_media(priv); local
257 if (media < 0)
259 media &= ~mask;
260 media |= mode;
261 if (bsd_set_if_media(priv, media) < 0)
/external/robolectric/v3/runtime/
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DTransformerFactoryImpl.java246 * @param media The media attribute to be matched. May be null, in which
256 Source source, String media, String title, String charset)
281 StylesheetPIHandler handler = new StylesheetPIHandler(baseID, media,
255 getAssociatedStylesheet( Source source, String media, String title, String charset) argument

Completed in 540 milliseconds

123456