HomeSort by relevance Sort by last modified time
    Searched defs:memory (Results 276 - 300 of 501) sorted by null

<<11121314151617181920>>

  /external/vulkan-validation-layers/tests/
vktestbinding.h 399 // get the internal memory
400 const DeviceMemory &memory() const { return internal_mem_; } function in class:vk_testing::Buffer
401 DeviceMemory &memory() { return internal_mem_; } function in class:vk_testing::Buffer
467 // get the internal memory
468 const DeviceMemory &memory() const { return internal_mem_; } function in class:vk_testing::Image
469 DeviceMemory &memory() { return internal_mem_; } function in class:vk_testing::Image
    [all...]
  /external/webrtc/webrtc/modules/audio_device/ios/
audio_device_unittest_ios.cc 103 // Reads audio samples from a PCM file where the file is stored in memory at
129 // Read samples from file stored in memory (at construction) and copy
174 // Allocate new memory, copy |num_frames| samples from |source| into memory
175 // and add pointer to the memory location to end of the list.
183 int16_t* memory = new int16_t[frames_per_buffer_]; variable
184 memcpy(static_cast<int16_t*>(&memory[0]), source, bytes_per_buffer_);
186 fifo_->push_back(memory);
196 // data into |destination| and delete the utilized memory allocation.
205 int16_t* memory = fifo_->front() variable
    [all...]
  /frameworks/ml/nn/common/
CpuExecutor.cpp 31 // TODO: short term, make share memory mapping and updating a utility function.
34 sp<IMemory> memory; local
39 memory = mapMemory(hidlMemory);
40 if (memory == nullptr) {
41 LOG(ERROR) << "Can't map shared memory.";
45 memory->update();
46 buffer = reinterpret_cast<uint8_t*>(static_cast<void*>(memory->getPointer()));
48 LOG(ERROR) << "Can't access shared memory.";
72 mMemory = memory;
136 // No-op for other types of memory
    [all...]
  /frameworks/ml/nn/runtime/
ExecutionPlan.cpp 177 const Memory* memory = fromModel.getMemories()[operand.location.poolIndex]; local
178 n = mSubModel.setOperandValueFromMemory(*toOperandIndex, memory,
507 // Create the layout for a Memory object big enough for to hold
514 // 1) Adopt a memory layout scheme analogous to stack allocation,
516 // storage. We would still have a single Memory object in this
522 // mean having one Memory object per TEMPORARY; or, in a more
523 // complicated implementation, one Memory object per set of
525 // system limits the number of shared memory objects, which are
526 // what our Memory objects represent
    [all...]
  /hardware/google/av/media/sfplugin/
CCodecBufferChannel.cpp 106 * Set a block pool to obtain input memory blocks.
720 sp<IMemory> memory = mDealer->allocate(kLinearBufferSize); local
721 if (memory == nullptr) {
722 ALOGD("Failed to allocate memory from dealer: only %zu slots allocated", i);
725 mMemoryVector.push_back({std::weak_ptr<C2LinearBlock>(), memory});
733 sp<IMemory> memory; variable
736 memory = entry.memory;
740 if (memory == nullptr) {
750 return new EncryptedLinearBlockBuffer(mFormat, block, memory, mHeapSeqNum)
760 sp<IMemory> memory; member in struct:android::EncryptedLinearInputBuffers::Entry
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/video/
sisfb.h 83 __u32 memory; /* total video memory in KB */ member in struct:sisfb_info
118 __u32 sisfb_videooffset; /* Offset of viewport in video memory (in bytes) */
157 /* ioctl for identifying and giving some info (esp. memory heap start) */
186 /* ioctl for identifying and giving some info (esp. memory heap start) */
197 /* For fb memory manager (FBIO_ALLOC, FBIO_FREE) */
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
vktestbinding.h 337 // get the internal memory
338 const DeviceMemory &memory() const { return internal_mem_; } function in class:vk_testing::Buffer
339 DeviceMemory &memory() { return internal_mem_; } function in class:vk_testing::Buffer
387 // get the internal memory
388 const DeviceMemory &memory() const { return internal_mem_; } function in class:vk_testing::Image
389 DeviceMemory &memory() { return internal_mem_; } function in class:vk_testing::Image
  /system/libhidl/base/include/hidl/
HidlSupport.h 41 namespace memory { namespace in namespace:android::hidl
156 // Caller is responsible for ensuring that underlying memory is valid
168 // copy from data with size. Assume that my memory is freed
201 // pieces of shared memory between processes. The assumption
202 // of this object is that the memory remains accessible as
385 // caller's responsibility to ensure that the underlying memory stays
956 return std::string{"memory {.name = "} + toString(mem.name()) + ", .size = "
  /toolchain/binutils/binutils-2.27/ld/
ldgram.y 137 %token MEMORY
314 memory
798 memory: label
799 MEMORY '{' memory_spec_list_opt '}'
  /art/compiler/optimizing/
code_generator.cc 152 void* memory = allocator.Alloc<CodeGenerationData>(kArenaAllocCodeGenerator); local
154 ::new (memory) CodeGenerationData(std::move(allocator), instruction_set));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryBindingTests.cpp 21 * \brief Memory binding test excercising VK_KHR_bind_memory2 extension.
43 namespace memory namespace in namespace:vkt
71 , memory (deviceMemory)
75 vk.mapMemory(dev, memory, offset, size, flags, &hostPtr);
80 vk.unmapMemory(dev, memory);
99 VkDeviceMemory memory; member in class:vkt::memory::__anon17723::MemoryMappingRAII
109 memory,
300 VkDeviceMemory memory)
307 memory, // VkDeviceMemory memory;
851 MemoryRegionsList memory; local
904 MemoryRegionsList memory; local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationCrossInstanceSharingTests.cpp 176 TCU_THROW(NotSupportedError, "Handle requires dedicated allocation, but test uses suballocated memory");
202 TCU_THROW(NotSupportedError, "Exporting and importing memory type not supported");
206 TCU_THROW(NotSupportedError, "Handle requires dedicated allocation, but test uses suballocated memory");
259 const vk::VkDeviceMemory memory);
269 const vk::VkDeviceMemory memory)
270 : Allocation (memory, 0, DE_NULL)
363 TCU_THROW(NotSupportedError, "Required external memory extensions not supported by the instance");
561 TCU_THROW(NotSupportedError, "Memory requires dedicated allocation");
571 vk::Move<vk::VkDeviceMemory> memory = allocateExportableMemory(vkd, device, memoryRequirements, externalType, dedicated ? buffer : (vk::VkBuffer)0, exportedMemoryTypeIndex); local
572 VK_CHECK(vkd.bindBufferMemory(device, buffer, *memory, 0u))
620 vk::Move<vk::VkDeviceMemory> memory = allocateExportableMemory(vkd, device, memoryRequirements, externalType, dedicated ? image : (vk::VkImage)0, exportedMemoryTypeIndex); local
731 vk::Move<vk::VkDeviceMemory> memory = dedicated local
749 vk::Move<vk::VkDeviceMemory> memory = dedicated local
    [all...]
  /external/freetype/builds/mac/
ftmac.c 41 - Read the FOND resource into memory, then check whether there is a
45 its data into memory, massage it slightly so it becomes PFB data, wrap
46 it into a memory stream, load the Type 1 driver and delegate the rest
53 - If there is a TrueType font (an `sfnt' resource), read it into memory,
54 wrap it into a memory stream, load the TrueType driver and delegate
963 read_lwfn( FT_Memory memory,
1096 error = read_lwfn( library->memory, res, &pfb_data, &pfb_size );
1121 FT_Memory memory = library->memory; local
    [all...]
  /external/freetype/src/autofit/
afcjk.c 83 af_glyph_hints_init( hints, face->memory );
987 FT_Memory memory = hints->memory; local
1092 memory, &edge );
    [all...]
  /external/freetype/src/bdf/
bdflib.c 246 FT_Memory memory; member in struct:_bdf_list_t_
277 FT_Memory memory; member in struct:_bdf_parse_t_
291 FT_Memory memory )
294 list->memory = memory;
301 FT_Memory memory = list->memory; local
304 if ( memory )
324 FT_Memory memory = list->memory; local
531 FT_Memory memory = stream->memory; local
840 FT_Memory memory = font->memory; local
944 FT_Memory memory = font->memory; local
975 FT_Memory memory; local
1109 FT_Memory memory = font->memory; local
1285 FT_Memory memory; local
1910 FT_Memory memory = NULL; local
2215 FT_Memory memory = extmemory; \/* needed for FT_NEW *\/ local
2371 FT_Memory memory; local
    [all...]
  /external/freetype/src/cff/
cffload.c 241 FT_Memory memory = stream->memory; local
329 FT_Memory memory = stream->memory; local
346 FT_Memory memory = stream->memory; local
412 FT_Memory memory = idx->stream->memory; local
569 /* this index was completely loaded in memory, that's easy */
615 FT_Memory memory; local
890 FT_Memory memory = stream->memory; local
909 FT_Memory memory = stream->memory; local
1126 FT_Memory memory = stream->memory; local
1291 FT_Memory memory = subFont->blend.font->memory; \/* for FT_REALLOC *\/ local
1393 FT_Memory memory = blend->font->memory; \/* for FT_REALLOC *\/ local
2172 FT_Memory memory = stream->memory; local
2501 FT_Memory memory = font->memory; local
    [all...]
  /external/freetype/src/psaux/
afmparse.c 405 FT_Memory memory = parser->memory; local
531 FT_Memory memory,
548 parser->memory = memory;
560 FT_Memory memory = parser->memory; local
608 FT_Memory memory = parser->memory; local
712 FT_Memory memory = parser->memory local
864 FT_Memory memory = parser->memory; local
    [all...]
  /external/freetype/src/pshinter/
pshalgo.c 64 FT_Memory memory )
175 FT_Memory memory )
1037 FT_Memory memory = glyph->memory; local
1040 psh_hint_table_done( &glyph->hint_tables[1], memory );
1041 psh_hint_table_done( &glyph->hint_tables[0], memory );
1049 glyph->memory = NULL;
1161 FT_Memory memory; local
1167 memory = glyph->memory = globals->memory
1779 FT_Memory memory = glyph->memory; local
2079 FT_Memory memory; local
    [all...]
pshalgo.h 197 FT_Memory memory; member in struct:PSH_GlyphRec_
  /external/freetype/src/sfnt/
ttcmap.c 2953 FT_Memory memory; member in struct:TT_CMap14Rec_
2961 FT_Memory memory = cmap->memory; local
3671 FT_Memory memory = FT_FACE_MEMORY( face ); local
3690 FT_Memory memory = FT_FACE_MEMORY( face ); local
    [all...]
  /external/freetype/src/truetype/
ttgload.c 420 error = Update_Max( load->exec->memory,
1774 FT_Memory memory = face->root.memory; local
    [all...]
ttinterp.h 153 FT_Memory memory; member in struct:TT_ExecContextRec_
459 Update_Max( FT_Memory memory,
  /external/google-breakpad/src/client/mac/handler/
minidump_generator.cc 319 UntypedMDRVA memory(&writer_);
330 if (!memory.Allocate(size))
338 result = memory.Copy(dummy_stack, size);
341 if (!memory.Allocate(size))
353 result = memory.Copy(&stack_memory[0], size);
355 result = memory.Copy(reinterpret_cast<const void *>(start_addr), size);
360 stack_location->memory = memory.location();
1013 // If the dump has an exception, include some memory around the
1026 // it's contained within. If it's not in a known memory region
1090 vector<uint8_t> memory; local
    [all...]
  /external/libunwind/src/ia64/
Gparser.c 82 print_error ("unwind.dup_state_stack: out of memory\n");
113 decode_abreg (unsigned char abreg, int memory)
130 return memory ? IA64_REG_PRI_UNAT_MEM : IA64_REG_PRI_UNAT_GR;
247 /* Next, lay out the memory stack spill area. */
531 print_error ("unwind.desc_label_state(): out of memory\n");
698 lookup_preg (int regnum, int memory, struct ia64_state_record *sr)
716 if (memory)
799 int memory, ret;
837 memory = 0;
852 ri = lookup_preg (op->reg, memory, sr)
798 int memory, ret; local
    [all...]
  /external/libxcam/wrapper/gstreamer/
gstxcamfilter.cpp 775 uint8_t *memory = xcambuf->map (); local
777 if (!memory || !ret) {
788 dest = memory + xcaminfo.offsets [index];
815 uint8_t *memory = xcambuf->map (); local
817 if (!memory || !ret) {
827 src = memory + xcaminfo.offsets [index];
    [all...]

Completed in 747 milliseconds

<<11121314151617181920>>