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

/frameworks/av/libvideoeditor/vss/src/
H A DM4DECODER_Null.c311 * @param pOutputPlane:(OUT) Output plane filled with decoded data
324 M4VIFI_ImagePlane* pOutputPlane,
335 p_des = pOutputPlane[0].pac_data + pOutputPlane[0].u_topleft;
339 for (height = 0; height<pOutputPlane[0].u_height; height++) {
340 memcpy((void *)p_des, (void *)p_src, pOutputPlane[0].u_width);
341 p_des += pOutputPlane[0].u_stride;
345 p_des = pOutputPlane[1].pac_data + pOutputPlane[1].u_topleft;
349 for (height = 0; height<pOutputPlane[
323 M4DECODER_NULL_render(M4OSA_Context context, M4_MediaTime* pTime, M4VIFI_ImagePlane* pOutputPlane, M4OSA_Bool bForceRender) argument
[all...]
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoDecoder.cpp1570 M4_MediaTime* pTime, M4VIFI_ImagePlane* pOutputPlane,
1587 VIDEOEDITOR_CHECK(M4OSA_NULL != pOutputPlane, M4ERR_PARAMETER);
1630 pOutputPlane[0].u_width, pOutputPlane[0].u_height,
1631 pOutputPlane[0].u_topleft, pOutputPlane[0].u_stride);
1661 pDecShellContext->m_pFilter(M4OSA_NULL, &tmpPlane[0], pOutputPlane);
1671 memcpy((void *) pOutputPlane[0].pac_data, (void *)tempBuffPtr,
1674 memcpy((void *) pOutputPlane[1].pac_data, (void *)tempBuffPtr,
1677 memcpy((void *) pOutputPlane[
1569 VideoEditorVideoDecoder_render(M4OSA_Context context, M4_MediaTime* pTime, M4VIFI_ImagePlane* pOutputPlane, M4OSA_Bool bForceRender) argument
[all...]
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp130 M4VIFI_ImagePlane** pOutputPlane);
2452 M4VIFI_ImagePlane** pOutputPlane)
2448 videoEditor_getTextRgbBufferFct( M4OSA_Void* pRenderingData, M4OSA_Void* pTextBuffer, M4OSA_UInt32 textBufferSize, M4VIFI_ImagePlane** pOutputPlane) argument

Completed in 580 milliseconds