HomeSort by relevance Sort by last modified time
    Searched refs:Media (Results 126 - 150 of 168) sorted by null

1 2 3 4 56 7

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
ImageLoader.java 86 new String[]{MediaStore.Images.Media.DATA}, null, null, null);
90 int index = cursor.getColumnIndexOrThrow(MediaStore.Images.Media.DATA);
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 241 result = MediaStore.Images.Media.getBitmap(getActivity().getContentResolver()
  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 241 result = MediaStore.Images.Media.getBitmap(getActivity().getContentResolver()
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
OtherMetadataFragment.java 241 result = MediaStore.Images.Media.getBitmap(getActivity().getContentResolver()
  /external/fsck_msdos/
boot.c 80 boot->Media = block[21];
  /external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
Direct3DInterop.cpp 21 using namespace Windows::Phone::Media::Capture;
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
SmartCamera.java 17 package androidx.media.filterfw.samples.simplecamera;
38 import androidx.media.filterfw.FilterGraph;
39 import androidx.media.filterfw.GraphReader;
40 import androidx.media.filterfw.GraphRunner;
41 import androidx.media.filterfw.MffContext;
131 MediaStore.Images.Media.insertImage(getContentResolver(), bitmap,
  /packages/providers/MediaProvider/src/com/android/providers/media/
RingtonePickerActivity.java 17 package com.android.providers.media;
22 import android.media.AudioAttributes;
23 import android.media.Ringtone;
24 import android.media.RingtoneManager;
176 p.mLabelColumn = MediaStore.Audio.Media.TITLE;
  /frameworks/base/docs/html/guide/
guide_toc.cs 420 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/media/index.html">
421 <span class="en">Media and Camera</span>
424 <li><a href="<?cs var:toroot ?>guide/topics/media/mediaplayer.html">
425 <span class="en">Media Playback</span></a>
427 <li><a href="<?cs var:toroot ?>guide/topics/media/mediarouter.html">
428 <span class="en">Media Router</span></a>
430 <li><a href="<?cs var:toroot ?>guide/topics/media/mediarouteprovider.html">
431 <span class="en">Media Route Provider</span></a>
433 <li><a href="<?cs var:toroot ?>guide/topics/media/exoplayer.html">
436 <li><a href="<?cs var:toroot ?>guide/appendix/media-formats.html"
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
ByodHelperActivity.java 444 return new Intent(MediaStore.Audio.Media.RECORD_SOUND_ACTION);
IntentFiltersTestHelper.java 29 import android.media.audiofx.AudioEffect;
217 new Intent(MediaStore.Audio.Media.RECORD_SOUND_ACTION),
  /frameworks/base/media/java/android/mtp/
MtpPropertyGroup.java 222 c = mProvider.query(Audio.Media.getContentUri(mVolumeName),
  /packages/apps/Camera2/src/com/android/camera/
Storage.java 80 * @param title The title of the media file.
81 * @param date The date for the media file.
82 * @param location The location of the media file.
83 * @param orientation The orientation of the media file.
86 * @param width The width of the media file after the orientation is
88 * @param height The height of the media file after the orientation is
100 * Saves the media with a given MIME type and adds it to the MediaStore.
106 * @param title The title of the media file.
108 * @param date The date for the media file.
109 * @param location The location of the media file
    [all...]
CameraActivity.java 181 "android.media.action.STILL_IMAGE_CAMERA_SECURE";
183 "android.media.action.IMAGE_CAPTURE_SECURE";
    [all...]
  /external/opencv3/modules/videoio/src/
cap_msmf.cpp 44 Media Foundation-based Video Capturing module is based on
101 #include <windows.media.capture.h>
656 // Class for creating of Media Foundation context
696 // Getting interface MediaSource for Media Foundation from videodevice with deviceID
712 // Initialization of video device with deviceID by media type with id
    [all...]
cap_qt.cpp     [all...]
  /frameworks/base/core/java/android/app/
DownloadManager.java 91 * Internet Media Type of the downloaded file. If no value is provided upon creation, this will
95 * @see <a href="http://www.ietf.org/rfc/rfc1590.txt">RFC 1590, defining Media Types</a>
624 * Media Types</a>
779 // is the file supposed to be media-scannable?
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
GalleryPicker.java 178 // This is called when we receive media-related broadcast.
288 MediaStore.Images.Media.EXTERNAL_CONTENT_URI,
824 Uri uri = Images.Media.INTERNAL_CONTENT_URI;
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ContentResolverTest.java 3 import static android.provider.MediaStore.Images.Media.EXTERNAL_CONTENT_URI;
  /packages/apps/Settings/src/com/android/settings/notification/
SoundSettings.java 32 import android.media.AudioManager;
33 import android.media.RingtoneManager;
412 // Fetch the ringtone title from the media provider
414 new String[] { MediaStore.Audio.Media.TITLE }, null, null, null);
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
WallpaperPickerActivity.java     [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackActivity.java 38 import android.media.audiofx.AudioEffect;
39 import android.media.AudioManager;
298 ContentUris.withAppendedId(MediaStore.Audio.Media.EXTERNAL_CONTENT_URI, audioid),
299 new String[] {MediaStore.Audio.Media.IS_MUSIC}, null, null, null);
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/third_party/storage_apitools/
storage_v1_messages.py 440 mediaLink: Media download link.
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/samples/storage_sample/storage/
storage_v1_messages.py 428 mediaLink: Media download link.
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
GlobalScreenshot.java 43 import android.media.MediaActionSound;
96 * An AsyncTask that saves an image to the media store in the background.
237 // media provider uses seconds for DATE_MODIFIED and DATE_ADDED, but milliseconds
260 Uri uri = resolver.insert(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, values);
371 * An AsyncTask that deletes an image from the media store in the background.
509 * Creates a new worker thread and saves the screenshot to the media store.
    [all...]

Completed in 983 milliseconds

1 2 3 4 56 7