RawContext         47 modules/raw_out/raw_video.c #define RAWCTX	RawContext *rc = (RawContext *)dr->opaque
RawContext        166 modules/raw_out/raw_video.c 	RawContext *pCtx;
RawContext        171 modules/raw_out/raw_video.c 	pCtx = (RawContext*)gf_malloc(sizeof(RawContext));
RawContext        172 modules/raw_out/raw_video.c 	memset(pCtx, 0, sizeof(RawContext));
RawContext        186 modules/raw_out/raw_video.c 	RawContext *rc;
RawContext        188 modules/raw_out/raw_video.c 	rc = (RawContext *)driv->opaque;
RawContext        248 modules/raw_out/raw_video.c 	RawContext *ctx;
RawContext        250 modules/raw_out/raw_video.c 	ctx = (RawContext*)gf_malloc(sizeof(RawContext));
RawContext        251 modules/raw_out/raw_video.c 	memset(ctx, 0, sizeof(RawContext));
RawContext        275 modules/raw_out/raw_video.c 	RawContext *ctx = (RawContext*)dr->opaque;