HomeSort by relevance Sort by last modified time
    Searched refs:mediatype (Results 1 - 7 of 7) 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);
  /prebuilts/go/darwin-x86/src/mime/
mediatype.go 16 // FormatMediaType serializes mediatype t and the parameters
101 func ParseMediaType(v string) (mediatype string, params map[string]string, err error) {
106 mediatype = strings.TrimSpace(strings.ToLower(v[0:i]))
108 err = checkMediaTypeDisposition(mediatype)
  /prebuilts/go/linux-x86/src/mime/
mediatype.go 16 // FormatMediaType serializes mediatype t and the parameters
101 func ParseMediaType(v string) (mediatype string, params map[string]string, err error) {
106 mediatype = strings.TrimSpace(strings.ToLower(v[0:i]))
108 err = checkMediaTypeDisposition(mediatype)
  /external/opencv3/modules/videoio/src/
cap_dshow.cpp 573 void setAttemptCaptureSize(int deviceID, int w, int h,GUID mediaType=MEDIASUBTYPE_RGB24);
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java 3713 ContentValues mediatype = new ContentValues(); local
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/serializer/2.7.1/
serializer-2.7.1.jar 

Completed in 300 milliseconds