HomeSort by relevance Sort by last modified time
    Searched full:media (Results 676 - 700 of 11428) sorted by null

<<21222324252627282930>>

  /prebuilts/maven_repo/android/com/android/support/support-v4/24.0.0-alpha1/
support-v4-24.0.0-alpha1-sources.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/24.0.0-alpha2/
support-v4-24.0.0-alpha2-sources.jar 
  /frameworks/base/graphics/java/android/graphics/
ImageFormat.java 95 * <p>For example, the {@link android.media.Image} object can provide data
97 * through a {@link android.media.ImageReader} object if this format is
100 * @see android.media.Image
101 * @see android.media.ImageReader
125 * <p>For example, the {@link android.media.Image} object can provide data
127 * through a {@link android.media.ImageReader} object if this format is
130 * @see android.media.Image
131 * @see android.media.ImageReader
196 * {@link android.media.Image#getPlanes() Image#getPlanes()} is guaranteed such that
201 * {@link android.media.Image.Plane#getPixelStride() yPlane.getPixelStride()}).</p
    [all...]
  /frameworks/base/media/java/android/media/
MediaMetadata2.java 17 package android.media;
23 import android.media.update.ApiLoader;
24 import android.media.update.MediaMetadata2Provider;
39 // it was insufficient for controller to display media contents.
43 * information about the title of the media.
50 public static final String METADATA_KEY_TITLE = "android.media.metadata.TITLE";
54 * information about the artist of the media.
61 public static final String METADATA_KEY_ARTIST = "android.media.metadata.ARTIST";
65 * duration of the media in ms. A negative duration indicates that the duration is unknown
71 public static final String METADATA_KEY_DURATION = "android.media.metadata.DURATION"
    [all...]
  /frameworks/support/media/src/main/java/androidx/media/
MediaMetadata2.java 17 package androidx.media;
42 // it was insufficient for controller to display media contents.
48 * information about the title of the media.
55 public static final String METADATA_KEY_TITLE = "android.media.metadata.TITLE";
59 * information about the artist of the media.
66 public static final String METADATA_KEY_ARTIST = "android.media.metadata.ARTIST";
70 * duration of the media in ms. A negative duration indicates that the duration is unknown
76 public static final String METADATA_KEY_DURATION = "android.media.metadata.DURATION";
80 * information about the album title for the media.
87 public static final String METADATA_KEY_ALBUM = "android.media.metadata.ALBUM"
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBotPei/
PeiAtapi.c 75 PeiBotDevice->Media.BlockSize = 0x800;
81 PeiBotDevice->Media.BlockSize = 0x200;
235 media in the device.
283 PeiBotDevice->Media.LastBlock = LastBlock;
284 PeiBotDevice->Media.MediaPresent = TRUE;
295 media in the device.
341 // Media is not present
343 PeiBotDevice->Media.MediaPresent = FALSE;
344 PeiBotDevice->Media.LastBlock = 0;
354 PeiBotDevice->Media.LastBlock = LastBlock;
    [all...]
  /external/sonivox/arm-wt-22k/misc/
MMAPI.zip 
  /frameworks/av/media/libmedia/include/media/omx/1.0/
WGraphicBufferSource.h 24 #include <media/IOMX.h>
27 #include <android/hardware/media/omx/1.0/IOmxNode.h>
28 #include <android/hardware/media/omx/1.0/IGraphicBufferSource.h>
34 namespace media { namespace in namespace:android::hardware
40 using ::android::hardware::media::omx::V1_0::ColorAspects;
41 using ::android::hardware::media::omx::V1_0::IGraphicBufferSource;
42 using ::android::hardware::media::omx::V1_0::IOmxNode;
64 typedef ::android::hardware::media::omx::V1_0::IGraphicBufferSource
86 } // namespace media
  /frameworks/av/packages/MediaComponents/src/com/android/media/
MediaSessionService2Impl.java 17 package com.android.media;
25 import android.media.MediaPlayerBase;
26 import android.media.MediaPlayerBase.PlayerEventCallback;
27 import android.media.MediaSession2;
28 import android.media.MediaSessionService2;
29 import android.media.MediaSessionService2.MediaNotification;
30 import android.media.SessionToken2;
31 import android.media.SessionToken2.TokenType;
32 import android.media.update.MediaSessionService2Provider;
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
NewChromaHistogramFilter.java 19 package androidx.media.filterpacks.histogram;
21 import androidx.media.filterfw.Filter;
22 import androidx.media.filterfw.Frame;
23 import androidx.media.filterfw.FrameBuffer2D;
24 import androidx.media.filterfw.FrameType;
25 import androidx.media.filterfw.InputPort;
26 import androidx.media.filterfw.MffContext;
27 import androidx.media.filterfw.OutputPort;
28 import androidx.media.filterfw.Signature;
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
ExposureFilter.java 17 package androidx.media.filterfw.samples.simplecamera;
20 import androidx.media.filterfw.Filter;
21 import androidx.media.filterfw.Frame;
22 import androidx.media.filterfw.FrameImage2D;
23 import androidx.media.filterfw.FrameType;
24 import androidx.media.filterfw.FrameValue;
25 import androidx.media.filterfw.MffContext;
26 import androidx.media.filterfw.OutputPort;
27 import androidx.media.filterfw.Signature;
  /hardware/google/av/media/sfplugin/utils/
Codec2BufferUtils.h 23 #include <media/hardware/VideoAPI.h>
29 * Converts an RGB view to planar YUV 420 media image.
31 * \param dstY pointer to media image buffer
34 * \param bufferSize media image buffer size
37 * \retval NO_MEMORY media image is too small
45 * Returns a planar YUV 420 8-bit media image descriptor.
56 * Returns a semiplanar YUV 420 8-bit media image descriptor.
67 * Copies a graphic view into a media image.
78 * Copies a media image into a graphic view.
  /packages/apps/Car/Media/src/com/android/car/media/
MediaManager.java 16 package com.android.car.media;
29 import android.media.browse.MediaBrowser;
30 import android.media.session.MediaController;
31 import android.media.session.MediaSession;
32 import android.media.session.PlaybackState;
34 import android.service.media.MediaBrowserService;
43 * Manages which media app we should connect to. The manager also retrieves various attributes
44 * from the media app and share among different components in GearHead media app.
46 * @deprecated This manager is being replaced by {@link com.android.car.media.common.PlaybackModel}
    [all...]
  /packages/services/BuiltInPrintService/jni/include/
media_sizes.h 24 * Enumeration of the different media sizes known by the printing system. The numeration of the
25 * media ID corresponds to the PCL numeration of the media ID. There is also a numeration for
26 * custom size (101). This enum contains all the values that are currently defined for media types.
27 * A product may choose to support any *subset* of these defined media types.
145 /* Rotated Media (add 256 to the unrotated value) */
156 * Need a media size for products that want to reject any media that doesn't have an exact
167 /* Other Media */
  /packages/services/Car/tests/carservice_test/src/android/media/tests/
AudioPolicyTest.java 17 package android.media.tests;
23 import android.media.AudioAttributes;
24 import android.media.AudioFormat;
25 import android.media.AudioManager;
26 import android.media.AudioPatch;
27 import android.media.AudioPort;
28 import android.media.audiopolicy.AudioMix;
29 import android.media.audiopolicy.AudioMixingRule;
30 import android.media.audiopolicy.AudioPolicy;
  /frameworks/av/media/libmedia/include/media/
OMXBuffer.h 21 #include <media/IOMX.h>
30 namespace hardware { namespace media { namespace omx { namespace in namespace:android::hardware
34 inline bool wrapAs(::android::hardware::media::omx::V1_0::CodecBuffer* t,
37 ::android::hardware::media::omx::V1_0::CodecBuffer const& t);
40 inline bool wrapAs(::android::hardware::media::omx::V1_0::CodecBuffer* t,
43 ::android::hardware::media::omx::V1_0::CodecBuffer const& t);
97 friend inline bool (::android::hardware::media::omx::V1_0::implementation::
98 wrapAs)(::android::hardware::media::omx::V1_0::CodecBuffer* t,
100 friend inline bool (::android::hardware::media::omx::V1_0::implementation::
102 ::android::hardware::media::omx::V1_0::CodecBuffer const& t)
    [all...]
  /frameworks/av/media/libstagefright/
MediaMuxer.cpp 24 #include <media/stagefright/MediaMuxer.h>
26 #include <media/mediarecorder.h>
27 #include <media/MediaSource.h>
28 #include <media/stagefright/foundation/ABuffer.h>
29 #include <media/stagefright/foundation/ADebug.h>
30 #include <media/stagefright/foundation/AMessage.h>
31 #include <media/stagefright/MediaAdapter.h>
32 #include <media/stagefright/MediaBuffer.h>
33 #include <media/stagefright/MediaCodec.h>
34 #include <media/stagefright/MediaDefs.h
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/mockable/
MediaController.java 23 import android.media.MediaDescription;
24 import android.media.MediaMetadata;
25 import android.media.Rating;
26 import android.media.session.MediaSession;
27 import android.media.session.PlaybackState;
43 @NonNull public android.media.session.MediaController mDelegate;
44 public android.media.session.MediaController.TransportControls mTransportDelegate;
47 public MediaController(@NonNull android.media.session.MediaController delegate) {
54 mDelegate = new android.media.session.MediaController(context, token);
59 public android.media.session.MediaController getWrappedInstance()
    [all...]
  /frameworks/support/tv-provider/src/main/java/androidx/tvprovider/media/tv/
BasePreviewProgram.java 16 package androidx.tvprovider.media.tv;
29 import androidx.tvprovider.media.tv.TvContractCompat.PreviewProgramColumns;
30 import androidx.tvprovider.media.tv.TvContractCompat.PreviewPrograms;
147 * @see androidx.tvprovider.media.tv.TvContractCompat.PreviewPrograms#COLUMN_INTERNAL_PROVIDER_ID
155 * @see androidx.tvprovider.media.tv.TvContractCompat.PreviewPrograms#COLUMN_PREVIEW_VIDEO_URI
164 * @see androidx.tvprovider.media.tv.TvContractCompat
174 * @see androidx.tvprovider.media.tv.TvContractCompat.PreviewPrograms#COLUMN_DURATION_MILLIS
183 * @see androidx.tvprovider.media.tv.TvContractCompat.PreviewPrograms#COLUMN_INTENT_URI
192 * @see androidx.tvprovider.media.tv.TvContractCompat.PreviewPrograms#COLUMN_INTENT_URI
201 * @see androidx.tvprovider.media.tv.TvContractCompat.PreviewPrograms#COLUMN_TRANSIEN
    [all...]
  /external/ltp/testscripts/
autofs1.sh 99 # Create the /etc/auto.media
124 echo "/AUTOFS/MEDIA /etc/auto.media" > /etc/auto.master
125 echo "floppy -fstype=ext2 :$floppy_dev" > /etc/auto.media
140 rm -rf /etc/auto.master /etc/auto.media /AUTOFS
150 rm -rf /etc/auto.master /etc/auto.media /AUTOFS
163 rm -rf /etc/auto.master /etc/auto.media /AUTOFS
174 rm -rf /etc/auto.master /etc/auto.media /AUTOFS
183 rm -rf /etc/auto.master /etc/auto.media /AUTOFS
202 mkdir /AUTOFS/MEDIA/mydir >/dev/null 2>&
    [all...]
autofs4.sh 94 # Create the /etc/auto.media
116 echo "/AUTOFS/MEDIA /etc/auto.media " > /etc/auto.master
117 echo "floppy -fstype=ext2 :$floppy_dev" > /etc/auto.media
132 rm -rf /etc/auto.master /etc/auto.media /AUTOFS
142 rm -rf /etc/auto.master /etc/auto.media /AUTOFS
154 rm -rf /etc/auto.master /etc/auto.media /AUTOFS
165 rm -rf /etc/auto.master /etc/auto.media /AUTOFS
174 rm -rf /etc/auto.master /etc/auto.media /AUTOFS
191 mkdir /AUTOFS/MEDIA/mydir >/dev/null 2>&
    [all...]
  /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
MediaPreparer.java 51 * Ensures that the appropriate media files exist on the device
53 @OptionClass(alias="media-preparer")
56 @Option(name = "local-media-path",
57 description = "Absolute path of the media files directory, containing" +
61 @Option(name = "skip-media-download",
62 description = "Whether to skip the media files precondition")
65 @Option(name = "media-download-only",
66 description = "Only download media files; do not run instrumentation or copy files")
74 * The pathnames of the device's directories that hold media files for the tests.
85 * Variables set by the MediaPreparerListener during retrieval of maximum media fil
    [all...]
  /external/libxml2/result/valid/
index.xml 42 <!ENTITY % block.content "p | hl2 | table | media | ol | ul | dl | bq | fn | note | pre | hr">
273 <!ELEMENT abstract (p | hl2 | table | media | ol | ul | dl | bq | fn | note | pre | hr)+>
281 <!ELEMENT body.content (block | p | hl2 | table | media | ol | ul | dl | bq | fn | note | pre | hr)*>
283 <!ELEMENT block ((dateline? , copyrite? , abstract?)? , (p | hl2 | table | media | ol | ul | dl | bq | fn | note | pre | hr)* , datasource?)>
316 <!ELEMENT media (media-metadata* , media-reference , media-object? , media-caption* , media-producer?)
    [all...]
  /hardware/interfaces/media/omx/1.0/vts/functional/component/
VtsHalMediaOmxV1_0TargetComponentTest.cpp 24 #include <android/hardware/media/omx/1.0/IOmx.h>
25 #include <android/hardware/media/omx/1.0/IOmxNode.h>
26 #include <android/hardware/media/omx/1.0/IOmxObserver.h>
27 #include <android/hardware/media/omx/1.0/types.h>
32 using ::android::hardware::media::omx::V1_0::IOmx;
33 using ::android::hardware::media::omx::V1_0::IOmxObserver;
34 using ::android::hardware::media::omx::V1_0::IOmxNode;
35 using ::android::hardware::media::omx::V1_0::Message;
36 using ::android::hardware::media::omx::V1_0::CodecBuffer;
37 using ::android::hardware::media::omx::V1_0::PortMode
    [all...]
  /cts/hostsidetests/security/securityPatch/CVE-2016-2419/
poc.cpp 31 #include <media/ICrypto.h>
32 #include <media/IDrm.h>
33 #include <media/IMediaPlayer.h>
34 #include <media/IMediaPlayerClient.h>
35 #include <media/IMediaPlayerService.h>
46 sp<IBinder> mediaPlayerSevice = sm->checkService(String16("media.player"));

Completed in 1979 milliseconds

<<21222324252627282930>>