Searched refs:bufferBytes (Results 1 – 4 of 4) sorted by relevance
215 byte[] bufferBytes = new byte[HEADER_SIZE_FOR_PARSER]; in parseAc4SyncframeAudioSampleCount()217 buffer.get(bufferBytes); in parseAc4SyncframeAudioSampleCount()219 return parseAc4SyncframeInfo(new ParsableBitArray(bufferBytes)).sampleCount; in parseAc4SyncframeAudioSampleCount()
1497 uint32 bufferBytes = 0; in FindImageDigest() local1499 if (!SafeUint32Mult (kBufferRows, buffer.fRowStep, &bufferBytes) || in FindImageDigest()1500 !SafeUint32Mult (bufferBytes, buffer.fPixelSize, &bufferBytes)) in FindImageDigest()1507 AutoPtr<dng_memory_block> bufferData (host.Allocate (bufferBytes)); in FindImageDigest()
3584 for (const auto& bufferBytes : vertexData) in prepareVertexBuffers() local3586 const auto bufferSize = static_cast<vk::VkDeviceSize>(de::dataSize(bufferBytes)); in prepareVertexBuffers()3601 …copyAndFlush(vkd, device, *buffers.back().buffer, 0, bufferBytes.data(), de::dataSize(bufferBytes)… in prepareVertexBuffers()