Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/mix_video/src/
Dmixvideoformat_h264.h21 … (G_TYPE_CHECK_INSTANCE_CAST ((obj), MIX_TYPE_VIDEOFORMAT_H264, MixVideoFormat_H264))
27 typedef struct _MixVideoFormat_H264 MixVideoFormat_H264; typedef
68 MixVideoFormat_H264 *mix_videoformat_h264_new(void);
77 MixVideoFormat_H264 *mix_videoformat_h264_ref(MixVideoFormat_H264 * mix);
Dmixvideoformat_h264.c29 G_DEFINE_TYPE (MixVideoFormat_H264, mix_videoformat_h264, MIX_TYPE_VIDEOFORMAT);
31 static void mix_videoformat_h264_init(MixVideoFormat_H264 * self) { in mix_videoformat_h264_init()
72 MixVideoFormat_H264 *
74 MixVideoFormat_H264 *ret = in mix_videoformat_h264_new()
86 MixVideoFormat_H264 *self = MIX_VIDEOFORMAT_H264(obj); in mix_videoformat_h264_finalize()
123 MixVideoFormat_H264 *
124 mix_videoformat_h264_ref(MixVideoFormat_H264 * mix) { in mix_videoformat_h264_ref()
125 return (MixVideoFormat_H264 *) g_object_ref(G_OBJECT(mix)); in mix_videoformat_h264_ref()
205 MixVideoFormat_H264 *self = MIX_VIDEOFORMAT_H264(mix); in mix_videofmt_h264_initialize()
806 MixVideoFormat_H264 *self = MIX_VIDEOFORMAT_H264(mix); in mix_videofmt_h264_flush()
[all …]
Dmixvideo.c599 MixVideoFormat_H264 *video_format = mix_videoformat_h264_new(); in mix_video_configure_decode()