Home
last modified time | relevance | path

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

123

/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/vulkan-cereal/protocols/vulkan/chapters/VK_KHR_display/
Ddisplay.txt85 * pname:planeReorderPossible tells whether the planes on this display can:
87 If this is ename:VK_TRUE, the application can: re-arrange the planes on
149 Images are presented to individual planes on a display.
154 planes and displays, or they may: allow arbitrary application specified
155 stacking orders and mappings between planes and displays.
156 To query the properties of device display planes, call:
162 display planes available or queried, as described below.
166 If pname:pProperties is `NULL`, then the number of display planes available
173 planes for pname:physicalDevice, at most pname:pPropertyCount structures
198 …layPlaneProperties2KHR',desc='Query information about the available display planes.',type='protos']
[all …]
/device/generic/vulkan-cereal/host-common/
DMediaVpxVideoHelper.cpp146 const uint8_t* srcY = (const uint8_t*)mImg->planes[VPX_PLANE_Y]; in copyImgToGuest()
147 const uint8_t* srcU = (const uint8_t*)mImg->planes[VPX_PLANE_U]; in copyImgToGuest()
148 const uint8_t* srcV = (const uint8_t*)mImg->planes[VPX_PLANE_V]; in copyImgToGuest()
DMediaH264DecoderVideoToolBox.cpp508 int planes = CVPixelBufferGetPlaneCount(mDecodedFrame); in copyFrame() local
509 for (int i = 0; i < planes; ++i) { in copyFrame()
/device/generic/vulkan-cereal/protocols/vulkan/appendices/
DVK_KHR_display.txt47 Modes and overlay planes will express capabilities of the hardware, while a
65 3) How are multiple overlay planes within a display or mode enumerated?
68 Each display will report the number of overlay planes it contains.
176 16) Should devices be able to expose planes that can be moved between
280 - Address overlay planes by their index rather than an object handle and
281 refer to them as "`planes`" rather than "`overlays`" to make it
312 This allows planes to be moved between multiple displays on devices
DVK_KHR_sampler_ycbcr_conversion.txt44 the ability to bind memory to the planes of an image collectively or
/device/generic/goldfish/camera/jpeg-stub/
DCompressor.cpp86 const uint8_t** planes[3] = { y, cb, cr }; in compressData() local
123 jpeg_write_raw_data(&mCompressInfo, const_cast<JSAMPIMAGE>(planes), 16); in compressData()
/device/generic/vulkan-cereal/protocols/vulkan/chapters/commonvalidity/
Dcopy_image_common.txt97 <<formats-compatible-planes,the description of compatible planes>> for
147 <<formats-requiring-sampler-ycbcr-conversion,two planes>> then for each
152 <<formats-requiring-sampler-ycbcr-conversion,three planes>> then for
158 <<formats-requiring-sampler-ycbcr-conversion,two planes>> then for each
163 <<formats-requiring-sampler-ycbcr-conversion,three planes>> then for
Dcopy_bufferimage_to_imagebuffer_common.txt29 <<formats-compatible-planes>>
90 with three planes)
/device/generic/vulkan-cereal/protocols/vulkan/chapters/VK_KHR_display_swapchain/
Ddisplay_swapchain_present.txt30 region, content from display planes below the swapchain's plane will be
32 If there are no planes below the swapchain's, the area outside the
/device/generic/goldfish-opengl/system/hwc2/
DdrmTest.cpp181 plane_id = plane_res->planes[0]; in main()
246 plane_id = plane_res->planes[0]; in main_atom()
/device/generic/vulkan-cereal/fake-android-guest/system/
Dgraphics.h188 android_flex_plane_t *planes; member
/device/generic/goldfish-opengl/fuchsia/include/android/
Dhardware_buffer.h322 AHardwareBuffer_Plane planes[4]; ///< Array of image planes member
/device/generic/vulkan-cereal/third-party/angle/scripts/
Dbmp_to_nv12.py35 planes, = struct.unpack("H", bmp_file.read(2)) variable
/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/
DC2GoldfishAvcDec.cpp573 displayStride = layout.planes[C2PlanarLayout::PLANE_Y].rowInc; in setDecodeArgs()
801 size_t dstYStride = writeView.layout().planes[C2PlanarLayout::PLANE_Y].rowInc; in copyImageData()
802 size_t dstUVStride = writeView.layout().planes[C2PlanarLayout::PLANE_U].rowInc; in copyImageData()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/
DC2GoldfishHevcDec.cpp521 displayStride = layout.planes[C2PlanarLayout::PLANE_Y].rowInc; in setDecodeArgs()
750 size_t dstYStride = writeView.layout().planes[C2PlanarLayout::PLANE_Y].rowInc; in copyImageData()
751 size_t dstUVStride = writeView.layout().planes[C2PlanarLayout::PLANE_U].rowInc; in copyImageData()
/device/google/coral-kernel/sm8150/kernel-headers/media/
Dcam_defs.h331 struct cam_plane_cfg planes[CAM_PACKET_MAX_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/redbull-kernel/sm7250/kernel-headers/linux/
Dmsm_mdp_ext.h118 struct mdp_layer_plane planes[MAX_PLANES]; member
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/
Dmsm_mdp_ext.h292 struct mdp_layer_plane planes[MAX_PLANES]; member
/device/google/sunfish-kernel/sm7150/kernel-headers/media/
Dcam_defs.h227 struct cam_plane_cfg planes[CAM_PACKET_MAX_PLANES]; member
/device/google/sunfish-kernel/sm7150/original-kernel-headers/linux/
Dmsm_mdp_ext.h292 struct mdp_layer_plane planes[MAX_PLANES]; member
/device/google/redbull-kernel/sm7250/original-kernel-headers/linux/
Dmsm_mdp_ext.h297 struct mdp_layer_plane planes[MAX_PLANES]; member
/device/google/coral-kernel/sm8150/kernel-headers/linux/
Dmsm_mdp_ext.h118 struct mdp_layer_plane planes[MAX_PLANES]; member

123