Searched refs:mix_buffer (Results 1 – 2 of 2) sorted by relevance
26 MixBuffer *mix_buffer; member610 MixBuffer *mix_buffer = NULL; in mix_videofmt_mp42_process_decode() local713 mix_buffer = bufentry->buf; in mix_videofmt_mp42_process_decode()731 packed_stream->mix_buffer = mix_buffer_ref(mix_buffer); in mix_videofmt_mp42_process_decode()786 mix_buffer = packed_stream->mix_buffer; in mix_videofmt_mp42_process_decode()1109 if (mix_buffer) { in mix_videofmt_mp42_process_decode()1110 mix_buffer_unref(mix_buffer); in mix_videofmt_mp42_process_decode()1411 if (packed_stream->mix_buffer) { in mix_videoformat_mp42_flush_packed_stream_queue()1412 mix_buffer_unref(packed_stream->mix_buffer); in mix_videoformat_mp42_flush_packed_stream_queue()
32 G_DEFINE_TYPE_WITH_CODE (MixBuffer, mix_buffer, MIX_TYPE_PARAMS,