Home
last modified time | relevance | path

Searched refs:packed_stream_queue (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/libmix/mix_video/src/
Dmixvideoformat_mp42.c37 GQueue *packed_stream_queue);
61 self->packed_stream_queue = NULL; in mix_videoformat_mp42_init()
151 if (self->packed_stream_queue) { in mix_videoformat_mp42_finalize()
152 mix_videoformat_mp42_flush_packed_stream_queue(self->packed_stream_queue); in mix_videoformat_mp42_finalize()
153 g_queue_free(self->packed_stream_queue); in mix_videoformat_mp42_finalize()
155 self->packed_stream_queue = NULL; in mix_videoformat_mp42_finalize()
369 self->packed_stream_queue = g_queue_new(); in mix_videofmt_mp42_initialize()
370 if (!self->packed_stream_queue) { in mix_videofmt_mp42_initialize()
667 if (!g_queue_is_empty(self->packed_stream_queue)) { in mix_videofmt_mp42_process_decode()
734 g_queue_push_tail(self->packed_stream_queue, in mix_videofmt_mp42_process_decode()
[all …]
Dmixvideoformat_mp42.h42 GQueue *packed_stream_queue; member