Searched defs:MixVideoFormat_H264 (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/libmix/mix_video/src/
H A Dmixvideoformat_h264.h21 #define MIX_VIDEOFORMAT_H264(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), MIX_TYPE_VIDEOFORMAT_H264, MixVideoFormat_H264))
27 typedef struct _MixVideoFormat_H264 MixVideoFormat_H264; typedef in typeref:struct:_MixVideoFormat_H264
64 * @returns: A newly allocated instance of #MixVideoFormat_H264
66 * Use this method to create new instance of #MixVideoFormat_H264
68 MixVideoFormat_H264 *mix_videoformat_h264_new(void);
73 * @returns: the MixVideoFormat_H264 instance where reference count has been increased.
77 MixVideoFormat_H264 *mix_videoformat_h264_ref(MixVideoFormat_H264 * mix);

Completed in 74 milliseconds