Searched defs:plane (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/model/camera/buffer_manager/src/ |
H A D | camera_buffer.c | 28 for (uint32_t plane = 0; plane < buffer->numPlanes; ++plane) { in CameraBufferSyncForUser() local 39 uint32_t plane; in CameraBufferFreeMmapPlanes() local 52 uint32_t plane; in CameraBufferFreeUserPtrPlanes() local 65 static void CameraBufferFreeDmaPlane(struct CameraBuffer *buffer, struct BufferPlane *plane) in CameraBufferFreeDmaPlane() 191 uint32_t plane; in CameraBufferToUserBuffer() local 527 for (uint32_t plane = 0; plane < buffer->numPlanes; ++plane) { in CameraBufferSyncForDevice() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/util/ |
H A D | frustum_util.cpp | 78 for (auto const& plane : frustum.planes) { in SphereFrustumCollision() local
|
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/drm/ |
H A D | drm_device.cpp | 100 int32_t DrmDevice::GetPlaneProperty(const DrmPlane &plane, const std::string &name, DrmProperty &pr… in GetPlaneProperty() 269 for (const auto &plane : mPlanes) { in GetDrmPlane() local
|
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/ |
H A D | drm_device.cpp | 100 int32_t DrmDevice::GetPlaneProperty(const DrmPlane &plane, const std::string &name, DrmProperty &pr… in GetPlaneProperty() 278 for (const auto &plane : mPlanes) { in GetDrmPlane() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | scene_util.cpp | 319 SceneUtil::ReflectionPlane plane; in CreateReflectionPlaneObjectFromEntity() local 381 …SceneUtil::ReflectionPlane plane = CreateReflectionPlaneObjectFromEntity(ecs, graphicsContext_, no… in CreateReflectionPlaneComponent() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | render_system.cpp | 1056 inline void CalculateObliqueProjectionMatrix(Math::Mat4X4& projection, const Math::Vec4& plane) in CalculateObliqueProjectionMatrix() 1070 Math::Mat4X4 CalculateReflectionMatrix(const Math::Vec4& plane) in CalculateReflectionMatrix() 1956 const Math::Vec4 plane { normal.x, normal.y, normal.z, distance }; in ProcessReflection() local
|