Searched refs:GetSourceType (Results 1 - 10 of 10) sorted by relevance
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/gralloc_buffer_allocator/ |
H A D | gralloc_buffer_allocator.cpp | 90 CHECK_IF_NOT_EQUAL_RETURN_VALUE(buffer->GetSourceType(), sourceType_, RC_ERROR); in FreeBuffer() 112 CHECK_IF_NOT_EQUAL_RETURN_VALUE(buffer->GetSourceType(), sourceType_, RC_ERROR); in MapBuffer() 139 CHECK_IF_NOT_EQUAL_RETURN_VALUE(buffer->GetSourceType(), sourceType_, RC_ERROR); in UnmapBuffer() 166 CHECK_IF_NOT_EQUAL_RETURN_VALUE(buffer->GetSourceType(), sourceType_, RC_ERROR); in FlushCache() 189 CHECK_IF_NOT_EQUAL_RETURN_VALUE(buffer->GetSourceType(), sourceType_, RC_ERROR); in InvalidateCache()
|
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/buffer_adapter/standard/ |
H A D | buffer_adapter.cpp | 23 CHECK_IF_NOT_EQUAL_RETURN_VALUE(buffer->GetSourceType(), in SurfaceBufferToCameraBuffer() 51 CHECK_IF_NOT_EQUAL_RETURN_VALUE(buffer->GetSourceType(), in CameraBufferToSurfaceBuffer() 77 CHECK_IF_NOT_EQUAL_RETURN_VALUE(buffer->GetSourceType(), in SetExtInfoToSurfaceBuffer()
|
/drivers/peripheral/camera/vdi_base/usb_camera/buffer_manager/src/buffer_adapter/standard/ |
H A D | buffer_adapter.cpp | 24 CHECK_IF_NOT_EQUAL_RETURN_VALUE(buffer->GetSourceType(), in SurfaceBufferToCameraBuffer() 53 CHECK_IF_NOT_EQUAL_RETURN_VALUE(buffer->GetSourceType(), in CameraBufferToSurfaceBuffer() 79 CHECK_IF_NOT_EQUAL_RETURN_VALUE(buffer->GetSourceType(), in SetExtInfoToSurfaceBuffer()
|
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/buffer_adapter/lite/ |
H A D | buffer_adapter.cpp | 25 CHECK_IF_NOT_EQUAL_RETURN_VALUE(buffer->GetSourceType(), in SurfaceBufferToCameraBuffer() 47 CHECK_IF_NOT_EQUAL_RETURN_VALUE(buffer->GetSourceType(), in SetExtInfoToSurfaceBuffer()
|
/drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/include/ |
H A D | buffer_operator.h | 39 int32_t GetSourceType() const override; 160 int32_t MyBuffer::GetSourceType() const in GetSourceType() function in OHOS::Camera::MyBuffer 394 if (u.GetSourceType() != sourceType_) { in operator ==()
|
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/ |
H A D | buffer_allocator_utils.cpp | 56 int32_t sourceType = buffer->GetSourceType(); in GetAllocator()
|
H A D | image_buffer.cpp | 119 int32_t ImageBuffer::GetSourceType() const in GetSourceType() function in OHOS::Camera::ImageBuffer 399 if (u.GetSourceType() != sourceType_) { in operator ==()
|
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/heap_buffer_allocator/ |
H A D | heap_buffer_allocator.cpp | 66 if (buffer->GetSourceType() != sourceType_) { in FreeBuffer()
|
/drivers/peripheral/camera/vdi_base/common/include/ |
H A D | ibuffer.h | 48 virtual int32_t GetSourceType() const = 0;
|
H A D | image_buffer.h | 50 int32_t GetSourceType() const override;
|
Completed in 6 milliseconds