Home | History | Annotate | Download | only in lvpp

Lines Matching refs:outPtr

3841     M4OSA_UInt8* outPtr = (M4OSA_UInt8 *)M4OSA_32bitAlignedMalloc(
3843 if (outPtr == M4OSA_NULL) {
3854 width, outPtr, height, width);
3860 memcpy(pBuffer, (void *)outPtr, (width*height*1.5));
3870 memcpy(pBuffer, (void *)outPtr, (width*height*1.5));
3879 free((void *)outPtr);