Home
last modified time | relevance | path

Searched refs:multipass_cache_file (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_base/ext/theora/
Dgsttheoraenc.c329 enc->multipass_cache_file = THEORA_DEF_MULTIPASS_CACHE_FILE; in gst_theora_enc_init()
357 g_free (enc->multipass_cache_file); in theora_enc_finalize()
440 if (!enc->multipass_cache_file) { in theora_enc_start()
445 g_io_channel_new_file (enc->multipass_cache_file, in theora_enc_start()
1140 enc->multipass_cache_file = g_value_dup_string (value); in theora_enc_set_property()
1196 g_value_set_string (value, enc->multipass_cache_file); in theora_enc_get_property()
Dgsttheoraenc.h106 gchar *multipass_cache_file; member
/third_party/gstreamer/gstplugins_good/ext/vpx/
Dgstvpxenc.c805 gst_vpx_enc->multipass_cache_file = NULL; in gst_vpx_enc_init()
859 g_free (gst_vpx_enc->multipass_cache_file); in gst_vpx_enc_finalize()
1630 g_free (encoder->multipass_cache_file); in gst_vpx_enc_stop()
1631 encoder->multipass_cache_file = NULL; in gst_vpx_enc_stop()
1781 g_free (encoder->multipass_cache_file); in gst_vpx_enc_set_format()
1784 encoder->multipass_cache_file = g_strdup_printf ("%s.%u", in gst_vpx_enc_set_format()
1787 encoder->multipass_cache_file = in gst_vpx_enc_set_format()
1806 if (!g_file_get_contents (encoder->multipass_cache_file, in gst_vpx_enc_set_format()
2149 if (encoder->cfg.g_pass == VPX_RC_FIRST_PASS && encoder->multipass_cache_file) { in gst_vpx_enc_drain()
2152 if (!g_file_set_contents (encoder->multipass_cache_file, in gst_vpx_enc_drain()
Dgstvpxenc.h80 gchar *multipass_cache_file; member