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

<<11121314151617181920>>

  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/samples/simplecamera/
ContrastRatioFilterTest.java 17 package androidx.media.filterfw.samples.simplecamera;
19 import androidx.media.filterfw.Filter;
20 import androidx.media.filterfw.FrameImage2D;
21 import androidx.media.filterfw.FrameType;
22 import androidx.media.filterfw.MffContext;
23 import androidx.media.filterfw.MffFilterTestCase;
24 import androidx.media.filterfw.samples.simplecamera.ContrastRatioFilter;
  /packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/
ContentStyleMediaConstants.java 17 package com.android.car.media.common;
21 * content style API for media.
27 "android.auto.media.CONTENT_STYLE_SUPPORTED";
30 * Bundle extra indicating the presentation hint for playable media items. See {@link
34 "android.auto.media.CONTENT_STYLE_PLAYABLE_HINT";
37 * Bundle extra indicating the presentation hint for browsable media items. See {@link
41 "android.auto.media.CONTENT_STYLE_BROWSABLE_HINT";
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
BlockIo.c 35 EFI_BLOCK_IO_MEDIA *Media;
105 Private->Media->MediaPresent = FALSE;
110 if (!Private->Media->MediaPresent) {
114 Private->Media->MediaPresent = TRUE;
134 Private->Media->BlockSize = BlockSize;
139 Private->Media->LastBlock = (0x100000000ULL/0x800) - 1;
141 Private->Media->LastBlock = Private->NumberOfBlocks - 1;
144 ioctl (Private->fd, DKIOCGETMAXBLOCKCOUNTWRITE, &Private->Media->OptimalTransferLengthGranularity);
152 Private->Media->BlockSize = BlockSize;
156 Private->Media->LastBlock = Private->NumberOfBlocks - 1;
    [all...]
  /frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/media/
MediaControlIntent.java 17 package com.android.support.mediarouter.media;
24 * Constants for media control intents.
26 * This class declares a set of standard media control intent categories and actions that
27 * applications can use to identify the capabilities of media routes and control them.
30 * <h3>Media control intent categories</h3>
32 * Media control intent categories specify means by which applications can
33 * send media to the destination of a media route. Categories are sometimes referred
37 * then an application can ask it to play media remotely by sending a
39 * media content to play. Such a route may then be referred to a
    [all...]
  /frameworks/support/mediarouter/src/main/java/androidx/mediarouter/media/
MediaControlIntent.java 17 package androidx.mediarouter.media;
24 * Constants for media control intents.
26 * This class declares a set of standard media control intent categories and actions that
27 * applications can use to identify the capabilities of media routes and control them.
30 * <h3>Media control intent categories</h3>
32 * Media control intent categories specify means by which applications can
33 * send media to the destination of a media route. Categories are sometimes referred
37 * then an application can ask it to play media remotely by sending a
39 * media content to play. Such a route may then be referred to a
    [all...]
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
LocalSource.java 71 Uri uri = internal ? MediaStore.Images.Media.INTERNAL_CONTENT_URI
72 : MediaStore.Images.Media.EXTERNAL_CONTENT_URI;
73 String[] projection = {MediaStore.Images.Media.DATA, MediaStore.Images.Media.BUCKET_ID,
74 MediaStore.Images.Media.BUCKET_DISPLAY_NAME, MediaStore.Images.Media.DATE_TAKEN};
80 int dataIndex = cursor.getColumnIndex(MediaStore.Images.Media.DATA);
81 int bucketIndex = cursor.getColumnIndex(MediaStore.Images.Media.BUCKET_ID);
82 int nameIndex = cursor.getColumnIndex(MediaStore.Images.Media.BUCKET_DISPLAY_NAME);
83 int updatedIndex = cursor.getColumnIndex(MediaStore.Images.Media.DATE_TAKEN)
    [all...]
  /packages/apps/Car/Media/src/com/android/car/media/browse/
ContentForwardStrategy.java 17 package com.android.car.media.browse;
20 import com.android.car.media.common.ContentStyleMediaConstants;
21 import com.android.car.media.common.MediaItemMetadata;
24 * Strategy used to group and expand media items in the {@link BrowseAdapter}
28 * @return true if a header should be included when expanding the given media item into a
34 * @return maximum number of rows to use when when expanding the given media item into a
36 * will be used to represent media item children (i.e.: we might allow more rows for lists
42 * @return whether the given media item should be expanded or not. If not expanded, the item
48 * @return view type to use to render browsable children of the given media item. Only used if
54 * @return view type to use to render playable children fo the given media item. Only used i
    [all...]
  /packages/apps/Gallery/src/com/android/camera/gallery/
VideoList.java 23 import android.provider.MediaStore.Video.Media;
36 Media._ID,
37 Media.DATA,
38 Media.DATE_TAKEN,
39 Media.TITLE,
40 Media.MINI_THUMB_MAGIC,
41 Media.MIME_TYPE,
42 Media.DATE_MODIFIED};
84 Cursor c = Images.Media.query(
87 Media.BUCKET_DISPLAY_NAME
    [all...]
  /prebuilts/abi-dumps/vndk/28/32/arm_armv7-a-neon/source-based/
libstagefright_xmlparser.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/28/32/x86/source-based/
libstagefright_xmlparser.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/28/64/arm64_armv8-a/source-based/
libstagefright_xmlparser.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/28/64/arm_armv8-a/source-based/
libstagefright_xmlparser.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/28/64/x86/source-based/
libstagefright_xmlparser.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/28/64/x86_64/source-based/
libstagefright_xmlparser.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/28/64/x86_x86_64/source-based/
libstagefright_xmlparser.so.lsdump.gz 
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
TapeIo.h 53 @retval EFI_SUCCESS Data was successfully transferred from the media.
57 @retval EFI_NO_MEDIA No media is loaded in the device.
62 @retval EFI_MEDIA_CHANGED The media in the device was changed since the last access.
64 media may be incorrect.
70 from the media.
88 @retval EFI_SUCCESS Data was successfully transferred to the media.
89 @retval EFI_END_OF_MEDIA The logical end of media has been reached. Data may have
90 been successfully transferred to the media.
91 @retval EFI_NO_MEDIA No media is loaded in the device.
96 @retval EFI_MEDIA_CHANGED The media in the device was changed since the last access.
    [all...]
  /external/linux-kselftest/tools/testing/selftests/media_tests/
media_device_open.c 2 * media_device_open.c - Media Controller Device Open Test
11 * This file adds a test for Media Controller API.
14 * run when hardware and driver that makes use Media
17 * This test opens user specified Media Device and calls
34 #include <linux/media.h>
68 /* Open Media device and keep it open */
71 printf("Media Device open errno %s\n", strerror(errno));
77 printf("Media Device Info errno %s\n", strerror(errno));
79 printf("Media device model %s driver %s\n",
media_device_test.c 2 * media_device_test.c - Media Controller Device ioctl loop Test
11 * This file adds a test for Media Controller API.
14 * run when hardware and driver that makes use Media
17 * This test opens user specified Media Device and calls
39 #include <linux/media.h>
77 /* Open Media device and keep it open */
80 printf("Media Device open errno %s\n", strerror(errno));
95 printf("Media Device Info errno %s\n", strerror(errno));
97 printf("Media device model %s driver %s - count %d\n",
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
BrightnessFilter.java 17 package androidx.media.filterpacks.image;
19 import androidx.media.filterfw.Filter;
20 import androidx.media.filterfw.FrameImage2D;
21 import androidx.media.filterfw.FrameType;
22 import androidx.media.filterfw.ImageShader;
23 import androidx.media.filterfw.InputPort;
24 import androidx.media.filterfw.MffContext;
25 import androidx.media.filterfw.OutputPort;
26 import androidx.media.filterfw.Signature;
ColorfulnessFilter.java 19 package androidx.media.filterpacks.colorspace;
21 import androidx.media.filterfw.FrameValue;
23 import androidx.media.filterfw.Filter;
24 import androidx.media.filterfw.Frame;
25 import androidx.media.filterfw.FrameBuffer2D;
26 import androidx.media.filterfw.FrameType;
27 import androidx.media.filterfw.MffContext;
28 import androidx.media.filterfw.OutputPort;
29 import androidx.media.filterfw.Signature;
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
AvgBrightnessFilter.java 17 package androidx.media.filterfw.samples.simplecamera;
20 import androidx.media.filterfw.Filter;
21 import androidx.media.filterfw.Frame;
22 import androidx.media.filterfw.FrameImage2D;
23 import androidx.media.filterfw.FrameType;
24 import androidx.media.filterfw.FrameValue;
25 import androidx.media.filterfw.MffContext;
26 import androidx.media.filterfw.OutputPort;
27 import androidx.media.filterfw.Signature;
ContrastRatioFilter.java 17 package androidx.media.filterfw.samples.simplecamera;
20 import androidx.media.filterfw.Filter;
21 import androidx.media.filterfw.Frame;
22 import androidx.media.filterfw.FrameImage2D;
23 import androidx.media.filterfw.FrameType;
24 import androidx.media.filterfw.FrameValue;
25 import androidx.media.filterfw.MffContext;
26 import androidx.media.filterfw.OutputPort;
27 import androidx.media.filterfw.Signature;
IfElseFilter.java 17 package androidx.media.filterfw.samples.simplecamera;
20 import androidx.media.filterfw.Filter;
21 import androidx.media.filterfw.FrameBuffer2D;
22 import androidx.media.filterfw.FrameImage2D;
23 import androidx.media.filterfw.FrameType;
24 import androidx.media.filterfw.FrameValue;
25 import androidx.media.filterfw.MffContext;
26 import androidx.media.filterfw.OutputPort;
27 import androidx.media.filterfw.Signature;
  /packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/
ForwardingImageProxy.java 20 import android.media.Image;
40 * @see {@link android.media.Image#getCropRect}
48 * @see {@link android.media.Image#setCropRect}
56 * @see {@link android.media.Image#getFormat}
64 * @see {@link android.media.Image#getHeight}
72 * @see {@link android.media.Image#getPlanes}
80 * @see {@link android.media.Image#getTimestamp}
88 * @see {@link android.media.Image#getWidth}
96 * @see {@link android.media.Image#close}
  /cts/tests/tests/media/src/android/media/cts/
MediaCodecWrapper.java 17 package android.media.cts;
19 import android.media.MediaCodec;
20 import android.media.MediaCodec.BufferInfo;
21 import android.media.MediaCodec.Callback;
22 import android.media.MediaFormat;

Completed in 1640 milliseconds

<<11121314151617181920>>