OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mediatype
(Results
1 - 5
of
5
) sorted by null
/packages/providers/MediaProvider/tools/genfiles/
genfiles.sh
54
while read format
mediatype
mimetype data;
64
elif [ "$format" == "14343" -a "$
mediatype
" == "0" ]
68
elif [ "$format" == "12292" -a "$
mediatype
" == "0" ]
72
elif [ "$format" == "12293" -a "$
mediatype
" == "0" ]
84
elif [ "$format" == "12299" -a "$
mediatype
" == "0" ]
88
elif [ "$format" == "12299" -a "$
mediatype
" == "3" ]
92
elif [ "$format" == "12299" -a "$
mediatype
" == "2" ]
108
elif [ "$format" == "12288" -a "$
mediatype
" == "0" ]
116
elif [ "$format" == "12288" -a "$
mediatype
" == "4" ]
121
echo ignored: $format '|' $
mediatype
'|' $mimetype '|' $dat
[
all
...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
XSLOutputAttributes.java
87
* @return the
mediatype
the media-type or MIME type associated with the
159
* @param
mediatype
the media-type or MIME type associated with the output
162
public void setMediaType(String
mediatype
);
/external/chromium_org/content/test/data/media/
media_source_utils.js
10
var source = loadMediaSource(QueryString.mediafile, QueryString.
mediatype
);
encrypted_media_utils.js
7
var
mediaType
= QueryString.
mediatype
|| 'video/webm; codecs="vorbis, vp8"';
101
if (
mediaType
.indexOf('mp4') != -1)
128
var mediaSource = loadMediaSource(mediaFile,
mediaType
,
/packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java
3641
ContentValues
mediatype
= new ContentValues();
local
[
all
...]
Completed in 51 milliseconds