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

/frameworks/av/libvideoeditor/vss/src/
H A DM4DECODER_Null.c64 M4VIFI_ImagePlane *pDecYuvWithEffect; // Pointer to Yuv plane with color effect member in struct:__anon307
209 pStreamContext->pDecYuvWithEffect = (M4VIFI_ImagePlane *)pValue;
219 p_des = pStreamContext->pDecYuvWithEffect[0].pac_data +
220 pStreamContext->pDecYuvWithEffect[0].u_topleft;
224 for (height = 0; height<pStreamContext->pDecYuvWithEffect[0].u_height;
227 pStreamContext->pDecYuvWithEffect[0].u_width);
229 p_des += pStreamContext->pDecYuvWithEffect[0].u_stride;
233 p_des = pStreamContext->pDecYuvWithEffect[1].pac_data +
234 pStreamContext->pDecYuvWithEffect[1].u_topleft;
238 for (height = 0; height<pStreamContext->pDecYuvWithEffect[
[all...]

Completed in 40 milliseconds