Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/mix_video/src/
Dmixvideoformatenc_h264.h24 … (G_TYPE_CHECK_INSTANCE_CAST ((obj), MIX_TYPE_VIDEOFORMATENC_H264, MixVideoFormatEnc_H264))
30 typedef struct _MixVideoFormatEnc_H264 MixVideoFormatEnc_H264; typedef
93 MixVideoFormatEnc_H264 *mix_videoformatenc_h264_new(void);
102 MixVideoFormatEnc_H264 *mix_videoformatenc_h264_ref(MixVideoFormatEnc_H264 * mix);
132 MIX_RESULT mix_videofmtenc_h264_process_encode (MixVideoFormatEnc_H264 *mix, MixBuffer * bufin,
Dmixvideoformatenc_h264.c36 G_DEFINE_TYPE (MixVideoFormatEnc_H264, mix_videoformatenc_h264, MIX_TYPE_VIDEOFORMATENC);
38 static void mix_videoformatenc_h264_init(MixVideoFormatEnc_H264 * self) { in mix_videoformatenc_h264_init()
85 MixVideoFormatEnc_H264 *
87 MixVideoFormatEnc_H264 *ret = in mix_videoformatenc_h264_new()
107 MixVideoFormatEnc_H264 *
108 mix_videoformatenc_h264_ref(MixVideoFormatEnc_H264 * mix) { in mix_videoformatenc_h264_ref()
109 return (MixVideoFormatEnc_H264 *) g_object_ref(G_OBJECT(mix)); in mix_videoformatenc_h264_ref()
189 MixVideoFormatEnc_H264 *self = MIX_VIDEOFORMATENC_H264(mix); in mix_videofmtenc_h264_initialize()
733 MixVideoFormatEnc_H264 *self = MIX_VIDEOFORMATENC_H264 (mix); in mix_videofmtenc_h264_encode()
790 MixVideoFormatEnc_H264 *self = MIX_VIDEOFORMATENC_H264(mix); in mix_videofmtenc_h264_flush()
[all …]
Dmixvideo.c840 MixVideoFormatEnc_H264 *video_format_enc = in mix_video_configure_encode()