Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/mix_video/src/
Dmixvideoconfigparamsenc.c46 self->mime_type = NULL; in mix_videoconfigparamsenc_init()
98 if (self->mime_type->str) in mix_videoconfigparamsenc_finalize()
99 g_string_free(self->mime_type, TRUE); in mix_videoconfigparamsenc_finalize()
101 g_string_free(self->mime_type, FALSE); in mix_videoconfigparamsenc_finalize()
187 if (this_src->mime_type) { in mix_videoconfigparamsenc_copy()
189 if (this_src->mime_type->str) { in mix_videoconfigparamsenc_copy()
192 this_src->mime_type->str, (unsigned int)this_src->mime_type->str); in mix_videoconfigparamsenc_copy()
197 this_src->mime_type->str); in mix_videoconfigparamsenc_copy()
324 if (this_first->mime_type && this_second->mime_type) { in mix_videoconfigparamsenc_equal()
325 if (g_string_equal(this_first->mime_type, this_second->mime_type) in mix_videoconfigparamsenc_equal()
[all …]
Dmixvideoconfigparamsdec.c40 self->mime_type = NULL; in mix_videoconfigparamsdec_init()
96 if (self->mime_type->str) in mix_videoconfigparamsdec_finalize()
97 g_string_free(self->mime_type, TRUE); in mix_videoconfigparamsdec_finalize()
99 g_string_free(self->mime_type, FALSE); in mix_videoconfigparamsdec_finalize()
181 if (this_src->mime_type) { in mix_videoconfigparamsdec_copy()
184 this_src->mime_type->str); in mix_videoconfigparamsdec_copy()
290 if (this_first->mime_type && this_second->mime_type) { in mix_videoconfigparamsdec_equal()
291 if (g_string_equal(this_first->mime_type, this_second->mime_type) in mix_videoconfigparamsdec_equal()
295 } else if (!(!this_first->mime_type && !this_second->mime_type)) { in mix_videoconfigparamsdec_equal()
390 const gchar * mime_type) { in mix_videoconfigparamsdec_set_mime_type() argument
[all …]
Dmixvideoformat.c54 self->mime_type = NULL; in mix_videoformat_init()
99 if (mix->mime_type) in mix_videoformat_finalize()
101 if (mix->mime_type->str) in mix_videoformat_finalize()
102 g_string_free(mix->mime_type, TRUE); in mix_videoformat_finalize()
104 g_string_free(mix->mime_type, FALSE); in mix_videoformat_finalize()
219 if (mix->mime_type) //Clean up any previous mime_type in mix_videofmt_initialize_default()
221 if (mix->mime_type->str) in mix_videofmt_initialize_default()
222 g_string_free(mix->mime_type, TRUE); in mix_videofmt_initialize_default()
224 g_string_free(mix->mime_type, FALSE); in mix_videofmt_initialize_default()
230 mix->mime_type = g_string_new(mime_tmp); in mix_videofmt_initialize_default()
[all …]
Dmixvideoconfigparamsdec.h75 GString * mime_type; member
152 const gchar * mime_type);
155 gchar ** mime_type);
Dmixvideo.c447 gchar *mime_type = NULL; in mix_video_configure_decode() local
494 ret = mix_videoconfigparamsdec_get_mime_type(priv_config_params_dec, &mime_type); in mix_video_configure_decode()
500 LOG_I( "mime : %s\n", mime_type); in mix_video_configure_decode()
503 if (g_strcmp0(mime_type, "video/x-wmv") == 0) { in mix_video_configure_decode()
551 if (g_strcmp0(mime_type, "video/x-wmv") == 0 || g_strcmp0(mime_type, in mix_video_configure_decode()
552 "video/mpeg") == 0 || g_strcmp0(mime_type, "video/x-divx") == 0) { in mix_video_configure_decode()
582 if (g_strcmp0(mime_type, "video/x-wmv") == 0 in mix_video_configure_decode()
596 } else if (g_strcmp0(mime_type, "video/x-h264") == 0 in mix_video_configure_decode()
610 } else if (g_strcmp0(mime_type, "video/mpeg") == 0 || g_strcmp0(mime_type, in mix_video_configure_decode()
616 if (g_strcmp0(mime_type, "video/mpeg") == 0) { in mix_video_configure_decode()
[all …]
Dmixvideoconfigparamsenc.h88 GString * mime_type; member
155 const gchar * mime_type);
158 gchar ** mime_type);
Dmixvideoformatenc.c55 self->mime_type = NULL; in mix_videoformatenc_init()
127 if (mix->mime_type) in mix_videoformatenc_finalize()
129 if (mix->mime_type->str) in mix_videoformatenc_finalize()
130 g_string_free(mix->mime_type, TRUE); in mix_videoformatenc_finalize()
132 g_string_free(mix->mime_type, FALSE); in mix_videoformatenc_finalize()
Dmixvideoformat.h75 GString *mime_type; member
Dmixvideoformatenc.h70 GString *mime_type; member