Home
last modified time | relevance | path

Searched defs:elementSizeBytes (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/mac/portaudio/
Dpa_ringbuffer.h97 PaRingBufferSize elementSizeBytes; /**< Number of bytes per element. */ member
Dpa_ringbuffer.c67 PaRingBufferSize elementSizeBytes, in PaUtil_InitializeRingBuffer()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp101 deUint8 elementSizeBytes; member
DvkImageUtil.cpp3101 const deUint32 elementSizeBytes = formatInfo.planes[planeNdx].elementSizeBytes; in getChannelAccess() local
3146 const deUint32 elementSizeBytes = formatInfo.planes[planeNdx].elementSizeBytes; in getChannelAccess() local
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp932 const deUint32 elementSizeBytes = formatInfo.planes[planeNdx].elementSizeBytes; in getChannelAccess() local
/external/angle/src/compiler/translator/
DIntermNode.cpp740 size_t elementSizeBytes = sizeof(TConstantUnion) * elementSize; in getConstantValue() local