Home
last modified time | relevance | path

Searched refs:Media (Results 1 – 25 of 46) sorted by relevance

12

/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
DMediaStoreSaver.java60 values.put(Images.Media.TITLE, title); in insertImage()
61 values.put(Images.Media.DISPLAY_NAME, title); in insertImage()
62 values.put(Images.Media.DESCRIPTION, description); in insertImage()
63 values.put(Images.Media.MIME_TYPE, "image/jpeg"); in insertImage()
65 values.put(Images.Media.DATE_ADDED, System.currentTimeMillis()); in insertImage()
66 values.put(Images.Media.DATE_TAKEN, System.currentTimeMillis()); in insertImage()
72 url = cr.insert(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, values); in insertImage()
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
DMediaStoreSaver.java60 values.put(Images.Media.TITLE, title); in insertImage()
61 values.put(Images.Media.DISPLAY_NAME, title); in insertImage()
62 values.put(Images.Media.DESCRIPTION, description); in insertImage()
63 values.put(Images.Media.MIME_TYPE, "image/jpeg"); in insertImage()
65 values.put(Images.Media.DATE_ADDED, System.currentTimeMillis()); in insertImage()
66 values.put(Images.Media.DATE_TAKEN, System.currentTimeMillis()); in insertImage()
72 url = cr.insert(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, values); in insertImage()
/frameworks/base/media/java/android/media/
DRingtoneManager.java213 MediaStore.Audio.Media._ID,
214 MediaStore.Audio.Media.TITLE,
215 MediaStore.Audio.Media.TITLE,
216 MediaStore.Audio.Media.TITLE_KEY,
220 MediaStore.Audio.Media._ID,
221 MediaStore.Audio.Media.TITLE,
222 MediaStore.Audio.Media.TITLE,
223 MediaStore.Audio.Media.TITLE_KEY,
447 MediaStore.Audio.Media.DEFAULT_SORT_ORDER); in getCursor()
461 MediaStore.Audio.Media.EXTERNAL_CONTENT_URI, parentInfo.id)); in getParentProfileRingtones()
[all …]
DMediaScanner.java451 mAudioUri = Audio.Media.getContentUri(volumeName); in MediaScanner()
452 mVideoUri = Video.Media.getContentUri(volumeName); in MediaScanner()
453 mImagesUri = Images.Media.getContentUri(volumeName); in MediaScanner()
927 map.put(Video.Media.ARTIST, (mArtist != null && mArtist.length() > 0
929 map.put(Video.Media.ALBUM, (mAlbum != null && mAlbum.length() > 0
931 map.put(Video.Media.DURATION, mDuration);
933 map.put(Video.Media.RESOLUTION, resolution);
936 map.put(Video.Media.COLOR_STANDARD, mColorStandard);
939 map.put(Video.Media.COLOR_TRANSFER, mColorTransfer);
942 map.put(Video.Media.COLOR_RANGE, mColorRange);
[all …]
DRingtone.java52 MediaStore.Audio.Media._ID,
53 MediaStore.Audio.Media.TITLE
/frameworks/opt/net/voip/src/java/android/net/sip/
DSimpleSessionDescription.java59 private final ArrayList<Media> mMedia = new ArrayList<Media>();
94 Media media = newMedia(parts[0], Integer.parseInt(ports[0]), in SimpleSessionDescription()
118 public Media newMedia(String type, int port, int portCount, in newMedia()
120 Media media = new Media(type, port, portCount, protocol); in newMedia()
128 public Media[] getMedia() { in getMedia()
129 return mMedia.toArray(new Media[mMedia.size()]); in getMedia()
140 for (Media media : mMedia) { in encode()
237 public static class Media extends Fields { class in SimpleSessionDescription
244 private Media(String type, int port, int portCount, String protocol) { in Media() method in SimpleSessionDescription.Media
DSipAudioCall.java25 import android.net.sip.SimpleSessionDescription.Media;
739 Media media = offer.newMedia(
756 for (Media media : offer.getMedia()) {
769 Media reply = answer.newMedia(
797 Media reply = answer.newMedia(
822 Media media = offer.newMedia(
1021 for (Media media : offer.getMedia()) {
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Phone/Settings/
Ddevice_for_product_strategy_dtmf.pfw19 # DTMF follows Media strategy if not in call
47 # DTMF follows Media strategy if not in call
75 # DTMF follows Media strategy if not in call
103 # DTMF follows Media strategy if not in call
131 # DTMF follows Media strategy if not in call
227 # DTMF follows Media strategy if not in call
266 # DTMF follows Media strategy if not in call
303 # DTMF follows Media strategy if not in call
340 # DTMF follows Media strategy if not in call
341 # Media strategy inverts the priority of USB device vs accessory
[all …]
Ddevice_for_product_strategy_accessibility.pfw28 # Accessibility follows Media strategy if not in call
140 # Accessibility follows Media strategy if not in call
264 # accessibility follows Media strategy if not in call
303 # accessibility follows Media strategy if not in call
337 # accessibility follows Media strategy if not in call
374 # accessibility follows Media strategy if not in call
375 # Media strategy inverts the priority of USB device vs accessory
408 # accessibility follows Media strategy if not in call
409 # Media strategy inverts the priority of USB device vs accessory
439 # accessibility follows Media strategy if not in call
[all …]
Ddevice_for_product_strategy_sonification_respectful.pfw76 # SonificationRespectful Follows Sonification that falls through Media strategy if not in call
103 # SonificationRespectful Follows Sonification that falls through Media strategy if not in call
130 # SonificationRespectful Follows Sonification that falls through Media strategy if not in call
248 # SonificationRespectful Follows Sonification that falls through Media strategy if not in call
287 # SonificationRespectful Follows Sonification that falls through Media strategy if not in call
326 # SonificationRespectful Follows Sonification that falls through Media strategy if not in call
363 # SonificationRespectful Follows Sonification that falls through Media strategy if not in call
394 # SonificationRespectful Follows Sonification that falls through Media strategy if not in call
424 # SonificationRespectful Follows Sonification that falls through Media strategy if not in call
454 # SonificationRespectful Follows Sonification that falls through Media strategy if not in call
[all …]
/frameworks/base/cmds/media/
Dmedia7 exec app_process $base/bin com.android.commands.media.Media "$@"
/frameworks/av/media/codec2/hidl/1.0/vts/
DOWNERS1 # Media team
/frameworks/av/media/bufferpool/2.0/tests/
DOWNERS1 # Media team
/frameworks/av/media/bufferpool/1.0/vts/
DOWNERS1 # Media team
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DMediaInserterTest.java56 private static final Uri sAudioUri = Audio.Media.getContentUri(sVolumeName);
57 private static final Uri sVideoUri = Video.Media.getContentUri(sVolumeName);
58 private static final Uri sImagesUri = Images.Media.getContentUri(sVolumeName);
/frameworks/av/services/mediaanalytics/
DAndroid.bp1 // Media Statistics service
/frameworks/base/core/proto/android/stats/mediametrics/
Dmediametrics.proto130 * Track Media Codec usage
160 * Track Media Extractor (pulling video/audio streams out of containers) usage
173 * Track Media Player usage
/frameworks/base/cmds/media/src/com/android/commands/media/
DMedia.java48 public class Media extends BaseCommand { class
61 (new Media()).run(args); in main()
/frameworks/av/media/libstagefright/httplive/
DM3UParser.cpp74 struct Media { struct
83 Vector<Media> mMediaItems;
108 Media &item = mMediaItems.editItemAt(mMediaItems.size() - 1); in addMedia()
217 const Media &item = mMediaItems.itemAt(index); in getTrackInfo()
235 const Media &item = mMediaItems.itemAt(i); in getActiveURI()
562 AString M3UParser::MediaGroup::Media::makeURL(const char *baseURL) const { in makeURL()
/frameworks/base/core/java/android/provider/
DMediaStore.java1659 public static final class Media implements ImageColumns { class in MediaStore.Images
1733 MediaStore.Images.Media.EXTERNAL_CONTENT_URI, name, mimeType); in insertImage()
1768 MediaStore.Images.Media.EXTERNAL_CONTENT_URI, title, "image/jpeg"); in insertImage()
1888 Images.Media.EXTERNAL_CONTENT_URI, origId); in cancelThumbnailRequest()
1911 Images.Media.EXTERNAL_CONTENT_URI, imageId); in getThumbnail()
2270 public static final class Media implements AudioColumns { class in MediaStore.Audio
2385 return ContentUris.withAppendedId(Audio.Media.getContentUri(volumeName), audioId) in getContentUriForAudioId()
3019 public static final class Media implements VideoColumns { class in MediaStore.Video
3088 Video.Media.EXTERNAL_CONTENT_URI, origId); in cancelThumbnailRequest()
3111 Video.Media.EXTERNAL_CONTENT_URI, videoId); in getThumbnail()
/frameworks/base/data/keyboards/
Dqwerty.kl117 # Media control keys
/frameworks/av/drm/mediacas/plugins/clearkey/protos/
Dlicense_protos.proto31 // CLEARKEY_CAS: Clearkey Media CAS.
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
DJobStatusTest.java299 MediaStore.Images.Media.INTERNAL_CONTENT_URI, in testWouldBeReadyWithConstraint_RequestedContentTrigger()
324 MediaStore.Images.Media.INTERNAL_CONTENT_URI, in testWouldBeReadyWithConstraint_RequestedMixture_NoDeadline()
414 MediaStore.Images.Media.INTERNAL_CONTENT_URI, in testWouldBeReadyWithConstraint_RequestedMixture_WithDeadline()
/frameworks/base/core/proto/android/app/
Dnotificationmanager.proto44 // Media, game, voice navigation are prioritized.
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
DOnePlayerActivity.java120 … mAlbumArtBitmap = MediaStore.Images.Media.getBitmap(this.getContentResolver(), uri); in onActivityResult()

12