Searched refs:elementSizeBytes (Results 1 – 6 of 6) sorted by relevance
67 PaRingBufferSize elementSizeBytes, in PaUtil_InitializeRingBuffer() argument76 rbuf->elementSizeBytes = elementSizeBytes; in PaUtil_InitializeRingBuffer()123 *dataPtr1 = &rbuf->buffer[index*rbuf->elementSizeBytes]; in PaUtil_GetRingBufferWriteRegions()130 *dataPtr1 = &rbuf->buffer[index*rbuf->elementSizeBytes]; in PaUtil_GetRingBufferWriteRegions()170 *dataPtr1 = &rbuf->buffer[index*rbuf->elementSizeBytes]; in PaUtil_GetRingBufferReadRegions()177 *dataPtr1 = &rbuf->buffer[index*rbuf->elementSizeBytes]; in PaUtil_GetRingBufferReadRegions()205 memcpy( data1, data, size1*rbuf->elementSizeBytes ); in PaUtil_WriteRingBuffer()206 data = ((char *)data) + size1*rbuf->elementSizeBytes; in PaUtil_WriteRingBuffer()207 memcpy( data2, data, size2*rbuf->elementSizeBytes ); in PaUtil_WriteRingBuffer()211 memcpy( data1, data, size1*rbuf->elementSizeBytes ); in PaUtil_WriteRingBuffer()[all …]
97 PaRingBufferSize elementSizeBytes; /**< Number of bytes per element. */ member114 …Util_InitializeRingBuffer( PaUtilRingBuffer *rbuf, PaRingBufferSize elementSizeBytes, PaRingBuffer…
73 const deUint32 planeSize = m_description.planes[planeNdx].elementSizeBytes * planeW * planeH; in MultiPlaneImageData()101 planeRowPitches[planeNdx] = m_description.planes[planeNdx].elementSizeBytes * planeW; in getChannelAccess()121 planeRowPitches[planeNdx] = m_description.planes[planeNdx].elementSizeBytes * planeW; in getChannelAccess()954 const deUint32 elementSizeBytes = formatInfo.planes[planeNdx].elementSizeBytes; in getChannelAccess() local956 const deUint32 rowPitch = formatInfo.planes[planeNdx].elementSizeBytes * accessWidth; in getChannelAccess()959 if (pixelStrideBytes != elementSizeBytes) in getChannelAccess()961 DE_ASSERT(elementSizeBytes % pixelStrideBytes == 0); in getChannelAccess()962 accessWidth *= elementSizeBytes/pixelStrideBytes; in getChannelAccess()
96 deUint8 elementSizeBytes; member
2177 const deUint32 elementSizeBytes = formatInfo.planes[planeNdx].elementSizeBytes; in getChannelAccess() local2181 if (pixelStrideBytes != elementSizeBytes) in getChannelAccess()2183 DE_ASSERT(elementSizeBytes % pixelStrideBytes == 0); in getChannelAccess()2184 accessWidth *= elementSizeBytes/pixelStrideBytes; in getChannelAccess()
1097 const deUint32 elementSize = desc.planes[planeNdx].elementSizeBytes; in getYCbCrImageDataSize()