Home | History | Annotate | Download | only in src

Lines Matching refs:mix

44 typedef MIX_RESULT (*MixVideoFmtGetCapsFunc)(MixVideoFormat *mix, GString *msg);
45 typedef MIX_RESULT (*MixVideoFmtInitializeFunc)(MixVideoFormat *mix,
51 typedef MIX_RESULT (*MixVideoFmtDecodeFunc)(MixVideoFormat *mix,
54 typedef MIX_RESULT (*MixVideoFmtFlushFunc)(MixVideoFormat *mix);
55 typedef MIX_RESULT (*MixVideoFmtEndOfStreamFunc)(MixVideoFormat *mix);
56 typedef MIX_RESULT (*MixVideoFmtDeinitializeFunc)(MixVideoFormat *mix);
125 * @mix: object to add reference
130 MixVideoFormat *mix_videoformat_ref(MixVideoFormat * mix);
142 MIX_RESULT mix_videofmt_getcaps(MixVideoFormat *mix, GString *msg);
144 MIX_RESULT mix_videofmt_initialize(MixVideoFormat *mix,
151 MIX_RESULT mix_videofmt_decode(MixVideoFormat *mix, MixBuffer * bufin[],
154 MIX_RESULT mix_videofmt_flush(MixVideoFormat *mix);
156 MIX_RESULT mix_videofmt_eos(MixVideoFormat *mix);
158 MIX_RESULT mix_videofmt_deinitialize(MixVideoFormat *mix);