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

  /hardware/intel/common/libmix/mix_video/src/
mixvideoformatenc_h264.h 24 #define MIX_VIDEOFORMATENC_H264(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), MIX_TYPE_VIDEOFORMATENC_H264, MixVideoFormatEnc_H264))
30 typedef struct _MixVideoFormatEnc_H264 MixVideoFormatEnc_H264;
89 * @returns: A newly allocated instance of #MixVideoFormatEnc_H264
91 * Use this method to create new instance of #MixVideoFormatEnc_H264
93 MixVideoFormatEnc_H264 *mix_videoformatenc_h264_new(void);
98 * @returns: the MixVideoFormatEnc_H264 instance where reference count has been increased.
102 MixVideoFormatEnc_H264 *mix_videoformatenc_h264_ref(MixVideoFormatEnc_H264 * mix);
132 MIX_RESULT mix_videofmtenc_h264_process_encode (MixVideoFormatEnc_H264 *mix, MixBuffer * bufin,
mixvideoformatenc_h264.c 14 #include "mixvideoformatenc_h264.h"
36 G_DEFINE_TYPE (MixVideoFormatEnc_H264, mix_videoformatenc_h264, MIX_TYPE_VIDEOFORMATENC);
38 static void mix_videoformatenc_h264_init(MixVideoFormatEnc_H264 * self) {
85 MixVideoFormatEnc_H264 *
87 MixVideoFormatEnc_H264 *ret =
96 /*MixVideoFormatEnc_H264 *mix = MIX_VIDEOFORMATENC_H264(obj); */
107 MixVideoFormatEnc_H264 *
108 mix_videoformatenc_h264_ref(MixVideoFormatEnc_H264 * mix) {
109 return (MixVideoFormatEnc_H264 *) g_object_ref(G_OBJECT(mix));
189 MixVideoFormatEnc_H264 *self = MIX_VIDEOFORMATENC_H264(mix)
    [all...]
mixvideo.c 32 #include "mixvideoformatenc_h264.h"
840 MixVideoFormatEnc_H264 *video_format_enc =
    [all...]

Completed in 150 milliseconds