Searched refs:GST_THEORA_ENC (Results 1 – 2 of 2) sorted by relevance
350 GstTheoraEnc *enc = GST_THEORA_ENC (object); in theora_enc_finalize()370 GstTheoraEnc *enc = GST_THEORA_ENC (encoder); in theora_enc_flush()435 enc = GST_THEORA_ENC (benc); in theora_enc_start()473 enc = GST_THEORA_ENC (benc); in theora_enc_stop()567 GstTheoraEnc *enc = GST_THEORA_ENC (benc); in theora_enc_set_format()622 GstTheoraEnc *enc = GST_THEORA_ENC (benc); in theora_enc_pre_push()883 enc = GST_THEORA_ENC (benc); in theora_enc_handle_frame()1060 enc = GST_THEORA_ENC (benc); in theora_enc_finish()1090 GstTheoraEnc *enc = GST_THEORA_ENC (object); in theora_enc_set_property()1155 GstTheoraEnc *enc = GST_THEORA_ENC (object); in theora_enc_get_property()
35 #define GST_THEORA_ENC(obj) \ macro