Searched refs:bufentry (Results 1 – 2 of 2) sorted by relevance
398 MixInputBufferEntry *bufentry = NULL; in mix_videofmt_mp42_decode() local509 bufentry = g_malloc(sizeof(MixInputBufferEntry)); in mix_videofmt_mp42_decode()510 if (bufentry == NULL) { in mix_videofmt_mp42_decode()515 bufentry->buf = bufin[i]; in mix_videofmt_mp42_decode()516 bufentry->timestamp = ts; in mix_videofmt_mp42_decode()518 …f = %x bufentry->timestamp FOR VBP_DONE = %"G_GINT64_FORMAT"\n", bufentry->buf, bufentry->timestam… in mix_videofmt_mp42_decode()521 g_queue_push_tail(parent->inputbufqueue, (gpointer) bufentry); in mix_videofmt_mp42_decode()560 bufentry = g_malloc(sizeof(MixInputBufferEntry)); in mix_videofmt_mp42_decode()561 if (bufentry == NULL) { in mix_videofmt_mp42_decode()566 bufentry->buf = bufin[i]; in mix_videofmt_mp42_decode()[all …]
629 MixInputBufferEntry *bufentry = NULL; in mix_videofmt_vc1_decode() local750 bufentry = g_malloc(sizeof( in mix_videofmt_vc1_decode()752 if (bufentry == NULL) in mix_videofmt_vc1_decode()759 bufentry->buf = bufin[i]; in mix_videofmt_vc1_decode()760 …ufentry %x for mixbuffer %x ts to %"G_GINT64_FORMAT"\n", (guint)bufentry, (guint)bufentry->buf, ts… in mix_videofmt_vc1_decode()761 bufentry->timestamp = ts; in mix_videofmt_vc1_decode()764 LOG_V( "bufentry->timestamp %"G_GINT64_FORMAT"\n", bufentry->timestamp); in mix_videofmt_vc1_decode()768 (gpointer)bufentry); in mix_videofmt_vc1_decode()800 bufentry = g_malloc(sizeof in mix_videofmt_vc1_decode()802 if (bufentry == NULL) in mix_videofmt_vc1_decode()[all …]