HomeSort by relevance Sort by last modified time
    Searched refs:packed_stream_queue (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/libmix/mix_video/src/
mixvideoformat_mp42.c 37 GQueue *packed_stream_queue);
61 self->packed_stream_queue = NULL;
151 if (self->packed_stream_queue) {
152 mix_videoformat_mp42_flush_packed_stream_queue(self->packed_stream_queue);
153 g_queue_free(self->packed_stream_queue);
155 self->packed_stream_queue = NULL;
369 self->packed_stream_queue = g_queue_new();
370 if (!self->packed_stream_queue) {
667 if (!g_queue_is_empty(self->packed_stream_queue)) {
734 g_queue_push_tail(self->packed_stream_queue,
    [all...]
mixvideoformat_mp42.h 42 GQueue *packed_stream_queue; member in struct:_MixVideoFormat_MP42

Completed in 5849 milliseconds