/developers/samples/android/media/ScreenCapture/ |
template-params.xml | 19 <group>Media</group> 27 This sample demonstrates how to use Media Projection API introduced in Android 5.0 Lollipop. Press 41 <categories>Media</categories> 51 <android>android.media.projection.MediaProjection</android> 52 <android>android.media.projection.MediaProjectionManager</android> 58 This sample demonstrates how to use Media Projection API to capture device screen in real time and 65 Media Projection API lets you capture the current screen through Surface. 67 To start media projection, you need to get an instance of [MediaProjection][1]. For this, you have 75 [1]: https://developer.android.com/reference/android/media/projection/MediaProjection.html 76 [2]: https://developer.android.com/reference/android/media/projection/MediaProjectionManager.html#createScreenCaptureIntent( [all...] |
/development/samples/RandomMusicPlayer/ |
_index.html | 2 that manages media playback from a service. It allows the user to play music 3 available on the device or specify a URL from which the media should be 8 <code><a href="../../../reference/android/media/RemoteControlClient.html">RemoteControlClient</a></code>
|
/external/autotest/client/site_tests/platform_CrosDisksFilesystem/ |
ext2_tests | 10 "expected_mount_path": "/media/removable/MyDisk" 20 "expected_mount_path": "/media/removable/External Drive" 31 "expected_mount_path": "/media/removable/MyDisk"
|
ext3_tests | 10 "expected_mount_path": "/media/removable/MyDisk" 20 "expected_mount_path": "/media/removable/External Drive" 31 "expected_mount_path": "/media/removable/MyDisk"
|
ext4_tests | 10 "expected_mount_path": "/media/removable/MyDisk" 20 "expected_mount_path": "/media/removable/External Drive" 31 "expected_mount_path": "/media/removable/MyDisk"
|
ntfs_tests | 11 "expected_mount_path": "/media/removable/MyDisk" 22 "expected_mount_path": "/media/removable/External Drive" 34 "expected_mount_path": "/media/removable/MyDisk"
|
vfat_tests | 10 "expected_mount_path": "/media/removable/MYDISK" 20 "expected_mount_path": "/media/removable/External Drive" 31 "expected_mount_path": "/media/removable/MYDISK"
|
/external/autotest/client/site_tests/video_VideoSanity/ |
control.h264 | 7 PURPOSE = 'Verify that Chrome media and video works' 9 This test will fail if Chrome media is not enable or video doesn't play. 23 This test verify the media elements and video sanity.
|
control.vp8 | 7 PURPOSE = 'Verify that Chrome media and video works' 9 This test will fail if Chrome media is not enable or video doesn't play. 23 This test verify the media elements and video sanity.
|
control.vp9 | 7 PURPOSE = 'Verify that Chrome media and video works' 9 This test will fail if Chrome media is not enable or video doesn't play. 23 This test verify the media elements and video sanity.
|
/external/v4l2_codec2/cmds/ |
Android.mk | 12 $(TOP)/frameworks/av/media/libstagefright/include \ 16 $(TOP)/hardware/google/av/media/codecs/base/include \ 36 android.hardware.media.bufferpool@1.0 \
|
/frameworks/av/drm/libmediadrm/tests/ |
Android.bp | 7 include_dirs: ["frameworks/av/include/media"], 30 "frameworks/av/include/media", 48 include_dirs: ["frameworks/av/include/media"],
|
/frameworks/av/media/libaudioclient/aidl/android/media/ |
IPlayer.aidl | 17 package android.media; 19 import android.media.VolumeShaper.Configuration; 20 import android.media.VolumeShaper.Operation;
|
/frameworks/av/media/libmedia/ |
DataSourceDesc.cpp | 20 #include <media/DataSource.h> 21 #include <media/DataSourceDesc.h> 22 #include <media/MediaHTTPService.h>
|
/frameworks/av/media/libmediaplayerservice/ |
Android.bp | 14 "android.hardware.media.omx@1.0", 52 "frameworks/av/media/libstagefright/rtsp", 53 "frameworks/av/media/libstagefright/webm",
|
/frameworks/av/media/libstagefright/ |
NdkUtils.cpp | 19 #include <media/stagefright/NdkUtils.h> 20 #include <media/stagefright/Utils.h> 21 #include <media/stagefright/foundation/AMessage.h>
|
/frameworks/av/media/libstagefright/foundation/ |
MediaKeys.cpp | 17 #include <media/stagefright/foundation/MediaKeys.h> 23 const char *const kATSParserKeyMediaTimeUs = "media-time-us"; 24 const char *const kATSParserKeyRecentMediaTimeUs = "recent-media-time-us";
|
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/ |
WGraphicBufferProducer.h | 20 #include <media/stagefright/bqhelper/WGraphicBufferProducer.h> 24 namespace media { namespace in namespace:android::hardware 35 } // namespace media
|
WGraphicBufferSource.h | 23 #include <android/hardware/media/omx/1.0/IGraphicBufferSource.h> 24 #include <android/hardware/media/omx/1.0/IOmxNode.h> 26 #include <android/hardware/media/omx/1.0/IOmxNode.h> 27 #include <android/hardware/media/omx/1.0/IGraphicBufferSource.h> 31 #include <media/stagefright/omx/OmxGraphicBufferSource.h> 35 namespace media { namespace in namespace:android::hardware 42 using ::android::hardware::media::omx::V1_0::ColorAspects; 43 using ::android::hardware::media::omx::V1_0::IGraphicBufferSource; 44 using ::android::hardware::media::omx::V1_0::IOmxNode; 45 using ::android::hardware::media::omx::V1_0::Status [all...] |
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Settings/ |
strategy_for_stream.pfw | 6 # NOTE: SYSTEM stream uses MEDIA strategy because muting music and switching outputs 9 /Policy/policy/streams/system/applicable_strategy/strategy = media 11 /Policy/policy/streams/music/applicable_strategy/strategy = media
|
/frameworks/base/media/java/android/media/ |
MediaTimestamp.java | 17 package android.media; 20 * An immutable object that represents the linear correlation between the media time 21 * and the system time. It contains the media clock rate, together with the media timestamp 31 * When the anchor frame is a just-rendered one, the media time stands for 40 * An unknown media timestamp value 45 * Get the media time of the anchor in microseconds. 52 * Get the {@link java.lang.System#nanoTime system time} corresponding to the media time 60 * Get the rate of the media clock in relation to the system time. 62 * It is 1.0 if media clock advances in sync with the system clock [all...] |
/frameworks/base/media/java/android/media/midi/ |
IMidiDeviceListener.aidl | 17 package android.media.midi; 19 import android.media.midi.MidiDeviceInfo; 20 import android.media.midi.MidiDeviceStatus;
|
/frameworks/base/media/java/android/media/tv/ |
ITvInputManager.aidl | 17 package android.media.tv; 22 import android.media.PlaybackParams; 23 import android.media.tv.DvbDeviceInfo; 24 import android.media.tv.ITvInputClient; 25 import android.media.tv.ITvInputHardware; 26 import android.media.tv.ITvInputHardwareCallback; 27 import android.media.tv.ITvInputManagerCallback; 28 import android.media.tv.TvContentRatingSystemInfo; 29 import android.media.tv.TvInputHardwareInfo; 30 import android.media.tv.TvInputInfo [all...] |
/frameworks/base/media/java/android/media/update/ |
MediaSessionService2Provider.java | 17 package android.media.update; 21 import android.media.MediaSession2; 22 import android.media.MediaSessionService2.MediaNotification;
|
/frameworks/base/media/mca/effect/java/android/media/effect/effects/ |
AutoFixEffect.java | 18 package android.media.effect.effects; 20 import android.media.effect.EffectContext; 21 import android.media.effect.SingleFilterEffect;
|