Home
last modified time | relevance | path

Searched refs:GetContainer (Results 1 – 12 of 12) sorted by relevance

/external/dynamic_depth/internal/dynamic_depth/
Ddepth_jpeg.cc34 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()
Ddynamic_depth.cc39 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()
Ddevice.cc134 const Container* Device::GetContainer() const { in GetContainer() function in dynamic_depth::Device
/external/tensorflow/tensorflow/core/common_runtime/
Dscoped_allocator_mgr_test.cc57 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()
Dscoped_allocator_mgr.cc138 ScopedAllocatorContainer* ScopedAllocatorMgr::GetContainer(int64 step_id) { in GetContainer() function in tensorflow::ScopedAllocatorMgr
157 ScopedAllocatorContainer* sac = GetContainer(step_id); in AddScopedAllocator()
Dthreadpool_device.cc80 return scoped_allocator_mgr_->GetContainer(step_id)->GetInstance( in GetScopedAllocator()
Dscoped_allocator_mgr.h80 ScopedAllocatorContainer* GetContainer(int64 step_id);
/external/llvm-project/libcxx/test/libcxx/containers/sequences/deque/
Dspare_block_handling.pass.cpp29 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/
Ddevice.h93 const Container* GetContainer() const;
/external/tensorflow/tensorflow/core/kernels/
Dscoped_allocator_ops_test.cc107 ScopedAllocatorContainer* sac = sam->GetContainer(step_id); in PrepOp()
/external/mesa3d/include/D3D9/
Dd3d9.h336 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/
Dgpu_device.cc1069 return scoped_allocator_mgr_->GetContainer(step_id)->GetInstance( in GetScopedAllocator()