Home
last modified time | relevance | path

Searched defs:plane (Results 1 – 25 of 49) sorted by relevance

12

/hardware/google/gchips/gralloc4/src/core/
Dexynos_format_allocation.h56 int setup_sbwc_420_sp(int w, int h, int fd_count, plane_info_t *plane) in setup_sbwc_420_sp()
83 int setup_sbwc_420_sp_10bit(int w, int h, int fd_count, plane_info_t *plane) in setup_sbwc_420_sp_10bit()
110 int setup_sbwc_420_sp_lossy(int width, int height, int rate, int fd_count, plane_info_t *plane) in setup_sbwc_420_sp_lossy()
138 …t setup_sbwc_420_sp_10bit_lossy(int width, int height, int rate, int fd_count, plane_info_t *plane) in setup_sbwc_420_sp_10bit_lossy()
164 int setup_420_sp(int width, int height, int fd_count, plane_info_t *plane) in setup_420_sp()
196 int setup_420_sp_s10b(int width, int height, int fd_count, plane_info_t *plane) in setup_420_sp_s10b()
238 int setup_p010_sp(int width, int height, int fd_count, plane_info_t *plane) in setup_p010_sp()
270 int setup_420_p(int width, int height, int fd_count, plane_info_t *plane) in setup_420_p()
311 int setup_420_sp_tiled(int width, int height, int fd_count, plane_info_t *plane) in setup_420_sp_tiled()
Dmali_gralloc_bufferallocation.cpp138 static rect_t get_afbc_sb_size(alloc_type_t alloc_type, const uint8_t plane) in get_afbc_sb_size()
318 const uint8_t plane, in get_pixel_w_h()
449 static void update_yv12_stride(int8_t plane, in update_yv12_stride()
508 static void align_plane_stride(plane_info_t *plane_info, int plane, const format_info_t format, uin… in align_plane_stride()
556 for (uint8_t plane = 0; plane < format.npln; plane++) in calc_allocation_size() local
918 plane_info_t *plane = bufDescriptor->plane_info; in prepare_descriptor_exynos_formats() local
/hardware/qcom/sm7250/display/sde-drm/
Ddrm_plane.cpp311 unique_ptr<DRMPlane> plane(new DRMPlane(fd_, i)); in Init() local
326 auto plane = GetObject(obj_id); in Perform() local
343 for (auto &plane : object_pool_) { in GetPlanesInfo() local
352 for (auto &plane : object_pool_) { in UnsetUnusedResources() local
367 for (auto &plane : object_pool_) { in RetainPlanes() local
381 for (auto &plane : object_pool_) { in PostValidate() local
389 for (auto &plane : object_pool_) { in PostCommit() local
644 void DRMPlane::InitAndParse(drmModePlane *plane) { in InitAndParse()
/hardware/qcom/display/msm8909/sdm/libs/core/drm/
Dhw_scale_drm.cpp84 const HWPlane &plane = scale_data.plane[i]; in SetPlaneScalerV2() local
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/
Dhw_scale_drm.cpp84 const HWPlane &plane = scale_data.plane[i]; in SetPlaneScalerV2() local
/hardware/qcom/sm7250/display/sdm/libs/core/drm/
Dhw_scale_drm.cpp95 const HWPlane &plane = scale_data.plane[i]; in SetScalerV2() local
/hardware/qcom/sm8150/display/sdm/libs/core/drm/
Dhw_scale_drm.cpp91 const HWPlane &plane = scale_data.plane[i]; in SetScalerV2() local
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
Dhw_scale.cpp64 const HWPlane &plane = scale_data.plane[i]; in SetHWScaleData() local
158 const HWPlane &plane = scale_data.plane[i]; in SetHWScaleData() local
/hardware/qcom/sm8150/display/sdm/libs/core/fb/
Dhw_scale.cpp64 const HWPlane &plane = scale_data.plane[i]; in SetHWScaleData() local
158 const HWPlane &plane = scale_data.plane[i]; in SetHWScaleData() local
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_scale.cpp64 const HWPlane &plane = scale_data.plane[i]; in SetHWScaleData() local
155 const HWPlane &plane = scale_data.plane[i]; in SetHWScaleData() local
/hardware/qcom/display/msm8998/sdm/libs/core/fb/
Dhw_scale.cpp64 const HWPlane &plane = scale_data.plane[i]; in SetHWScaleData() local
158 const HWPlane &plane = scale_data.plane[i]; in SetHWScaleData() local
/hardware/qcom/display/msm8909/sdm/libs/core/fb/
Dhw_scale.cpp64 const HWPlane &plane = scale_data.plane[i]; in SetHWScaleData() local
158 const HWPlane &plane = scale_data.plane[i]; in SetHWScaleData() local
/hardware/ti/am57x/libhwcomposer/
Ddisplay.cpp46 for (auto plane : kdisp->card->get_planes()) { in setup_composition_pipes() local
135 kms::Plane* plane = plane_props->plane; in set_plane_properties() local
Ddisplay.h52 kms::Plane* plane; member
/hardware/google/graphics/common/libhwjpeg/
DLibScalerForJpeg.cpp157 v4l2_plane plane[SCALER_MAX_PLANES]; in queueBuffer() local
222 v4l2_plane plane[SCALER_MAX_PLANES]; in dequeueBuffer() local
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.cpp723 auto &plane = mDrmDevice->planes().at(i); in initDrmDevice() local
756 auto &plane = mDrmDevice->planes().front(); in initDrmDevice() local
1533 const std::unique_ptr<DrmPlane> &plane, in setupCommitFromDisplayConfig()
1795 auto &plane = mDrmDevice->planes().at(channelId); in updateColorSettings() local
1875 for (auto &plane : mDrmDevice->planes()) { in deliverWinConfigData() local
1915 auto &plane = mDrmDevice->planes().at(channelId); in deliverWinConfigData() local
1935 auto &plane = mDrmDevice->planes().at(channelId); in deliverWinConfigData() local
1946 for (auto &plane : mDrmDevice->planes()) { in deliverWinConfigData() local
2147 for (auto &plane : mDrmDevice->planes()) { in clearDisplayPlanes() local
2351 for (auto &plane : mDrmDisplayInterface->mDrmDevice->planes()) { in dumpAtomicCommitInfo() local
[all …]
DExynosDeviceDrmInterface.cpp128 for (auto &plane : mDrmDevice->planes()) { in updateRestrictions() local
/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmdevice.cpp229 std::unique_ptr<DrmPlane> plane(new DrmPlane(this, p)); in Init() local
320 for (auto &plane : planes_) { in GetPlane() local
500 int DrmDevice::GetPlaneProperty(const DrmPlane &plane, const char *prop_name, in GetPlaneProperty()
/hardware/google/graphics/gs101/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterfaceModule.cpp248 const std::unique_ptr<DrmPlane> &plane, in setPlaneColorBlob()
317 const std::unique_ptr<DrmPlane> &plane, in setPlaneColorSetting()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
Dvideo_encoder_device_copper.cpp168 struct v4l2_plane plane; in async_venc_message_thread() local
1439 struct v4l2_plane plane; in venc_use_buf() local
1570 struct v4l2_plane plane; in venc_empty_buf() local
1658 struct v4l2_plane plane; in venc_fill_buf() local
/hardware/google/graphics/common/libscaler/
Dlibscaler-v4l2.cpp486 v4l2_plane plane[SC_NUM_OF_PLANES]; in DQBuf() local
Dm2m1shot.h57 struct m2m1shot_buffer_plane plane[M2M1SHOT_MAX_PLANES]; member
/hardware/qcom/media/msm8996/videopp/src/
Domx_vdpp.cpp112 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in async_message_thread() local
292 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in async_message_thread() local
3885 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in use_output_buffer() local
4357 struct v4l2_plane plane; in use_input_buffers() local
4768 struct v4l2_plane plane; in allocate_input_buffer() local
5009 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in allocate_output_buffer() local
5563 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in empty_this_buffer_proxy() local
5780 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in fill_this_buffer_proxy() local
/hardware/google/camera/devices/EmulatedCamera/hwl/
DBase.h67 } plane; member
/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
DGralloc1Hal.h261 const auto& plane = flex.planes[i]; in toYCbCrLayout() local

12