Searched refs:multipass_cache_fd (Results 1 – 2 of 2) sorted by relevance
335 if (enc->multipass_cache_fd) { in theora_enc_clear_multipass_cache()336 g_io_channel_shutdown (enc->multipass_cache_fd, TRUE, NULL); in theora_enc_clear_multipass_cache()337 g_io_channel_unref (enc->multipass_cache_fd); in theora_enc_clear_multipass_cache()338 enc->multipass_cache_fd = NULL; in theora_enc_clear_multipass_cache()422 if (enc->multipass_cache_fd in theora_enc_flush()444 enc->multipass_cache_fd = in theora_enc_start()451 if (!enc->multipass_cache_fd) { in theora_enc_start()458 g_io_channel_set_encoding (enc->multipass_cache_fd, NULL, NULL); in theora_enc_start()750 stat = g_io_channel_read_chars (enc->multipass_cache_fd, in theora_enc_read_multipass_cache()802 stat = g_io_channel_seek_position (enc->multipass_cache_fd, 0, G_SEEK_SET, in theora_enc_write_multipass_cache()[all …]
104 GIOChannel *multipass_cache_fd; member