summaryrefslogtreecommitdiff
path: root/src/android
AgeCommit message (Expand)Author
2021-10-15android: capabilities: Collect absolute max frame durationsJacopo Mondi
2021-10-15android: capabilties: Correctly populate STALL durationsJacopo Mondi
2021-10-15android: capabilities: Use per-configuration durationsJacopo Mondi
2021-10-15android: capabilties: Assume controls::FrameDurationLimits is supportedJacopo Mondi
2021-10-15android: capabilities: Initialize camera state when building propertiesJacopo Mondi
2021-10-15android: capabilities: Collect per-stream frame durationsJacopo Mondi
2021-10-13android: Check if Stream configurations were generated correctlyJavier Martinez Canillas
2021-10-12android: camera_device: Fix crash in calling CameraDevice::close()Hirokazu Honda
2021-10-10android: camera_stream: Fix error message for buffer creationLaurent Pinchart
2021-10-06android: camera_stream: Set right format for processor output bufferHirokazu Honda
2021-09-30android: camera_device: Send capture results by inspecting the queueUmang Jain
2021-09-30android: camera_device: Mark abortRequest() and notifyError() as constUmang Jain
2021-09-30android: camera_device: Transform descriptors_ map to queueUmang Jain
2021-09-30android: camera_worker: Use Camera3RequestDescriptor as cookieUmang Jain
2021-09-29android: Wait on fences in CameraStream::process()Jacopo Mondi
2021-09-28android: camera_device: Fix race on queuing capture requestUmang Jain
2021-09-27android: Fix generation of thumbnail for EXIF dataUmang Jain
2021-09-27android: camera_capabilities: Clarify CameraMetadata allocationUmang Jain
2021-09-24android: camera_device: Return unique_ptr from createFrameBufferLaurent Pinchart
2021-09-22android: camera_device: Configure one stream for identical stream requestsHirokazu Honda
2021-09-22android: camera_stream: Support PostProcessorYuv in CameraStreamHirokazu Honda
2021-09-22android: camera_stream: Create post processor in configure()Hirokazu Honda
2021-09-21android: jpeg: Rectify variable naming style.Umang Jain
2021-09-21android: yuv: Remove CameraDevice forward-declareUmang Jain
2021-09-09android: jpeg: Split and pass the thumbnail planes to encoderUmang Jain
2021-09-09android: mm: cros_camera_buffer: Log failure error on cleanupUmang Jain
2021-09-07android: jpeg: Support multi-planar buffersLaurent Pinchart
2021-09-07android: jpeg: Use stride instead of image width for line addressLaurent Pinchart
2021-09-07android: camera_device: Don't assume all planes use the same fdLaurent Pinchart
2021-09-07libcamera: formats: Add planeSize() helpers to PixelFormatInfoLaurent Pinchart
2021-09-06android: Cleanup libcamera namespace usageUmang Jain
2021-08-31libcamera: mapped_framebuffer: Rename maps() to planes()Hirokazu Honda
2021-08-31android: generic_camera_buffer: Fix bufferLength_ initializationLaurent Pinchart
2021-08-31android: Refuse Manual template if not supportedJacopo Mondi
2021-08-30android: camera_device: Fill offset and right length in CreateFrameBuffer()Hirokazu Honda
2021-08-30libcamera: mapped_framebuffer: Return plane begin address by MappedBuffer::ma...Hirokazu Honda
2021-08-27android: camera_buffer: Add stride/offset/size functionHirokazu Honda
2021-08-27android: camera_buffer: Map buffer in the first plane() callHirokazu Honda
2021-08-27android: generic_camera_buffer: Correct buffer mappingHirokazu Honda
2021-08-16libcamera: base: extensible: Pass private pointer as unique_ptr<>Laurent Pinchart
2021-08-10libcamera: MappedFrameBuffer: Use typed Flags<MapModes>Kieran Bingham
2021-08-10libcamera: Give MappedFrameBuffer its own implementationKieran Bingham
2021-08-10src: Remove all unused sys/mman.h inclusionsKieran Bingham
2021-08-09libcamera: Rename 'method' to 'function'Laurent Pinchart
2021-08-06android: mm: cros_camera_buffer: Fix unused parameterHirokazu Honda
2021-08-06android: camera_device: Propagate the requested test pattern modeHirokazu Honda
2021-08-04android: nautilus: Add camera HAL configurationUmang Jain
2021-08-04android: Override camera as "Internal" provided found in HAL configUmang Jain
2021-08-04android: Disallow external location in HAL configUmang Jain
2021-08-04android: Instantiate CameraDevice after checking HAL config validityUmang Jain