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

<<21222324252627282930>>

  /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) {
  /device/google/wahoo/
system.prop 23 media.stagefright.enable-player=true
24 media.stagefright.enable-http=true
25 media.stagefright.enable-aac=true
26 media.stagefright.enable-qcp=true
27 media.stagefright.enable-scan=true
29 media.aac_51_output_enabled=true
49 # Simulate sdcard on /data/media
  /frameworks/av/media/libmedia/include/media/
JAudioAttributes.h 32 jclass jBuilderCls = env->FindClass("android/media/AudioAttributes$Builder");
39 jBuilderCls, "setUsage", "(I)Landroid/media/AudioAttributes$Builder;");
43 "(I)Landroid/media/AudioAttributes$Builder;");
50 // "(I)Landroid/media/AudioAttributes$Builder;");
55 "(I)Landroid/media/AudioAttributes$Builder;");
64 "(I)Landroid/media/AudioAttributes$Builder;");
69 "()Landroid/media/AudioAttributes;");
  /frameworks/av/media/libmedia/omx/1.0/
WOmx.cpp 18 #include <media/omx/1.0/WOmx.h>
19 #include <media/omx/1.0/WOmxNode.h>
20 #include <media/omx/1.0/WOmxObserver.h>
21 #include <media/omx/1.0/WGraphicBufferSource.h>
22 #include <media/omx/1.0/Conversion.h>
26 namespace media { namespace in namespace:android::hardware
90 } // namespace media
  /frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
OmxStore.h 23 #include <android/hardware/media/omx/1.0/IOmxStore.h>
24 #include <media/stagefright/xmlparser/MediaCodecsXmlParser.h>
28 namespace media { namespace in namespace:android::hardware
33 using ::android::hardware::media::omx::V1_0::IOmxStore;
34 using ::android::hardware::media::omx::V1_0::IOmx;
35 using ::android::hardware::media::omx::V1_0::Status;
74 } // namespace media
  /frameworks/av/media/libstagefright/rtsp/
AMPEG2TSAssembler.cpp 26 #include <media/stagefright/foundation/ABuffer.h>
27 #include <media/stagefright/foundation/ADebug.h>
28 #include <media/stagefright/foundation/AMessage.h>
29 #include <media/stagefright/foundation/ByteUtils.h>
30 #include <media/stagefright/foundation/hexdump.h>
31 #include <media/stagefright/MediaDefs.h>
32 #include <media/stagefright/MetaData.h>
  /frameworks/base/media/java/android/media/session/
ISessionController.aidl 16 package android.media.session;
21 import android.media.MediaMetadata;
22 import android.media.Rating;
23 import android.media.session.ISessionControllerCallback;
24 import android.media.session.MediaSession;
25 import android.media.session.ParcelableVolumeInfo;
26 import android.media.session.PlaybackState;
  /frameworks/base/media/lib/remotedisplay/
Android.mk 22 LOCAL_MODULE:= com.android.media.remotedisplay
30 # ==== com.android.media.remotedisplay.xml lib def ========================
33 LOCAL_MODULE := com.android.media.remotedisplay.xml
47 LOCAL_MODULE := com.android.media.remotedisplay.stubs-gen
50 LOCAL_DROIDDOC_STUB_OUT_DIR := $(TARGET_OUT_COMMON_INTERMEDIATES)/JAVA_LIBRARIES/com.android.media.remotedisplay.stubs_intermediates/src
53 -stubpackages com.android.media.remotedisplay \
60 LOCAL_MODULE := com.android.media.remotedisplay.stubs
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
MotionSensor.java 19 package androidx.media.filterpacks.sensors;
27 import androidx.media.filterfw.Filter;
28 import androidx.media.filterfw.FrameType;
29 import androidx.media.filterfw.FrameValues;
30 import androidx.media.filterfw.MffContext;
31 import androidx.media.filterfw.OutputPort;
32 import androidx.media.filterfw.Signature;
NormFilter.java 17 package androidx.media.filterpacks.numeric;
20 import androidx.media.filterfw.Filter;
21 import androidx.media.filterfw.FrameType;
22 import androidx.media.filterfw.FrameValue;
23 import androidx.media.filterfw.MffContext;
24 import androidx.media.filterfw.OutputPort;
25 import androidx.media.filterfw.Signature;
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
AverageFilter.java 18 package androidx.media.filterfw.samples.simplecamera;
21 import androidx.media.filterfw.Filter;
22 import androidx.media.filterfw.FrameType;
23 import androidx.media.filterfw.FrameValue;
24 import androidx.media.filterfw.MffContext;
25 import androidx.media.filterfw.OutputPort;
26 import androidx.media.filterfw.Signature;
  /hardware/google/av/codec2/vndk/bufferpool/
BufferPoolClient.h 21 #include <android/hardware/media/bufferpool/1.0/IAccessor.h>
22 #include <android/hardware/media/bufferpool/1.0/IConnection.h>
29 namespace media { namespace in namespace:android::hardware
34 using ::android::hardware::media::bufferpool::V1_0::IAccessor;
35 using ::android::hardware::media::bufferpool::V1_0::IConnection;
36 using ::android::hardware::media::bufferpool::V1_0::ResultStatus;
98 } // namespace media
  /packages/apps/Car/libs/car-media-common/
Android.mk 25 LOCAL_MODULE := car-media-common
39 car-media-common-glide-target \
40 car-media-common-gifdecoder-target \
41 car-media-common-disklrucache-target \
51 LOCAL_MODULE := car-media-common-disklrucache-target
61 LOCAL_MODULE := car-media-common-gifdecoder-target
71 LOCAL_MODULE := car-media-common-glide-target
  /build/make/core/
pathmap.mk 37 camera:system/media/camera/include \
45 audio:system/media/audio/include \
46 audio-effects:system/media/audio_effects/include \
47 audio-utils:system/media/audio_utils/include \
48 audio-route:system/media/audio_route/include \
51 mediandk:frameworks/av/media/ndk/
73 media \
74 media/mca/effect \
75 media/mca/filterfw \
76 media/mca/filterpacks
    [all...]
  /frameworks/av/media/ndk/include/media/
NdkMediaDataSource.h 34 #include <media/NdkMediaError.h>
78 * The NDK media framework guarantees that after |close| is called
84 * Create new media data source. Returns NULL if memory allocation
90 * Delete a previously created media data source.
102 * Set a custom callback for supplying random access media data to the
103 * NDK media framework.
105 * Implement this if your app has special requirements for the way media
107 * NDK media framework.
118 * NDK media framework.
128 * Set a custom callback to receive signal from the NDK media framewor
    [all...]
  /frameworks/native/headers/media_plugin/media/openmax/
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 b
    [all...]
  /hardware/qcom/media/msm8974/mm-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 b
    [all...]
  /hardware/qcom/media/msm8974/mm-core/omxcore/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 b
    [all...]
  /hardware/qcom/media/msm8996/mm-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...]
  /hardware/qcom/media/msm8998/mm-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...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
GalleryGridItemData.java 23 import android.provider.MediaStore.Images.Media;
26 import com.android.messaging.datamodel.media.FileImageRequestDescriptor;
27 import com.android.messaging.datamodel.media.ImageRequest;
28 import com.android.messaging.datamodel.media.UriImageRequestDescriptor;
36 Media._ID,
37 Media.DATA,
38 Media.WIDTH,
39 Media.HEIGHT,
40 Media.MIME_TYPE,
41 Media.DATE_MODIFIED}
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_fec_unittest.cc 26 // Maximum number of media packets used in the FEC (RFC 5109).
60 // Media packet "i" is lost if media_loss_mask_[i] = 1,
68 // Construct the media packet list, up to |num_media_packets| packets.
69 // Returns the next sequence number after the last media packet.
74 // Construct the received packet list: a subset of the media and FEC packets.
79 // The |packet_list| may be a media packet list (is_fec = false), or a
90 // Delete the media and FEC packets.
136 // 1 media packet lost
149 // 2 media packets lost.
169 // Two frames: first frame (old) with two media packets and 1 FEC packet
    [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/autotest/client/site_tests/desktopui_MediaAudioFeedback/
control 7 PURPOSE = "Verify sound from media files is audible"
9 This test will fail if media files sound is not audible.
19 Test that the sound from media files can be heard by recording from mic in.
23 b) the captured audio from each media replay is sufficiently loud.
30 # Media formats to be tested. The length of these audio are all 5 seconds.

Completed in 2936 milliseconds

<<21222324252627282930>>