Searched refs:plane_index (Results 1 – 1 of 1) sorted by relevance
2029 int plane_index = 0; in registerStreamBuffers() local2077 for (plane_index = 0 ; plane_index < targetParms->svcPlanes ; plane_index++) { in registerStreamBuffers()2078 currentBuf.virt.extP[plane_index] = (char *)virtAddr[plane_index]; in registerStreamBuffers()2080 __FUNCTION__, plane_index, currentBuf.fd.extFd[plane_index], in registerStreamBuffers()2081 … (unsigned int)currentBuf.virt.extP[plane_index], currentBuf.size.extS[plane_index]); in registerStreamBuffers()2159 for (plane_index = 0 ; plane_index < (int)v4l2_buf.length ; plane_index++) { in registerStreamBuffers()2161 …currentBuf.virt.extP[plane_index] = (char *)ion_map(currentBuf.fd.extFd[plane_index], currentBuf.s… in registerStreamBuffers()2162 v4l2_buf.m.planes[plane_index].length = currentBuf.size.extS[plane_index]; in registerStreamBuffers()2164 __FUNCTION__, plane_index, v4l2_buf.m.planes[plane_index].m.fd, in registerStreamBuffers()2165 (unsigned int)currentBuf.virt.extP[plane_index], in registerStreamBuffers()[all …]