Home
last modified time | relevance | path

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 Dgralloc_buffer_allocator.cpp90 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 Dbuffer_adapter.cpp23 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 Dbuffer_adapter.cpp24 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 Dbuffer_adapter.cpp25 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 Dbuffer_operator.h39 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 Dbuffer_allocator_utils.cpp56 int32_t sourceType = buffer->GetSourceType(); in GetAllocator()
H A Dimage_buffer.cpp119 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 Dheap_buffer_allocator.cpp66 if (buffer->GetSourceType() != sourceType_) { in FreeBuffer()
/drivers/peripheral/camera/vdi_base/common/include/
H A Dibuffer.h48 virtual int32_t GetSourceType() const = 0;
H A Dimage_buffer.h50 int32_t GetSourceType() const override;

Completed in 6 milliseconds