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

<<21222324252627282930>>

  /hardware/intel/common/libstagefrighthw/
Android.mk 24 $(call include-path-for, frameworks-native)/media/hardware \
25 $(call include-path-for, frameworks-native)/media/openmax
  /hardware/interfaces/media/omx/1.0/
Android.bp 4 name: "android.hardware.media.omx@1.0",
21 "android.hardware.media@1.0",
  /prebuilts/vndk/v27/arm/arch-arm-armv7-a-neon/shared/vndk-core/
libstagefright_soft_vorbisdec.so 
  /prebuilts/vndk/v27/arm64/arch-arm-armv7-a-neon/shared/vndk-core/
libstagefright_soft_vorbisdec.so 
  /prebuilts/vndk/v27/x86/arch-x86-x86/shared/vndk-core/
libstagefright_soft_vorbisdec.so 
  /prebuilts/vndk/v27/x86_64/arch-x86-x86_64/shared/vndk-core/
libstagefright_soft_vorbisdec.so 
  /tools/tradefederation/contrib/res/config/google/media/
video-multimeter-multi-test.xml 23 <option name="apk-path" value="/google/data/ro/teams/tradefed/testdata/media/multimeter/mediaplayer.apk" />
27 <option name="push" value="/google/data/ro/teams/tradefed/testdata/media/multimeter/video_calibration.mp4->/sdcard/media_api/samples/video_cali.mp4" />
28 <option name="push" value="/google/data/ro/teams/tradefed/testdata/media/multimeter/video_1080p_30fps_10min_bbb.mp4->/sdcard/media_api/samples/video.mp4" />
29 <option name="push" value="/google/data/ro/teams/tradefed/testdata/media/multimeter/video_720p_60fps_4min_mountham.mp4->/sdcard/media_api/samples/video2.mp4" />
32 <test class="com.android.media.tests.VideoMultimeterRunner">
33 <option name="multimeter-util-path" value="/google/data/ro/teams/tradefed/testdata/media/multimeter/optofi.sh" />
34 <option name="robot-util-path" value="/google/data/ro/teams/tradefed/testdata/media/multimeter/mbplotter.sh" />
35 <option name="start-video-cmd" value="am instrument -w -r -e media-file %s -e class com.android.mediaframeworktest.stress.MediaPlayerStressTest com.android.mediaframeworktest/.MediaPlayerStressTestRunner" />
  /frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Settings/
device_for_strategy_media.pfw 3 domainGroup: Media
7 component: /Policy/policy/strategies/media/selected_output_devices/mask
23 component: /Policy/policy/strategies/media/selected_output_devices/mask
43 component: /Policy/policy/strategies/media/selected_output_devices/mask
63 component: /Policy/policy/strategies/media/selected_output_devices/mask
83 component: /Policy/policy/strategies/media/selected_output_devices/mask
106 component: /Policy/policy/strategies/media/selected_output_devices/mask
124 component: /Policy/policy/strategies/media/selected_output_devices/mask
142 component: /Policy/policy/strategies/media/selected_output_devices/mask
160 component: /Policy/policy/strategies/media/selected_output_devices/mas
    [all...]
  /frameworks/base/core/java/android/print/
PrintAttributes.java 111 * Gets the media size.
113 * @return The media size or <code>null</code> if not set.
120 * Sets the media size.
122 * @param mediaSize The media size.
215 * which is the media size is in portrait and all orientation dependent
257 * which is the media size is in portrait and all orientation dependent
272 // Rotate the media size.
295 * which is the media size is in landscape and all orientation dependent
310 // Rotate the media size.
454 * This class specifies a supported media size. Media size is th
    [all...]
  /external/libopus/celt/arm/
arm_celt_map.c 42 celt_inner_prod_c, /* Media */
50 dual_inner_prod_c, /* Media */
63 MAY_HAVE_MEDIA(celt_pitch_xcorr), /* Media */
74 celt_pitch_xcorr_c, /* Media */
91 xcorr_kernel_c, /* Media */
103 opus_fft_alloc_arch_c, /* Media */
110 opus_fft_free_arch_c, /* Media */
120 opus_fft_c, /* Media */
129 opus_ifft_c, /* Media */
141 clt_mdct_forward_c, /* Media */
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PMediaAuthorization.java 46 * P-Media-Authorization SIP Private Header - RFC 3313.
50 * P-Media-Authorization = "P-Media-Authorization" HCOLON
51 * P-Media-Authorization-Token
52 * *(COMMA P-Media-Authorization-Token)
53 * P-Media-Authorization-Token = 1*HEXDIG
70 * P-Media-Authorization Token
85 * Get the media authorization token.
96 * Set the media authorization token.
98 * @param token - media authorization token to se
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
MediaType.java 24 * An <a href="http://tools.ietf.org/html/rfc2045">RFC 2045</a> Media Type,
47 * Returns a media type for {@code string}, or null if {@code string} is not a
48 * well-formed media type.
60 if (!parameter.lookingAt()) return null; // This is not a well-formed media type.
77 * Returns the high-level media type, such as "text", "image", "audio",
85 * Returns a specific media subtype, such as "plain" or "png", "mpeg",
93 * Returns the charset of this media type, or null if this media type doesn't
101 * Returns the charset of this media type, or {@code defaultValue} if this
102 * media type doesn't specify a charset
    [all...]
  /frameworks/av/media/libstagefright/
RemoteMediaExtractor.cpp 21 #include <media/stagefright/InterfaceUtils.h>
22 #include <media/MediaAnalyticsItem.h>
23 #include <media/MediaSource.h>
24 #include <media/stagefright/RemoteMediaExtractor.h>
31 // key for media statistics
34 // attrs for media statistics
36 // in frameworks/base/media/java/android/media/MediaExtractor.java
38 static const char *kExtractorFormat = "android.media.mediaextractor.fmt";
39 static const char *kExtractorMime = "android.media.mediaextractor.mime"
    [all...]
  /frameworks/av/packages/MediaComponents/src/com/android/media/
RoutePlayer.java 17 package com.android.media;
20 import android.media.DataSourceDesc;
21 import android.media.session.MediaSession;
22 import android.media.session.PlaybackState;
28 import com.android.support.mediarouter.media.MediaItemStatus;
29 import com.android.support.mediarouter.media.MediaRouter;
30 import com.android.support.mediarouter.media.MediaSessionStatus;
31 import com.android.support.mediarouter.media.RemotePlaybackClient;
32 import com.android.support.mediarouter.media.RemotePlaybackClient.ItemActionCallback;
33 import com.android.support.mediarouter.media.RemotePlaybackClient.SessionActionCallback
    [all...]
  /frameworks/av/packages/MediaComponents/src/com/android/media/subtitle/
MediaTimeProvider.java 17 package com.android.media.subtitle;
19 // Note: This is just copied from android.media.MediaTimeProvider.
21 // we do not allow negative media time
32 * the value specified. This happens immediately if the current media time
42 * registers the listener to get seek and stop notifications. If the media
61 * consequences if the media is seeked between calls.
62 * @throws IllegalStateException if the media is not initialized
71 * @param timeUs current media time
76 * Called when the media time changed due to seeking.
78 * @param timeUs current media tim
    [all...]
  /frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/app/
MediaRouteDiscoveryFragment.java 22 import com.android.support.mediarouter.media.MediaRouter;
23 import com.android.support.mediarouter.media.MediaRouteSelector;
26 * Media route discovery fragment.
28 * This fragment takes care of registering a callback for media route discovery
37 * {@link android.support.v7.media.MediaRouteProviderService media route provider services}
52 * Gets the media router instance.
66 * Gets the media route selector for filtering the routes to be discovered.
76 * Sets the media route selector for filtering the routes to be discovered.
117 * Called to create the {@link android.support.v7.media.MediaRouter.Callback callback
    [all...]
  /frameworks/base/media/java/android/media/
MediaLibraryService2.java 17 package android.media;
23 import android.media.MediaLibraryService2.MediaLibrarySession.Builder;
24 import android.media.MediaLibraryService2.MediaLibrarySession.MediaLibrarySessionCallback;
25 import android.media.MediaSession2.ControllerInfo;
26 import android.media.update.ApiLoader;
27 import android.media.update.MediaLibraryService2Provider.LibraryRootProvider;
28 import android.media.update.MediaLibraryService2Provider.MediaLibrarySessionProvider;
29 import android.media.update.MediaSessionService2Provider;
37 * Base class for media library services.
39 * Media library services enable applications to browse media content provided by an applicatio
    [all...]
  /frameworks/support/media/src/main/java/androidx/media/subtitle/
MediaTimeProvider.java 17 package androidx.media.subtitle;
23 // Note: This is just copied from android.media.MediaTimeProvider.
29 // we do not allow negative media time
40 * the value specified. This happens immediately if the current media time
50 * registers the listener to get seek and stop notifications. If the media
69 * consequences if the media is seeked between calls.
70 * @throws IllegalStateException if the media is not initialized
82 * @param timeUs current media time
87 * Called when the media time changed due to seeking.
89 * @param timeUs current media tim
    [all...]
  /frameworks/support/mediarouter/src/main/java/androidx/mediarouter/app/
MediaRouteDiscoveryFragment.java 22 import androidx.mediarouter.media.MediaRouteSelector;
23 import androidx.mediarouter.media.MediaRouter;
26 * Media route discovery fragment.
28 * This fragment takes care of registering a callback for media route discovery
37 * {@link androidx.mediarouter.media.MediaRouteProviderService media route provider services}
52 * Gets the media router instance.
66 * Gets the media route selector for filtering the routes to be discovered.
76 * Sets the media route selector for filtering the routes to be discovered.
117 * Called to create the {@link androidx.mediarouter.media.MediaRouter.Callback callback
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
v4l2-subdev.h 31 * enum v4l2_subdev_format_whence - Media bus format type
41 * struct v4l2_subdev_format - Pad-level media bus format
43 * @pad: pad number, as reported by the media API
44 * @format: media bus format (format code and frame size)
56 * @pad: pad number, as reported by the media API
67 * struct v4l2_subdev_mbus_code_enum - Media bus format enumeration
68 * @pad: pad number, as reported by the media API
80 * struct v4l2_subdev_frame_size_enum - Media bus format enumeration
81 * @pad: pad number, as reported by the media API
98 * @pad: pad number, as reported by the media AP
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
BiosInt13.c 58 BlockIo->Media = &Dev->BlockMedia;
59 BlockMedia = BlockIo->Media;
85 // BugBug: Need to set this for removable media devices if they do not
86 // have media present
271 // Sense Media Type
279 // Media not present or unknown media present
294 // Media Present
352 // Default Media
368 // Unknown media type.
    [all...]
  /developers/samples/android/media/MediaBrowserService/
template-params.xml 19 <group>Media</group>
33 This sample shows how to implement an audio media app that provides
34 media library metadata and playback controls through a standard
46 <categories>Media</categories>
57 <android>android.support.v4.media.MediaBrowserServiceCompat</android>
58 <android>android.support.v4.media.MediaBrowserCompat</android>
59 <android>android.support.v4.media.session.MediaSessionCompat</android>
60 <android>android.support.v4.media.session.MediaControllerCompat</android>
61 <android>android.support.v4.media.app.NotificationCompat.MediaStyle</android>
65 This sample shows how to implement a media app that allow
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/BlockIo/
BlockIo.h 78 MediaId - Id of the media, changes every time the media is replaced.
86 EFI_NO_MEDIA - There is no media in the device.
112 MediaId - Id of the media, changes every time the media is replaced.
121 EFI_NO_MEDIA - There is no media in the device.
147 EFI_NO_MEDIA - There is no media in the device.
156 MediaId - The curent media Id. If the media changes, this value is changed.
157 RemovableMedia - TRUE if the media is removable; otherwise, FALSE.
    [all...]
  /packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/
AndroidImageProxy.java 20 import android.media.Image;
33 * An {@link ImageProxy} backed by an {@link android.media.Image}.
40 * {@link android.media.Image.Plane}.
58 * @see {@link android.media.Image.Plane#getRowStride}
66 * @see {@link android.media.Image.Plane#getPixelStride}
74 * @see {@link android.media.Image.Plane#getBuffer}
84 * {@link android.media.Image} is not thread-safe, so all interactions must
88 private final android.media.Image mImage;
97 public AndroidImageProxy(android.media.Image image) {
124 * @see {@link android.media.Image#getCropRect
    [all...]
  /prebuilts/vndk/v27/arm/configs/
module_paths.txt 37 android.hardware.media.omx@1.0.so hardware/interfaces/media/omx/1.0 hardware/interfaces/media/omx/1.0
38 android.hardware.media@1.0.so hardware/interfaces/media/1.0 hardware/interfaces/media/1.0
72 libaudioroute.so system/media/audio_route
73 libaudioutils.so system/media/audio_utils system/media/audio_utils
75 libcamera_metadata.so system/media/camer
    [all...]

Completed in 3660 milliseconds

<<21222324252627282930>>