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

/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp3277 M4VIFI_UInt8 *finalOutputBuffer = NULL, *tempOutputBuffer= NULL; local
3294 // allocate the tempOutputBuffer
3295 tempOutputBuffer = (M4VIFI_UInt8*)M4OSA_32bitAlignedMalloc(
3298 if(tempOutputBuffer == NULL) {
3299 ALOGE("applyEffectsAndRenderingMode: malloc error tempOutputBuffer");
3313 (M4VIFI_UInt8 *)tempOutputBuffer, params->videoWidth, params->videoHeight);
3323 (M4VIFI_UInt8 *)tempOutputBuffer, 0);
3332 (M4VIFI_UInt8 *)tempOutputBuffer, 0);
3341 (M4VIFI_UInt8 *)tempOutputBuffer, 0);
3350 (M4VIFI_UInt8 *)tempOutputBuffer,
[all...]

Completed in 33 milliseconds