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

/hardware/intel/common/libmix/mix_video/src/
H A Dmixbufferpool.h31 #define MIX_BUFFERPOOL(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), MIX_TYPE_BUFFERPOOL, MixBufferPool))
37 * Checks if the given object is an instance of #MixBufferPool
57 * @obj: a #MixBufferPool object.
63 typedef struct _MixBufferPool MixBufferPool; typedef in typeref:struct:_MixBufferPool
67 * MixBufferPool:
115 * @returns: A newly allocated instance of #MixBufferPool
117 * Use this method to create new instance of #MixBufferPool
119 MixBufferPool *mix_bufferpool_new (void);
123 * @returns: the MixBufferPool instance where reference count has been increased.
127 MixBufferPool *mix_bufferpool_re
[all...]

Completed in 33 milliseconds