Home
last modified time | relevance | path

Searched refs:elementSizeBytes (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/mac/portaudio/
Dpa_ringbuffer.c67 PaRingBufferSize elementSizeBytes, in PaUtil_InitializeRingBuffer() argument
76 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 …]
Dpa_ringbuffer.h97 PaRingBufferSize elementSizeBytes; /**< Number of bytes per element. */ member
114 …Util_InitializeRingBuffer( PaUtilRingBuffer *rbuf, PaRingBufferSize elementSizeBytes, PaRingBuffer…
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp85 deUint8 elementSizeBytes; member
DvkImageUtil.cpp2035 const deUint32 elementSizeBytes = formatInfo.planes[planeNdx].elementSizeBytes; in getChannelAccess() local
2039 if (pixelStrideBytes != elementSizeBytes) in getChannelAccess()
2041 DE_ASSERT(elementSizeBytes % pixelStrideBytes == 0); in getChannelAccess()
2042 accessWidth *= elementSizeBytes/pixelStrideBytes; in getChannelAccess()
DvkNullDriver.cpp938 const deUint32 elementSize = desc.planes[planeNdx].elementSizeBytes; in getYCbCrImageDataSize()
978 const deUint32 elementSize = formatDesc.planes[planeNdx].elementSizeBytes; in getImageMemoryRequirements2KHR()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp61 const deUint32 planeSize = m_description.planes[planeNdx].elementSizeBytes * planeW * planeH; in MultiPlaneImageData()
89 planeRowPitches[planeNdx] = m_description.planes[planeNdx].elementSizeBytes * planeW; in getChannelAccess()
109 planeRowPitches[planeNdx] = m_description.planes[planeNdx].elementSizeBytes * planeW; in getChannelAccess()
DvktYCbCrConversionTests.cpp582 const deUint32 elementSizeBytes = formatInfo.planes[planeNdx].elementSizeBytes; in getChannelAccess() local
584 const deUint32 rowPitch = formatInfo.planes[planeNdx].elementSizeBytes * accessWidth; in getChannelAccess()
587 if (pixelStrideBytes != elementSizeBytes) in getChannelAccess()
589 DE_ASSERT(elementSizeBytes % pixelStrideBytes == 0); in getChannelAccess()
590 accessWidth *= elementSizeBytes/pixelStrideBytes; in getChannelAccess()