Searched refs:GetContainer (Results 1 – 12 of 12) sorted by relevance
/external/dynamic_depth/internal/dynamic_depth/ |
D | depth_jpeg.cc | 34 if ((device->GetContainer() == nullptr) || (device->GetContainer()->GetItems().empty())) { in ValidateAndroidDynamicDepthBuffer() 38 auto items = device->GetContainer()->GetItems(); in ValidateAndroidDynamicDepthBuffer() 122 if (!GetItemPayload(device->GetContainer(), depth_uri, input_jpeg_stream, &depth_payload)) { in ValidateAndroidDynamicDepthBuffer()
|
D | dynamic_depth.cc | 39 if (device->GetContainer() == nullptr) { in WriteImageAndMetadataAndContainer() 44 for (auto item : device->GetContainer()->GetItems()) { in WriteImageAndMetadataAndContainer() 73 if (device == nullptr || device->GetContainer() == nullptr) { in GetItemPayload() 78 return GetItemPayload(input_image_filename, device->GetContainer(), item_uri, in GetItemPayload()
|
D | device.cc | 134 const Container* Device::GetContainer() const { in GetContainer() function in dynamic_depth::Device
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | scoped_allocator_mgr_test.cc | 57 ScopedAllocatorContainer* sac = sam_.GetContainer(step_id_); in SaveInstances() 96 ScopedAllocatorContainer* sac_101 = sam_.GetContainer(101); in TEST_F() 98 ScopedAllocatorContainer* sac_201 = sam_.GetContainer(201); in TEST_F() 101 ScopedAllocatorContainer* also_sac_101 = sam_.GetContainer(101); in TEST_F() 148 ScopedAllocatorContainer* sac = sam_.GetContainer(step_id_); in TEST_F()
|
D | scoped_allocator_mgr.cc | 138 ScopedAllocatorContainer* ScopedAllocatorMgr::GetContainer(int64 step_id) { in GetContainer() function in tensorflow::ScopedAllocatorMgr 157 ScopedAllocatorContainer* sac = GetContainer(step_id); in AddScopedAllocator()
|
D | threadpool_device.cc | 80 return scoped_allocator_mgr_->GetContainer(step_id)->GetInstance( in GetScopedAllocator()
|
D | scoped_allocator_mgr.h | 80 ScopedAllocatorContainer* GetContainer(int64 step_id);
|
/external/llvm-project/libcxx/test/libcxx/containers/sequences/deque/ |
D | spare_block_handling.pass.cpp | 29 typename Adaptor::container_type& GetContainer() { return Adaptor::c; } in GetContainer() function 205 const D& d = CA.GetContainer(); in TEST_CASE()
|
/external/dynamic_depth/includes/dynamic_depth/ |
D | device.h | 93 const Container* GetContainer() const;
|
/external/tensorflow/tensorflow/core/kernels/ |
D | scoped_allocator_ops_test.cc | 107 ScopedAllocatorContainer* sac = sam->GetContainer(step_id); in PrepOp()
|
/external/mesa3d/include/D3D9/ |
D | d3d9.h | 336 virtual HRESULT WINAPI GetContainer(REFIID riid, void **ppContainer) = 0; 396 virtual HRESULT WINAPI GetContainer(REFIID riid, void **ppContainer) = 0; 1472 HRESULT (WINAPI *GetContainer)(IDirect3DSurface9 *This, REFIID riid, void **ppContainer); 1498 #define IDirect3DSurface9_GetContainer(p,a,b) (p)->lpVtbl->GetContainer(p,a,b) 1740 HRESULT (WINAPI *GetContainer)(IDirect3DVolume9 *This, REFIID riid, void **ppContainer); 1759 #define IDirect3DVolume9_GetContainer(p,a,b) (p)->lpVtbl->GetContainer(p,a,b)
|
/external/tensorflow/tensorflow/core/common_runtime/gpu/ |
D | gpu_device.cc | 1069 return scoped_allocator_mgr_->GetContainer(step_id)->GetInstance( in GetScopedAllocator()
|