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

/frameworks/media/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp1666 M4OSA_ERR applyRenderingMode(M4VIFI_ImagePlane* pPlaneIn, M4VIFI_ImagePlane* pPlaneOut, M4xVSS_MediaRendering mediaRendering) function
1677 M4OSA_TRACE1_1("applyRenderingMode: M4ViFilResizeBilinearYUV420toYUV420 returns 0x%x!", err);
1733 pImagePlanesTemp[0].pac_data = (M4OSA_UInt8*)M4OSA_32bitAlignedMalloc(pImagePlanesTemp[0].u_width * pImagePlanesTemp[0].u_height, M4VS, (M4OSA_Char*)"applyRenderingMode: temporary plane bufferY") ;
1736 M4OSA_TRACE1_0("Error alloc in applyRenderingMode");
1739 pImagePlanesTemp[1].pac_data = (M4OSA_UInt8*)M4OSA_32bitAlignedMalloc(pImagePlanesTemp[1].u_width * pImagePlanesTemp[1].u_height, M4VS, (M4OSA_Char*)"applyRenderingMode: temporary plane bufferU") ;
1743 M4OSA_TRACE1_0("Error alloc in applyRenderingMode");
1746 pImagePlanesTemp[2].pac_data = (M4OSA_UInt8*)M4OSA_32bitAlignedMalloc(pImagePlanesTemp[2].u_width * pImagePlanesTemp[2].u_height, M4VS, (M4OSA_Char*)"applyRenderingMode: temporary plane bufferV") ;
1750 M4OSA_TRACE1_0("Error alloc in applyRenderingMode");
1844 M4OSA_TRACE1_1("applyRenderingMode: Error when initializing AIR: 0x%x", err);
1861 M4OSA_TRACE1_1("applyRenderingMode
[all...]

Completed in 10 milliseconds