Home
last modified time | relevance | path

Searched refs:planes (Results 176 - 200 of 547) sorted by relevance

12345678910>>...22

/kernel/linux/linux-5.10/drivers/gpu/drm/rcar-du/
H A Drcar_du_kms.h24 unsigned int planes; member
H A Drcar_du_group.h20 * struct rcar_du_group - CRTCs and planes group
30 * @dptsr_planes: bitmask of planes driven by dot-clock and timing generator 1
31 * @num_planes: number of planes in the group
32 * @planes: planes handled by the group
50 struct rcar_du_plane planes[RCAR_DU_NUM_KMS_PLANES]; member
/kernel/linux/linux-6.6/drivers/gpu/drm/xlnx/
H A Dzynqmp_kms.h28 * @planes: The DRM planes
36 struct drm_plane planes[ZYNQMP_DPSUB_NUM_LAYERS]; member
/third_party/ffmpeg/libavfilter/
H A Dmaskedmerge.h32 int planes; member
H A Dvf_cas.c30 int planes; member
67 if (!((1 << p) & s->planes)) { in cas_slice8()
134 if (!((1 << p) & s->planes)) { in cas_slice16()
270 { "planes", "set what planes to filter", OFFSET(planes), AV_OPT_TYPE_FLAGS, {.i64=7}, 0, 15, VF },
H A Daf_volume.c286 vol->planes = av_sample_fmt_is_planar(inlink->format) ? vol->channels : 1; in config_output()
420 for (p = 0; p < vol->planes; p++) { in filter_frame()
426 for (p = 0; p < vol->planes; p++) { in filter_frame()
432 for (p = 0; p < vol->planes; p++) { in filter_frame()
H A Dvf_yaepblur.c38 int planes; member
237 if (!s->radius || !(s->planes & (1<<plane))) { in filter_frame()
325 { "planes", "set planes to filter", OFFSET(planes), AV_OPT_TYPE_INT, {.i64=1}, 0, 0xF, .flags=FLAGS },
326 { "p", "set planes to filter", OFFSET(planes), AV_OPT_TYPE_INT, {.i64=1}, 0, 0xF, .flags=FLAGS },
H A Dvf_varblur.c36 int planes; member
68 { "planes", "set planes to filter", OFFSET(planes), AV_OPT_TYPE_INT, {.i64=0xF}, 0, 0xF, FLAGS },
223 if (!(s->planes & (1 << plane))) { in blur_planes()
270 if (!(s->planes & (1 << plane))) in blur_frame()
H A Dvf_pixelize.c44 int planes; member
201 if (!((1 << p) & s->planes)) { in pixelize_slice()
318 { "planes", "set what planes to filter", OFFSET(planes), AV_OPT_TYPE_FLAGS, {.i64=15}, 0, 15, FLAGS },
319 { "p", "set what planes to filter", OFFSET(planes), AV_OPT_TYPE_FLAGS, {.i64=15}, 0, 15, FLAGS },
H A Daf_volume.h83 int planes; member
H A Dconvolution.h41 int planes; member
/third_party/backends/backend/
H A Dmustek_scsi_pp.h107 * @param planes Bytes per pixel (3 for color, 1 for all other modes)
117 static SANE_Status mustek_scsi_pp_rdata (int fd, int planes,
/third_party/backends/include/sane/
H A Dsanei_ab306.h53 SANE_Status sanei_ab306_rdata (int fd, int planes,
/third_party/backends/sanei/
H A Dsanei_ab306.c432 sanei_ab306_rdata (int fd, int planes, SANE_Byte * buf, int lines, int bpl) in sanei_ab306_rdata() argument
445 /* the planes-loop: */ in sanei_ab306_rdata()
446 for (pcnt = 0; pcnt < planes; ++pcnt) in sanei_ab306_rdata()
448 xmax = bpl / planes; in sanei_ab306_rdata()
551 sanei_ab306_rdata (int fd, int planes, SANE_Byte *buf, int lines, int bpl) in sanei_ab306_rdata() argument
/third_party/mesa3d/src/intel/vulkan/
H A Danv_nir_lower_ycbcr_textures.c119 &conversion->format->planes[plane]; in create_plane_tex_instr_implicit()
260 if (!format->planes[p].has_chroma) in anv_nir_lower_ycbcr_textures_instr()
261 y_isl_layout = isl_format_get_layout(format->planes[p].isl_format); in anv_nir_lower_ycbcr_textures_instr()
275 /* Go through all the planes and gather the samples into a |ycbcr_comp| in anv_nir_lower_ycbcr_textures_instr()
281 const struct anv_format_plane *plane_format = &format->planes[p]; in anv_nir_lower_ycbcr_textures_instr()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/
H A DDmaBufImageSiblingVkLinux.cpp57 // Look at provided fds and count the number of planes based on that.
267 // - Otherwise if there are N planes, there must be N allocations and N binds (one per fd). in GetAllocateInfo()
357 // allowed in Vulkan, and all hardware past and current require the planes to have the same DRM in initImpl()
358 // modifier. If an application provides different modifiers for the planes, fail. in initImpl()
424 std::vector<VkSubresourceLayout> planes(planeCount, VkSubresourceLayout{}); in initImpl()
427 planes[plane].offset = mAttribs.getAsInt(kOffsets[plane]); in initImpl()
428 planes[plane].rowPitch = mAttribs.getAsInt(kPitches[plane]); in initImpl()
436 imageDrmModifierCreateInfo.pPlaneLayouts = planes.data(); in initImpl()
/third_party/skia/tools/gpu/
H A DYUVUtils.cpp156 std::array<sk_sp<SkImage>, 4> planes; in MakeYUVAPlanesAsA8() local
180 planes[i] = surf->makeImageSnapshot(); in MakeYUVAPlanesAsA8()
181 if (!planes[i]) { in MakeYUVAPlanesAsA8()
186 return {planes, info}; in MakeYUVAPlanesAsA8()
281 // Make sure the generator has ownership of its backing planes. in ensureYUVImage()
/third_party/ffmpeg/libavcodec/
H A Dcfhd.c250 int i, j, ret, planes, bayer = 0; in alloc_buffers() local
264 planes = av_pix_fmt_count_planes(s->coded_format); in alloc_buffers()
266 planes = 4; in alloc_buffers()
272 for (i = 0; i < planes; i++) { in alloc_buffers()
386 s->planes = av_pix_fmt_count_planes(s->coded_format); in cfhd_decode()
440 if (s->channel_num >= s->planes) { in cfhd_decode()
583 s->planes = s->coded_format == AV_PIX_FMT_BAYER_RGGB16 ? 4 : av_pix_fmt_count_planes(s->coded_format); in cfhd_decode()
612 s->planes = data == 2 ? 4 : av_pix_fmt_count_planes(s->coded_format); in cfhd_decode()
907 s->planes = av_pix_fmt_count_planes(avctx->pix_fmt); in cfhd_decode()
910 s->planes in cfhd_decode()
[all...]
H A Dv4l2_buffers.h62 /* the v4l2_buffer buf.m.planes pointer uses the planes[] mem */
64 struct v4l2_plane planes[VIDEO_MAX_PLANES]; member
77 * @returns 0 in case of success, AVERROR(EINVAL) if the number of planes is incorrect,
88 * @returns 0 in case of success, AVERROR(EINVAL) if the number of planes is incorrect,
/kernel/linux/linux-5.10/drivers/gpu/drm/mxsfb/
H A Dmxsfb_drv.h40 } planes; member
/kernel/linux/linux-5.10/drivers/gpu/drm/tidss/
H A Dtidss_drv.h28 struct drm_plane *planes[TIDSS_MAX_PLANES]; member
/kernel/linux/linux-6.6/drivers/gpu/drm/mxsfb/
H A Dlcdif_drv.h29 /* i.MXRT does support overlay planes, add them here. */
30 } planes; member
/kernel/linux/linux-6.6/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_group.h20 * struct rcar_du_group - CRTCs and planes group
30 * @dptsr_planes: bitmask of planes driven by dot-clock and timing generator 1
31 * @num_planes: number of planes in the group
32 * @planes: planes handled by the group
50 struct rcar_du_plane planes[RCAR_DU_NUM_KMS_PLANES]; member
H A Drcar_du_kms.h27 unsigned int planes; member
/kernel/linux/linux-6.6/drivers/gpu/drm/tidss/
H A Dtidss_drv.h28 struct drm_plane *planes[TIDSS_MAX_PLANES]; member

Completed in 12 milliseconds

12345678910>>...22