Home
last modified time | relevance | path

Searched refs:tempOutputBuffer (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/libvideoeditor/lvpp/
DVideoEditorTools.cpp3277 M4VIFI_UInt8 *finalOutputBuffer = NULL, *tempOutputBuffer= NULL; in applyEffectsAndRenderingMode() local
3295 tempOutputBuffer = (M4VIFI_UInt8*)M4OSA_32bitAlignedMalloc( in applyEffectsAndRenderingMode()
3298 if(tempOutputBuffer == NULL) { in applyEffectsAndRenderingMode()
3313 (M4VIFI_UInt8 *)tempOutputBuffer, params->videoWidth, params->videoHeight); in applyEffectsAndRenderingMode()
3323 (M4VIFI_UInt8 *)tempOutputBuffer, 0); in applyEffectsAndRenderingMode()
3332 (M4VIFI_UInt8 *)tempOutputBuffer, 0); in applyEffectsAndRenderingMode()
3341 (M4VIFI_UInt8 *)tempOutputBuffer, 0); in applyEffectsAndRenderingMode()
3350 (M4VIFI_UInt8 *)tempOutputBuffer, 0); in applyEffectsAndRenderingMode()
3359 (M4VIFI_UInt8 *)tempOutputBuffer, 0); in applyEffectsAndRenderingMode()
3374 (M4VIFI_UInt8 *)tempOutputBuffer, in applyEffectsAndRenderingMode()
[all …]