Home
last modified time | relevance | path

Searched refs:dataSizeBytes (Results 1 – 2 of 2) sorted by relevance

/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/wav/
DWavExtractor.java490 int dataSizeBytes = blockSize / numChannels - 4; in decodeBlockForChannel() local
505 for (int i = 0; i < dataSizeBytes * 2; i++) { in decodeBlockForChannel()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp4882 const VkDeviceSize dataSizeBytes = m_resource.getBuffer().size; in Implementation() local
4887 …makeBufferCreateInfo(dataSizeBytes, VK_BUFFER_USAGE_STORAGE_BUFFER_BIT), MemoryRequirement::HostVi… in Implementation()
4890 deMemset(alloc.getHostPtr(), 0, static_cast<size_t>(dataSizeBytes)); in Implementation()
4900 …makeBufferCreateInfo(dataSizeBytes, VK_BUFFER_USAGE_VERTEX_BUFFER_BIT), MemoryRequirement::HostVis… in Implementation()
4903 fillPattern(alloc.getHostPtr(), dataSizeBytes, true); in Implementation()
4917 … outputBufferDescriptorInfo = makeDescriptorBufferInfo(m_outputBuffer->get(), 0ull, dataSizeBytes); in Implementation()
4948 const VkDeviceSize dataSizeBytes = m_resource.getBuffer().size; in recordCommands() local
4980 const deUint32 count = static_cast<deUint32>(dataSizeBytes / sizeof(tcu::UVec4)); in recordCommands()
4986 const deUint32 count = static_cast<deUint32>(dataSizeBytes / sizeof(deUint32)); in recordCommands()