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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/camera/
H A Dmsm_vfe8x_proc.c1526 struct vfe_msg_output msgPayload; local
1528 msgPayload.yBuffer = yPathAddr;
1529 msgPayload.cbcrBuffer = cbcrPathAddr;
1534 msgPayload.frameCounter = ctrl->vfeFrameId;
1537 /* msgPayload.pmData = ctrl->vfePmData.encPathPmInfo; */
1538 vfe_send_output2_msg(&msgPayload);
1540 /* msgPayload.pmData = ctrl->vfePmData.viewPathPmInfo; */
1541 vfe_send_output1_msg(&msgPayload);

Completed in 162 milliseconds