Home | History | Annotate | Download | only in include

Lines Matching refs:userData

178 /** In AVCDecControls structure, userData is a pointer to an object with the following
187 @param userData The same value of userData in AVCHandle object.
193 typedef int (*FunctionType_DPBAlloc)(void *userData, uint frame_size_in_mbs, uint num_buffers);
197 @param userData The same value of userData in AVCHandle object.
202 typedef int (*FunctionType_FrameBind)(void *userData, int indx, uint8 **yuv);
206 @param userData The same value of userData in AVCHandle object.
210 typedef void (*FuctionType_FrameUnbind)(void *userData, int);
218 typedef void* (*FunctionType_Malloc)(void *userData, int32 size, int attribute);
224 typedef void (*FunctionType_Free)(void *userData, void *mem);
231 typedef void (*FunctionType_DebugLog)(uint32 *userData, AVCLogType type, char *string1, int val1, int val2);
246 void *userData;