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

/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp1505 M4xVSS_FramingStruct *pFramingCtx)
1507 M4OSA_UInt32 frameSize_argb = (pFramingCtx->width * pFramingCtx->height * 4); // aRGB data
1511 ALOGV("removeAlphafromRGB8888: width %d", pFramingCtx->width);
1541 M4OSA_UInt32 frameSize = (pFramingCtx->width * pFramingCtx->height * 3); //Size of RGB 888 data.
1543 pFramingCtx->FramingRgb = (M4VIFI_ImagePlane*)M4OSA_32bitAlignedMalloc(
1545 pFramingCtx->FramingRgb->pac_data = (M4VIFI_UInt8*)M4OSA_32bitAlignedMalloc(
1548 if (pFramingCtx->FramingRgb == M4OSA_NULL)
1558 pFramingCtx
1503 removeAlphafromRGB8888( M4OSA_Char* pFramingFilePath, M4xVSS_FramingStruct *pFramingCtx) argument
[all...]

Completed in 8 milliseconds