Searched refs:mime_type (Results 1 - 9 of 9) sorted by relevance

/hardware/intel/common/libmix/mix_video/src/
H A Dmixvideoconfigparamsdec.c40 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
389 mix_videoconfigparamsdec_set_mime_type(MixVideoConfigParamsDec * obj, const gchar * mime_type) argument
413 mix_videoconfigparamsdec_get_mime_type(MixVideoConfigParamsDec * obj, gchar ** mime_type) argument
[all...]
H A Dmixvideoconfigparamsenc.c46 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
367 mix_videoconfigparamsenc_set_mime_type(MixVideoConfigParamsEnc * obj, const gchar * mime_type) argument
402 mix_videoconfigparamsenc_get_mime_type(MixVideoConfigParamsEnc * obj, gchar ** mime_type) argument
[all...]
H A Dmixvideoformat.c54 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, FALS
[all...]
H A Dmixvideoconfigparamsdec.h75 GString * mime_type; member in struct:_MixVideoConfigParamsDec
152 const gchar * mime_type);
155 gchar ** mime_type);
H A Dmixvideoconfigparamsenc.h88 GString * mime_type; member in struct:_MixVideoConfigParamsEnc
155 const gchar * mime_type);
158 gchar ** mime_type);
H A Dmixvideo.c447 gchar *mime_type = NULL; local
494 ret = mix_videoconfigparamsdec_get_mime_type(priv_config_params_dec, &mime_type);
500 LOG_I( "mime : %s\n", mime_type);
503 if (g_strcmp0(mime_type, "video/x-wmv") == 0) {
551 if (g_strcmp0(mime_type, "video/x-wmv") == 0 || g_strcmp0(mime_type,
552 "video/mpeg") == 0 || g_strcmp0(mime_type, "video/x-divx") == 0) {
582 if (g_strcmp0(mime_type, "video/x-wmv") == 0
596 } else if (g_strcmp0(mime_type, "video/x-h264") == 0
610 } else if (g_strcmp0(mime_type, "vide
729 gchar *mime_type = NULL; local
[all...]
H A Dmixvideoformatenc.c55 self->mime_type = NULL;
127 if (mix->mime_type)
129 if (mix->mime_type->str)
130 g_string_free(mix->mime_type, TRUE);
132 g_string_free(mix->mime_type, FALSE);
H A Dmixvideoformat.h75 GString *mime_type; member in struct:_MixVideoFormat
H A Dmixvideoformatenc.h70 GString *mime_type; member in struct:_MixVideoFormatEnc

Completed in 56 milliseconds