Home
last modified time | relevance | path

Searched refs:planes (Results 1 – 25 of 25) sorted by relevance

/device/amlogic/yukawa/hal/gralloc/
Dmali_gralloc_bufferaccess.cpp297 flex_layout->planes[0].top_left = base; in mali_gralloc_lock_flex_async()
298 flex_layout->planes[0].component = FLEX_COMPONENT_Y; in mali_gralloc_lock_flex_async()
299 flex_layout->planes[0].bits_per_component = 8; in mali_gralloc_lock_flex_async()
300 flex_layout->planes[0].bits_used = 8; in mali_gralloc_lock_flex_async()
301 flex_layout->planes[0].h_increment = 1; in mali_gralloc_lock_flex_async()
302 flex_layout->planes[0].v_increment = y_stride; in mali_gralloc_lock_flex_async()
303 flex_layout->planes[0].h_subsampling = 1; in mali_gralloc_lock_flex_async()
304 flex_layout->planes[0].v_subsampling = 1; in mali_gralloc_lock_flex_async()
305 flex_layout->planes[1].top_left = base + y_size; in mali_gralloc_lock_flex_async()
306 flex_layout->planes[1].component = FLEX_COMPONENT_Cb; in mali_gralloc_lock_flex_async()
[all …]
/device/linaro/hikey/gralloc960/
Dmali_gralloc_bufferaccess.cpp297 flex_layout->planes[0].top_left = base; in mali_gralloc_lock_flex_async()
298 flex_layout->planes[0].component = FLEX_COMPONENT_Y; in mali_gralloc_lock_flex_async()
299 flex_layout->planes[0].bits_per_component = 8; in mali_gralloc_lock_flex_async()
300 flex_layout->planes[0].bits_used = 8; in mali_gralloc_lock_flex_async()
301 flex_layout->planes[0].h_increment = 1; in mali_gralloc_lock_flex_async()
302 flex_layout->planes[0].v_increment = y_stride; in mali_gralloc_lock_flex_async()
303 flex_layout->planes[0].h_subsampling = 1; in mali_gralloc_lock_flex_async()
304 flex_layout->planes[0].v_subsampling = 1; in mali_gralloc_lock_flex_async()
305 flex_layout->planes[1].top_left = base + y_size; in mali_gralloc_lock_flex_async()
306 flex_layout->planes[1].component = FLEX_COMPONENT_Cb; in mali_gralloc_lock_flex_async()
[all …]
/device/generic/goldfish-opengl/system/hwc3/
DDrmClient.cpp153 std::vector<std::unique_ptr<DrmPlane>> planes; in loadDrmDisplays() local
157 const uint32_t planeId = drmPlaneResources->planes[i]; in loadDrmDisplays()
165 planes.emplace_back(std::move(crtc)); in loadDrmDisplays()
207 std::find_if(planes.begin(), planes.end(), [&](const std::unique_ptr<DrmPlane>& plane) { in loadDrmDisplays()
213 if (planeIt == planes.end()) { in loadDrmDisplays()
219 planes.erase(planeIt); in loadDrmDisplays()
/device/generic/goldfish/camera/
Djpeg.cpp52 const uint8_t** planes[] = { y, cb, cr }; in compressYUVImplPixelsFast() local
74 if (!jpeg_write_raw_data(cinfo, const_cast<JSAMPIMAGE>(planes), kJpegMCUSize)) { in compressYUVImplPixelsFast()
94 uint8_t** planes[] = { y, cb, cr }; in compressYUVImplPixelsSlow() local
135 if (!jpeg_write_raw_data(cinfo, const_cast<JSAMPIMAGE>(planes), kJpegMCUSize)) { in compressYUVImplPixelsSlow()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/
DC2GoldfishVpxDec.cpp858 size_t dstYStride = writeView.layout().planes[C2PlanarLayout::PLANE_Y].rowInc; in copyOutputBufferToYuvPlanarFrame()
859 size_t dstUVStride = writeView.layout().planes[C2PlanarLayout::PLANE_U].rowInc; in copyOutputBufferToYuvPlanarFrame()
1003 size_t dstYStride = layout.planes[C2PlanarLayout::PLANE_Y].rowInc; in outputBuffer()
1004 size_t dstUVStride = layout.planes[C2PlanarLayout::PLANE_U].rowInc; in outputBuffer()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/
DC2GoldfishHevcDec.cpp522 displayStride = layout.planes[C2PlanarLayout::PLANE_Y].rowInc; in setDecodeArgs()
760 size_t dstYStride = writeView.layout().planes[C2PlanarLayout::PLANE_Y].rowInc; in copyImageData()
761 size_t dstUVStride = writeView.layout().planes[C2PlanarLayout::PLANE_U].rowInc; in copyImageData()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/
DC2GoldfishAvcDec.cpp576 displayStride = layout.planes[C2PlanarLayout::PLANE_Y].rowInc; in setDecodeArgs()
813 size_t dstYStride = writeView.layout().planes[C2PlanarLayout::PLANE_Y].rowInc; in copyImageData()
814 size_t dstUVStride = writeView.layout().planes[C2PlanarLayout::PLANE_U].rowInc; in copyImageData()
/device/google/sunfish-kernel/sm7150/kernel-headers/media/
Dcam_defs.h227 struct cam_plane_cfg planes[CAM_PACKET_MAX_PLANES]; member
/device/google/coral-kernel/sm8150/kernel-headers/linux/
Dmsm_mdp_ext.h118 struct mdp_layer_plane planes[MAX_PLANES]; member
Dvideodev2.h541 struct v4l2_plane * planes; member
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/
Dmsm_mdp_ext.h292 struct mdp_layer_plane planes[MAX_PLANES]; member
Dvideodev2.h1020 struct v4l2_plane *planes; member
/device/google/sunfish-kernel/sm7150/kernel-headers/linux/
Dmsm_mdp_ext.h118 struct mdp_layer_plane planes[MAX_PLANES]; member
Dvideodev2.h541 struct v4l2_plane * planes; member
/device/google/sunfish-kernel/sm7150/original-kernel-headers/linux/
Dmsm_mdp_ext.h292 struct mdp_layer_plane planes[MAX_PLANES]; member
Dvideodev2.h1020 struct v4l2_plane *planes; member
/device/google/redbull-kernel/sm7250/original-kernel-headers/linux/
Dmsm_mdp_ext.h297 struct mdp_layer_plane planes[MAX_PLANES]; member
Dvideodev2.h1044 struct v4l2_plane *planes; member
/device/google/coral-kernel/sm8150/original-kernel-headers/media/
Dcam_defs.h362 struct cam_plane_cfg planes[CAM_PACKET_MAX_PLANES]; member
/device/google/sunfish-kernel/sm7150/original-kernel-headers/media/
Dcam_defs.h362 struct cam_plane_cfg planes[CAM_PACKET_MAX_PLANES]; member
/device/google/redbull-kernel/sm7250/kernel-headers/linux/
Dmsm_mdp_ext.h106 struct mdp_layer_plane planes[MAX_PLANES]; member
Dvideodev2.h543 struct v4l2_plane * planes; member
/device/google/coral-kernel/sm8150/kernel-headers/media/
Dcam_defs.h331 struct cam_plane_cfg planes[CAM_PACKET_MAX_PLANES]; member
/device/google/redbull-kernel/sm7250/kernel-headers/media/
Dcam_defs.h220 struct cam_plane_cfg planes[CAM_PACKET_MAX_PLANES]; member
/device/google/redbull-kernel/sm7250/original-kernel-headers/media/
Dcam_defs.h396 struct cam_plane_cfg planes[CAM_PACKET_MAX_PLANES]; member