Home
last modified time | relevance | path

Searched refs:bufentry (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/libmix/mix_video/src/
Dmixvideoformat_mp42.c398 MixInputBufferEntry *bufentry = NULL; in mix_videofmt_mp42_decode() local
509 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 …]
Dmixvideoformat_h264.c575 MixInputBufferEntry *bufentry = NULL; in mix_videofmt_h264_decode() local
695 bufentry = g_malloc(sizeof( in mix_videofmt_h264_decode()
697 if (bufentry == NULL) in mix_videofmt_h264_decode()
704 bufentry->buf = bufin[i]; in mix_videofmt_h264_decode()
705 …ufentry %x for mixbuffer %x ts to %"G_GINT64_FORMAT"\n", (guint)bufentry, (guint)bufentry->buf, ts… in mix_videofmt_h264_decode()
706 bufentry->timestamp = ts; in mix_videofmt_h264_decode()
709 LOG_V( "bufentry->timestamp %"G_GINT64_FORMAT"\n", bufentry->timestamp); in mix_videofmt_h264_decode()
713 (gpointer)bufentry); in mix_videofmt_h264_decode()
745 bufentry = g_malloc(sizeof in mix_videofmt_h264_decode()
747 if (bufentry == NULL) in mix_videofmt_h264_decode()
[all …]
Dmixvideoformat_vc1.c629 MixInputBufferEntry *bufentry = NULL; in mix_videofmt_vc1_decode() local
750 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 …]