/external/sonivox/docs/ |
EASLibrary3_5.odt | |
EAS_API_Reference.odt | |
EAS_Library_Integration_Guide.odt | |
JET_Programming_Manual.odt | |
/external/webkit/Source/WebKit/android/jni/ |
PictureSet.cpp | 132 Pictures pictureAndBounds; 152 void PictureSet::add(const Pictures* temp) 154 Pictures pictureAndBounds = *temp; 233 // existing invals/pictures in the Bucket. 293 // too many pictures in the bucket, let's collapse 312 // To clear things up, we just need to mark the pictures' area as empty 427 // This function is used to maintain the list of Pictures. 428 // Pictures contain an SkPicture covering a specific area; some 429 // Pictures are "base" Pictures -- i.e. there is no Picture [all...] |
PictureSet.h | 48 // #define FAST_PICTURESET // use a hierarchy of pictures 125 struct Pictures { 135 void add(const Pictures* temp); 136 WTF::Vector<Pictures> mPictures;
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/ |
LevenshteinFormatterTest.java | 133 verifyFindMatches("pictures", "pictures of kittens", "of", "kittens"); 140 verifyFindMatches("pictures", "of kittens", "of", "kittens"); 177 verifyFormatSuggestion("pictures", "pictures of kittens", 178 new SpanFormat(0, "pictures", mQueryStyle), 182 verifyFormatSuggestion("pictures of", "pictures of kittens dying", 183 new SpanFormat(0, "pictures", mQueryStyle),
|
/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
accounts_options_handler.h | 37 // Javascript callback to fetch known user pictures.
|
/system/extras/bugmailer/ |
bugmailer.sh | 6 screenshotPath="$EXTERNAL_STORAGE/Pictures/Screenshots"
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
Pictures.java | 28 public class Pictures extends GraphicsActivity { 48 canvas.drawText("Pictures", 60, 60, p);
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_dpb.c | 72 * true also for non-existing pictures because non-existing pictures are 73 * regarded short term pictures according to H.264 standard */ 122 Function to compare dpb pictures, used by the ShellSort() function. 123 Order of the pictures after sorting shall be as follows: 124 1) short term reference pictures starting with the largest 126 2) long term reference pictures starting with the smallest 128 3) pictures unused for reference but needed for display 129 4) other pictures 153 /* both are non-reference pictures, check if needed for display * [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
ExternalStorage.java | 181 // public pictures directory. Note that you should be careful about 183 // pictures and other media owned by the application, consider 190 // Make sure the Pictures directory exists. 225 // public pictures directory and delete the file. If external 235 // public pictures directory and check if the file exists. If 248 // pictures directory. Note that we don't really need to place a 289 // public pictures directory and delete the file. If external 300 // public pictures directory and check if the file exists. If
|
/packages/apps/Gallery/res/values-en-rGB/ |
strings.xml | 19 <string name="all_images" msgid="1195501551939178807">"All pictures"</string> 24 <string name="gallery_camera_bucket_name" msgid="2924618424339240831">"Camera pictures"</string> 67 <string name="camera_pick_wallpaper" msgid="7026385960511811641">"Pictures"</string> 72 <string name="pref_gallery_size_summary" msgid="8179967445295243638">"Select the display size of pictures and videos"</string> 79 <string name="pref_gallery_sort_summary" msgid="6644398051645595214">"Select the sort order of pictures and videos"</string> 105 <string name="pref_gallery_slideshow_shuffle_summary" msgid="8566948749149325715">"Show pictures in random order"</string>
|
/frameworks/base/docs/html/guide/topics/media/ |
index.jd | 41 android.media.JetPlayer} APIs. You can also record audio, video and take pictures using the {@link 57 <dd>How to use a device camera to take pictures or video in your application.</dd>
|
/external/webkit/Source/WebKit/android/nav/ |
ParseCanvas.h | 39 // Pictures parsed for content never want to create offscreen bitmaps.
|
/frameworks/media/libvideoeditor/vss/inc/ |
M4PTO3GPP_API.h | 19 * @brief The Pictures to 3GPP Converter. 21 * from an AMR NB audio file and raw pictures into a MPEG-4/h263 3GPP file. 99 * Its goal is to feed the PTO3GPP with YUV420 pictures. 132 /**< Callback function to be called by the PTO3GPP to get the input pictures*/
|
/packages/apps/Gallery/res/values/ |
strings.xml | 21 <string name="all_images">All pictures</string> 29 <!-- label for the 'pictures application shown in the top level 'all applications' --> 36 <!-- label for the folder that contains Camera pictures in the gallery --> 37 <string name="gallery_camera_bucket_name">Camera pictures</string> 162 <!-- String indicating an action of picking a picture to use as wallpaper (e.g. set wallpaper from "Pictures") --> 163 <string name="camera_pick_wallpaper">Pictures</string> 176 <string name="pref_gallery_size_summary">Select the display size of pictures and videos</string> 196 <string name="pref_gallery_sort_summary">Select the sort order of pictures and videos</string> 274 <string name="pref_gallery_slideshow_shuffle_summary">Show pictures in random order</string> 279 <!-- Text message indicating that there are no pictures or videos in a particula [all...] |
/external/skia/src/core/ |
SkPicturePlayback.cpp | 23 int pictures = record.pictures(&pictureBytes); local 35 if (pictures != 0) 36 SkDebugf("pictures size %zd (pictures:%d) ", pictureBytes, pictures); 113 const SkTDArray<SkPicture* >& pictures = record.getPictureRefs(); local 114 fPictureCount = pictures.count(); 118 fPictureRefs[i] = pictures[i]; 150 pictures = fPlayback->pictures(&pictureBytes) [all...] |
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
MosaicTypes.h | 149 // Add an overlap to prevent a gap between pictures due to roundoffs
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
PlatformGraphicsContext.h | 75 // m_picture is referenced by another picture. When the other pictures are 77 // no other pictures reference this one, so the button is no longer being
|
/external/skia/include/utils/ |
SkDumpCanvas.h | 110 int fNestLevel; // for nesting recursive elements like pictures
|
/frameworks/base/core/java/android/os/ |
Environment.java | 242 * Standard directory in which to place pictures that are available to 244 * public directory, as the media scanner will find and collect pictures 247 public static String DIRECTORY_PICTURES = "Pictures"; 268 * The traditional location for pictures and videos when mounting the
|
/frameworks/base/graphics/java/android/graphics/ |
ImageFormat.java | 28 * RGB format used for pictures encoded as RGB_565 see
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/ |
ScreenshotTest.java | 125 return new File(Environment.getExternalStorageDirectory(), "Pictures" + File.separator +
|
/frameworks/base/include/camera/ |
CameraParameters.h | 143 // The dimensions for captured pictures in pixels (width x height). 146 // Supported dimensions for captured pictures in pixels. 149 // The image format for captured pictures. See CAMERA_MSG_COMPRESSED_IMAGE 153 // Supported image formats for captured pictures. 175 // This affects the pictures returned from CAMERA_MSG_COMPRESSED_IMAGE. The 181 // Note that the JPEG pictures of front-facing cameras are not mirrored 504 // captured pictures. 642 // Continuous auto focus mode intended for taking pictures. The camera [all...] |