HomeSort by relevance Sort by last modified time
    Searched refs:elementSizeBytes (Results 1 - 20 of 20) sorted by null

  /external/webrtc/webrtc/modules/audio_device/mac/portaudio/
pa_ringbuffer.c 67 PaRingBufferSize elementSizeBytes,
76 rbuf->elementSizeBytes = elementSizeBytes;
123 *dataPtr1 = &rbuf->buffer[index*rbuf->elementSizeBytes];
130 *dataPtr1 = &rbuf->buffer[index*rbuf->elementSizeBytes];
170 *dataPtr1 = &rbuf->buffer[index*rbuf->elementSizeBytes];
177 *dataPtr1 = &rbuf->buffer[index*rbuf->elementSizeBytes];
205 memcpy( data1, data, size1*rbuf->elementSizeBytes );
206 data = ((char *)data) + size1*rbuf->elementSizeBytes;
207 memcpy( data2, data, size2*rbuf->elementSizeBytes );
    [all...]
pa_ringbuffer.h 97 PaRingBufferSize elementSizeBytes; /**< Number of bytes per element. */
105 @param elementSizeBytes The size of a single data element in bytes.
110 will be maintained. It must be elementCount*elementSizeBytes long.
114 PaRingBufferSize PaUtil_InitializeRingBuffer( PaUtilRingBuffer *rbuf, PaRingBufferSize elementSizeBytes, PaRingBufferSize elementCount, void *dataPtr );
  /frameworks/rs/driver/runtime/
rs_structs.h 43 uint32_t elementSizeBytes;
214 uint32_t elementSizeBytes;
rs_allocation.c 82 const uint32_t sizeOf = alloc->mHal.state.elementSizeBytes;;
195 const uint32_t eSize = alloc->mHal.state.elementSizeBytes;
203 const uint32_t eSize = alloc->mHal.state.elementSizeBytes;
212 const uint32_t eSize = alloc->mHal.state.elementSizeBytes;
221 const uint32_t eSize = alloc->mHal.state.elementSizeBytes;
229 const uint32_t eSize = alloc->mHal.state.elementSizeBytes;
238 const uint32_t eSize = alloc->mHal.state.elementSizeBytes;
rs_element.c 89 return element->mHal.state.elementSizeBytes;
  /frameworks/rs/support/jni/
android_rscompat_usage_io_driver.cpp 29 alloc->mHal.drvState.lod[0].stride = drv->wndBuffer->stride * alloc->mHal.state.elementSizeBytes;
  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.hpp 86 deUint8 elementSizeBytes;
vkImageUtil.cpp     [all...]
vkNullDriver.cpp     [all...]
  /frameworks/rs/
rsElement.h 48 uint32_t elementSizeBytes;
rsElement.cpp 182 mHal.state.elementSizeBytes = getSizeBytes();
227 mHal.state.elementSizeBytes = getSizeBytes();
rsAllocation.h 64 uint32_t elementSizeBytes;
rsAllocation.cpp 149 mHal.state.elementSizeBytes = type->getElementSizeBytes();
244 const size_t eSize = mHal.state.elementSizeBytes;
263 const size_t eSize = mHal.state.elementSizeBytes;
    [all...]
  /frameworks/rs/rsov/driver/
rsovAllocation.cpp 155 ptr += xoff * alloc->mHal.state.elementSizeBytes;
341 size_t eSize = alloc->mHal.state.elementSizeBytes;
393 uint32_t eSize = alloc->mHal.state.elementSizeBytes;
434 size_t eSize = alloc->mHal.state.elementSizeBytes;
463 uint32_t eSize = alloc->mHal.state.elementSizeBytes;
  /frameworks/rs/cpu_ref/
rsCpuScriptGroup.cpp 71 mkinfo->inStride[0] = sl->ins[ct]->mHal.state.elementSizeBytes;
96 ostep = sl->outs[ct]->mHal.state.elementSizeBytes;
rsCpuScriptGroup2.cpp 56 const uint32_t eStride = a->mHal.state.elementSizeBytes;
68 const uint32_t ostep = out->mHal.state.elementSizeBytes;
  /frameworks/rs/driver/
rsdMeshObj.cpp 106 uint32_t stride = elem->mHal.state.elementSizeBytes;
rsdAllocation.cpp 93 ptr += xoff * alloc->mHal.state.elementSizeBytes;
615 size_t stride = alloc->mHal.state.elementSizeBytes;
726 alloc->mHal.drvState.lod[0].stride = drv->wndBuffer->stride * alloc->mHal.state.elementSizeBytes;
852 size_t eSize = alloc->mHal.state.elementSizeBytes;
    [all...]
rsdShader.cpp 317 uint32_t elementSize = field->mHal.state.elementSizeBytes / sizeof(float);
  /external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrUtil.cpp 72 const deUint32 planeSize = m_description.planes[planeNdx].elementSizeBytes * planeW * planeH;
100 planeRowPitches[planeNdx] = m_description.planes[planeNdx].elementSizeBytes * planeW;
120 planeRowPitches[planeNdx] = m_description.planes[planeNdx].elementSizeBytes * planeW;
    [all...]

Completed in 379 milliseconds