HomeSort by relevance Sort by last modified time
    Searched refs:mime (Results 1 - 25 of 287) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/av/media/libstagefright/
MediaExtractor.cpp 54 const sp<DataSource> &source, const char *mime) {
58 if (mime == NULL) {
66 mime = tmp.string();
68 mime, confidence);
72 // DRM MIME type syntax is "drm+type+original" where
74 // original is the content's cleartext MIME type
75 if (!strncmp(mime, "drm+", 4)) {
76 const char *originalMime = strchr(mime+4, '+');
82 if (!strncmp(mime, "drm+es_based+", 13)) {
85 } else if (!strncmp(mime, "drm+container_based+", 20))
    [all...]
  /external/chromium_org/content/browser/media/
media_canplaytype_browsertest.cc 65 void TestMPEGUnacceptableCombinations(std::string mime) {
67 EXPECT_EQ(kNot, CanPlay("'" + mime + "; codecs=\"avc1.unknown\"'"));
68 EXPECT_EQ(kNot, CanPlay("'" + mime + "; codecs=\"avc3.unknown\"'"));
69 EXPECT_EQ(kNot, CanPlay("'" + mime + "; codecs=\"mp4a.unknown\"'"));
72 EXPECT_EQ(kNot, CanPlay("'" + mime + "; codecs=\"avc1.\"'"));
73 EXPECT_EQ(kNot, CanPlay("'" + mime + "; codecs=\"avc3.\"'"));
74 EXPECT_EQ(kNot, CanPlay("'" + mime + "; codecs=\"mp4a\"'"));
75 EXPECT_EQ(kNot, CanPlay("'" + mime + "; codecs=\"mp4a.\"'"));
76 EXPECT_EQ(kNot, CanPlay("'" + mime + "; codecs=\"mp4a.40.\"'"));
79 EXPECT_EQ(kNot, CanPlay("'" + mime + "; codecs=\"vorbis\"'"))
    [all...]
  /external/nanohttpd/webserver/src/main/java/fi/iki/elonen/
WebServerPluginInfo.java 10 String[] getIndexFilesForMimeType(String mime);
  /frameworks/av/media/libstagefright/timedtext/
TimedTextSource.cpp 37 const char *mime; local
38 CHECK(mediaSource->getFormat()->findCString(kKeyMIMEType, &mime));
39 if (strcasecmp(mime, MEDIA_MIMETYPE_TEXT_3GPP) == 0) {
42 ALOGE("Unsupported mime type for subtitle. : %s", mime);
TimedText3GPPSource.cpp 71 const char *mime; local
72 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime));
73 CHECK(strcasecmp(mime, MEDIA_MIMETYPE_TEXT_3GPP) == 0);
95 const char *mime; local
96 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime));
97 CHECK(strcasecmp(mime, MEDIA_MIMETYPE_TEXT_3GPP) == 0);
  /cts/tests/tests/media/src/android/media/cts/
MediaCodecCapabilitiesTest.java 305 private boolean checkDecoder(String mime, int profile, int level) {
306 if (!hasDecoder(mime, profile, level)) {
307 MediaUtils.skipTest(TAG, "no " + mime + " decoder for profile "
314 private boolean hasDecoder(String mime, int profile, int level) {
315 return supports(mime, false /* isEncoder */, profile, level);
318 private boolean hasEncoder(String mime, int profile, int level) {
319 return supports(mime, true /* isEncoder */, profile, level);
323 String mime, boolean isEncoder, int profile, int level) {
330 CodecCapabilities caps = info.getCapabilitiesForType(mime);
338 if (mime.equalsIgnoreCase(MIMETYPE_VIDEO_H263))
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
MediaMimeTest.java 35 * System tests for the handling of mime type in the media framework.
71 // AUDIO mime type resolution tests.
97 // Checks the activity resolver handling of mime types is case sensitive.
105 // resolving mime types. Trailing whitespaces seems to be non
114 // @return a ResolveInfo instance for the mime type or null if the type is
116 private ResolveInfo resolveMime(String mime) {
120 viewIntent.setDataAndType(uri, mime);
125 // Helper method to check the media playback activity handles the given mime type.
126 // @param mime type to test for
127 private void assertMediaPlaybackActivityHandles(String mime) throws Exception
    [all...]
  /prebuilts/devtools/tools/lib/
httpmime-4.1.jar 
  /prebuilts/tools/common/http-client/
httpmime-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpmime/4.1/
httpmime-4.1.jar 
  /external/nanohttpd/webserver/markdown-plugin/src/main/java/fi/iki/elonen/
MarkdownWebServerPluginInfo.java 12 @Override public String[] getIndexFilesForMimeType(String mime) {
  /frameworks/av/include/ndk/
NdkMediaCrypto.h 45 bool AMediaCrypto_requiresSecureDecoderComponent(const char *mime);
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/media/
NdkMediaCrypto.h 45 bool AMediaCrypto_requiresSecureDecoderComponent(const char *mime);
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/media/
NdkMediaCrypto.h 45 bool AMediaCrypto_requiresSecureDecoderComponent(const char *mime);
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/media/
NdkMediaCrypto.h 45 bool AMediaCrypto_requiresSecureDecoderComponent(const char *mime);
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/media/
NdkMediaCrypto.h 45 bool AMediaCrypto_requiresSecureDecoderComponent(const char *mime);
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/media/
NdkMediaCrypto.h 45 bool AMediaCrypto_requiresSecureDecoderComponent(const char *mime);
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/media/
NdkMediaCrypto.h 45 bool AMediaCrypto_requiresSecureDecoderComponent(const char *mime);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/mime/
nonmultipart.py 5 """Base class for MIME type messages that are not multipart."""
10 from email.mime.base import MIMEBase
16 """Base class for MIME multipart/* type messages."""
application.py 5 """Class representing application/* type MIME documents."""
10 from email.mime.nonmultipart import MIMENonMultipart
14 """Class for generating application/* MIME documents."""
18 """Create an application/* type MIME document.
22 _subtype is the MIME content type subtype, defaulting to
33 raise TypeError('Invalid application MIME subtype')
message.py 5 """Class representing message/* MIME documents."""
10 from email.mime.nonmultipart import MIMENonMultipart
16 """Class representing message/* MIME documents."""
19 """Create a message/* type MIME document.
25 default is "rfc822" (this is defined by the MIME standard, even though
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/mime/
nonmultipart.py 5 """Base class for MIME type messages that are not multipart."""
10 from email.mime.base import MIMEBase
16 """Base class for MIME multipart/* type messages."""
  /frameworks/av/include/media/
MediaCodecInfo.h 70 const sp<Capabilities> getCapabilitiesFor(const char *mime) const;
84 bool mHasSoleMime; // was initialized with mime
91 ssize_t getCapabilityIndex(const char *mime) const;
99 * - OMX codec capabilities can be set for the current mime-type
100 * - a capability detail can be set for the current mime-type
101 * - a feature can be set for the current mime-type
102 * - info object can be completed when parsing of a mime-type is done
104 MediaCodecInfo(AString name, bool encoder, const char *mime);
106 status_t addMime(const char *mime);
111 void removeMime(const char *mime);
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStoreIntentsTest.java 77 for (String mime : mimes) {
81 intent.setDataAndType(uri, mime);
95 for (String mime : mimes) {
99 intent.setDataAndType(uri, mime);
113 for (String mime : mimes) {
117 intent.setDataAndType(uri, mime);
  /frameworks/av/drm/mediadrm/plugins/clearkey/
CryptoPlugin.h 37 virtual bool requiresSecureDecoderComponent(const char* mime) const {
38 UNUSED(mime);

Completed in 1172 milliseconds

1 2 3 4 5 6 7 8 91011>>