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

1 2 3 4

  /packages/services/BuiltInPrintService/jni/lib/
plugin_db.h 43 unsigned long long plugin_get_mime_type_bit(const char *mime_type);
plugin_db.c 126 unsigned long long plugin_get_mime_type_bit(const char *mime_type) {
128 if (strcmp(MIME_TYPE_PDF, mime_type) == 0) {
130 } else if (strcmp(MIME_TYPE_PCLM, mime_type) == 0) {
132 } else if (strcmp(MIME_TYPE_PWG, mime_type) == 0) {
  /packages/services/BuiltInPrintService/jni/plugins/
wprint_image_platform.c 24 if ((image_info != NULL) && (image_info->mime_type != NULL)) {
26 if (strcasecmp(image_info->mime_type, MIME_TYPE_PDF) == 0) {
wprint_image.h 71 const char *mime_type; member in struct:__anon47930
175 void wprint_image_setup(wprint_image_info_t *image_info, const char *mime_type,
  /hardware/intel/common/libmix/mix_video/src/
mixvideoconfigparamsdec.c 40 self->mime_type = NULL;
95 /* free mime_type */
96 if (self->mime_type->str)
97 g_string_free(self->mime_type, TRUE);
99 g_string_free(self->mime_type, FALSE);
180 /* copy mime_type */
181 if (this_src->mime_type) {
184 this_src->mime_type->str);
288 /* compare mime_type */
290 if (this_first->mime_type && this_second->mime_type)
    [all...]
mixvideoconfigparamsenc.c 46 self->mime_type = NULL;
97 /* free mime_type */
98 if (self->mime_type->str)
99 g_string_free(self->mime_type, TRUE);
101 g_string_free(self->mime_type, FALSE);
185 /* copy mime_type */
187 if (this_src->mime_type) {
189 if (this_src->mime_type->str) {
191 LOG_I( "this_src->mime_type->str = %s %x\n",
192 this_src->mime_type->str, (unsigned int)this_src->mime_type->str);
    [all...]
mixvideoformat.c 54 self->mime_type = NULL;
99 if (mix->mime_type)
101 if (mix->mime_type->str)
102 g_string_free(mix->mime_type, TRUE);
104 g_string_free(mix->mime_type, FALSE);
219 if (mix->mime_type) //Clean up any previous mime_type
221 if (mix->mime_type->str)
222 g_string_free(mix->mime_type, TRUE);
224 g_string_free(mix->mime_type, FALSE)
    [all...]
mixvideoconfigparamsdec.h 75 GString * mime_type; member in struct:_MixVideoConfigParamsDec
152 const gchar * mime_type);
155 gchar ** mime_type);
mixvideoconfigparamsenc.h 88 GString * mime_type; member in struct:_MixVideoConfigParamsEnc
155 const gchar * mime_type);
158 gchar ** mime_type);
  /external/libbrillo/brillo/http/
http_utils.cc 66 const std::string& mime_type,
71 url, data.data(), data.size(), mime_type, headers, transport, error);
76 const std::string& mime_type,
84 mime_type,
96 const std::string& mime_type,
103 CHECK(!mime_type.empty()) << "MIME type must be specified if request body "
105 request.SetContentType(mime_type);
125 const std::string& mime_type,
133 CHECK(!mime_type.empty()) << "MIME type must be specified if request body "
135 request.SetContentType(mime_type);
307 std::string mime_type = AppendParameter(brillo::mime::application::kJson, local
323 std::string mime_type = AppendParameter(brillo::mime::application::kJson, local
345 std::string mime_type = AppendParameter(brillo::mime::application::kJson, local
367 std::string mime_type = local
    [all...]
http_transport_fake.cc 123 const std::string& mime_type) {
126 const std::string& mime_type,
129 response->ReplyText(status_code, reply_text, mime_type);
132 url, method, base::Bind(handler, status_code, reply_text, mime_type));
223 std::string mime_type = brillo::mime::RemoveParameters( local
225 if (mime_type == brillo::mime::application::kWwwFormUrlEncoded &&
239 const std::string& mime_type) {
245 {response_header::kContentType, mime_type}});
250 const std::string& mime_type) {
251 Reply(status_code, text.data(), text.size(), mime_type);
258 std::string mime_type = local
    [all...]
http_utils.h 61 const std::string& mime_type,
84 const std::string& mime_type,
100 const std::string& mime_type,
160 const std::string& mime_type,
171 const std::string& mime_type,
186 const std::string& mime_type,
198 const std::string& mime_type,
209 const std::string& mime_type,
http_transport_fake.h 58 const std::string& mime_type);
204 const std::string& mime_type);
208 const std::string& mime_type);
221 const std::string& mime_type) {
224 Reply(status_code, data.data(), data.size() * sizeof(T), mime_type);
230 void Reply(int status_code, const T& data, const std::string& mime_type) {
233 Reply(status_code, &data, sizeof(T), mime_type);
  /external/owasp/sanitizer/tools/
cut_release.py 113 mime_type = mime_type_from_path(dest_path)
114 if mime_type is None or mime_type.startswith("text/"):
177 mime_type = mime_type_from_path(new_file_path)
178 if mime_type is not None:
179 print "svn propset svn:mime-type '%s' '%s'" % (mime_type, new_file_path)
update_tree_in_svn.py 83 mime_type = MIME_TYPES_BY_EXTENSION.get(dst[dot+1:])
84 if mime_type is not None:
85 key = ('svn:mime-type', mime_type)
  /development/ndk/platforms/android-21/include/media/
NdkMediaCodec.h 72 AMediaCodec* AMediaCodec_createDecoderByType(const char *mime_type);
77 AMediaCodec* AMediaCodec_createEncoderByType(const char *mime_type);
  /development/ndk/platforms/android-24/include/media/
NdkMediaCodec.h 72 AMediaCodec* AMediaCodec_createDecoderByType(const char *mime_type);
77 AMediaCodec* AMediaCodec_createEncoderByType(const char *mime_type);
  /external/ImageMagick/Magick++/lib/
CoderInfo.cpp 76 _mimeType=std::string(magickInfo->mime_type != (char *) NULL ?
77 magickInfo->mime_type : "");
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/media/
NdkMediaCodec.h 72 AMediaCodec* AMediaCodec_createDecoderByType(const char *mime_type);
77 AMediaCodec* AMediaCodec_createEncoderByType(const char *mime_type);
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/media/
NdkMediaCodec.h 72 AMediaCodec* AMediaCodec_createDecoderByType(const char *mime_type);
77 AMediaCodec* AMediaCodec_createEncoderByType(const char *mime_type);
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/media/
NdkMediaCodec.h 72 AMediaCodec* AMediaCodec_createDecoderByType(const char *mime_type);
77 AMediaCodec* AMediaCodec_createEncoderByType(const char *mime_type);
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/media/
NdkMediaCodec.h 72 AMediaCodec* AMediaCodec_createDecoderByType(const char *mime_type);
77 AMediaCodec* AMediaCodec_createEncoderByType(const char *mime_type);
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/media/
NdkMediaCodec.h 72 AMediaCodec* AMediaCodec_createDecoderByType(const char *mime_type);
77 AMediaCodec* AMediaCodec_createEncoderByType(const char *mime_type);
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/media/
NdkMediaCodec.h 72 AMediaCodec* AMediaCodec_createDecoderByType(const char *mime_type);
77 AMediaCodec* AMediaCodec_createEncoderByType(const char *mime_type);
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/media/
NdkMediaCodec.h 72 AMediaCodec* AMediaCodec_createDecoderByType(const char *mime_type);
77 AMediaCodec* AMediaCodec_createEncoderByType(const char *mime_type);

Completed in 497 milliseconds

1 2 3 4