/device/amlogic/yukawa/hal/gralloc/ |
D | mali_gralloc_bufferaccess.cpp | 297 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/ |
D | mali_gralloc_bufferaccess.cpp | 297 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/ |
D | display.txt | 85 * 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/ |
D | MediaVpxVideoHelper.cpp | 146 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()
|
D | MediaH264DecoderVideoToolBox.cpp | 508 int planes = CVPixelBufferGetPlaneCount(mDecodedFrame); in copyFrame() local 509 for (int i = 0; i < planes; ++i) { in copyFrame()
|
/device/generic/vulkan-cereal/protocols/vulkan/appendices/ |
D | VK_KHR_display.txt | 47 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
|
D | VK_KHR_sampler_ycbcr_conversion.txt | 44 the ability to bind memory to the planes of an image collectively or
|
/device/generic/goldfish/camera/jpeg-stub/ |
D | Compressor.cpp | 86 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/ |
D | copy_image_common.txt | 97 <<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
|
D | copy_bufferimage_to_imagebuffer_common.txt | 29 <<formats-compatible-planes>> 90 with three planes)
|
/device/generic/vulkan-cereal/protocols/vulkan/chapters/VK_KHR_display_swapchain/ |
D | display_swapchain_present.txt | 30 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/ |
D | drmTest.cpp | 181 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/ |
D | graphics.h | 188 android_flex_plane_t *planes; member
|
/device/generic/goldfish-opengl/fuchsia/include/android/ |
D | hardware_buffer.h | 322 AHardwareBuffer_Plane planes[4]; ///< Array of image planes member
|
/device/generic/vulkan-cereal/third-party/angle/scripts/ |
D | bmp_to_nv12.py | 35 planes, = struct.unpack("H", bmp_file.read(2)) variable
|
/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/ |
D | C2GoldfishAvcDec.cpp | 573 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/ |
D | C2GoldfishHevcDec.cpp | 521 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/ |
D | cam_defs.h | 331 struct cam_plane_cfg planes[CAM_PACKET_MAX_PLANES]; member
|
/device/google/coral-kernel/sm8150/original-kernel-headers/media/ |
D | cam_defs.h | 362 struct cam_plane_cfg planes[CAM_PACKET_MAX_PLANES]; member
|
/device/google/redbull-kernel/sm7250/kernel-headers/linux/ |
D | msm_mdp_ext.h | 118 struct mdp_layer_plane planes[MAX_PLANES]; member
|
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/ |
D | msm_mdp_ext.h | 292 struct mdp_layer_plane planes[MAX_PLANES]; member
|
/device/google/sunfish-kernel/sm7150/kernel-headers/media/ |
D | cam_defs.h | 227 struct cam_plane_cfg planes[CAM_PACKET_MAX_PLANES]; member
|
/device/google/sunfish-kernel/sm7150/original-kernel-headers/linux/ |
D | msm_mdp_ext.h | 292 struct mdp_layer_plane planes[MAX_PLANES]; member
|
/device/google/redbull-kernel/sm7250/original-kernel-headers/linux/ |
D | msm_mdp_ext.h | 297 struct mdp_layer_plane planes[MAX_PLANES]; member
|
/device/google/coral-kernel/sm8150/kernel-headers/linux/ |
D | msm_mdp_ext.h | 118 struct mdp_layer_plane planes[MAX_PLANES]; member
|