Home
last modified time | relevance | path

Searched refs:planes (Results 126 - 150 of 288) sorted by relevance

12345678910>>...12

/third_party/ffmpeg/libavfilter/
H A Dmaskedmerge.h32 int planes; member
H A Daf_volume.h83 int planes; member
H A Dconvolution.h41 int planes; member
H A Dmedian.h31 int planes; member
H A Dgblur.h38 int planes; member
H A Dthreshold.h31 int planes; member
H A Dvf_pullup.h26 uint8_t *planes[4]; member
H A Daf_amix.c355 int planes, plane_size, p; in output_frame() local
360 planes = s->planar ? s->nb_channels : 1; in output_frame()
366 for (p = 0; p < planes; p++) { in output_frame()
372 for (p = 0; p < planes; p++) { in output_frame()
H A Dvf_xmedian.c42 int planes; member
151 if (!((1 << p) & s->planes)) { \
363 { "planes", "set planes to filter", OFFSET(planes), AV_OPT_TYPE_INT, {.i64=15}, 0, 15, .flags =TFLAGS },
440 { "planes", "set planes to filter", OFFSET(planes), AV_OPT_TYPE_INT, {.i64=15}, 0, 15, .flags =TFLAGS },
H A Dvf_mix.c51 int planes; member
156 if (!((1 << p) & s->planes)) { \
367 { "planes", "set what planes to filter", OFFSET(planes), AV_OPT_TYPE_FLAGS, {.i64=15}, 0, 15, .flags = TFLAGS },
454 { "planes", "set what planes to filter", OFFSET(planes), AV_OPT_TYPE_FLAGS, {.i64=15}, 0, 15, .flags = TFLAGS },
/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/ffmpeg/libavformat/
H A Davisynth.c95 const int *planes; member
481 avs->planes = avs_planes_rgba; in avisynth_create_stream_video()
485 avs->planes = avs_planes_yuva; in avisynth_create_stream_video()
489 avs->planes = avs_planes_rgb; in avisynth_create_stream_video()
493 avs->planes = avs_planes_grey; in avisynth_create_stream_video()
497 avs->planes = avs_planes_yuv; in avisynth_create_stream_video()
501 avs->planes = avs_planes_packed; in avisynth_create_stream_video()
947 plane = avs->planes[i]; in avisynth_read_packet_video()
/third_party/ffmpeg/libavutil/
H A Dhwcontext_vaapi.c880 // Chroma planes are YVU rather than YUV, so swap them. in vaapi_map_frame()
1134 desc->layers[i].planes[j].object_index; in vaapi_map_from_drm()
1135 prime_desc.layers[i].offset[j] = desc->layers[i].planes[j].offset; in vaapi_map_from_drm()
1136 prime_desc.layers[i].pitch[j] = desc->layers[i].planes[j].pitch; in vaapi_map_from_drm()
1192 buffer_desc.pitches[k] = desc->layers[i].planes[j].pitch; in vaapi_map_from_drm()
1193 buffer_desc.offsets[k] = desc->layers[i].planes[j].offset; in vaapi_map_from_drm()
1223 buffer_desc.pitches[k] = desc->layers[i].planes[j].pitch; in vaapi_map_from_drm()
1224 buffer_desc.offsets[k] = desc->layers[i].planes[j].offset; in vaapi_map_from_drm()
1326 drm_desc->layers[i].planes[j].object_index = in vaapi_map_to_drm_esh()
1328 drm_desc->layers[i].planes[ in vaapi_map_to_drm_esh()
[all...]
H A Dhwcontext_drm.h37 * The maximum number of layers/planes in a DRM frame.
94 * defined by its format, and will contain one or more planes.
102 * Number of planes in the layer.
104 * This must match the number of planes required by format.
108 * Array of planes in this layer.
110 AVDRMPlaneDescriptor planes[AV_DRM_MAX_PLANES]; member
128 * The total number of planes must not exceed AV_DRM_MAX_PLANES, and
129 * the order of the planes by increasing layer index followed by
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_blit.c128 struct si_texture *dst, unsigned planes, unsigned level_mask, in si_blit_dbcb_copy()
136 if (planes & PIPE_MASK_Z) in si_blit_dbcb_copy()
138 if (planes & PIPE_MASK_S) in si_blit_dbcb_copy()
200 struct si_texture *texture, unsigned planes, in si_blit_decompress_zs_planes_in_place()
211 if (planes & PIPE_MASK_S) in si_blit_decompress_zs_planes_in_place()
213 if (planes & PIPE_MASK_Z) in si_blit_decompress_zs_planes_in_place()
252 if (planes & PIPE_MASK_Z) in si_blit_decompress_zs_planes_in_place()
254 if (planes & PIPE_MASK_S) in si_blit_decompress_zs_planes_in_place()
264 * of Z and/or S planes in place.
397 * when we don't decompress but TC-compatible planes ar in si_decompress_depth()
127 si_blit_dbcb_copy(struct si_context *sctx, struct si_texture *src, struct si_texture *dst, unsigned planes, unsigned level_mask, unsigned first_layer, unsigned last_layer, unsigned first_sample, unsigned last_sample) si_blit_dbcb_copy() argument
199 si_blit_decompress_zs_planes_in_place(struct si_context *sctx, struct si_texture *texture, unsigned planes, unsigned level_mask, unsigned first_layer, unsigned last_layer) si_blit_decompress_zs_planes_in_place() argument
845 si_decompress_subresource(struct pipe_context *ctx, struct pipe_resource *tex, unsigned planes, unsigned level, unsigned first_layer, unsigned last_layer, bool need_fmask_expand) si_decompress_subresource() argument
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_lens_correction.cpp47 dng_warp_params::dng_warp_params (uint32 planes, in dng_warp_params() argument
50 : fPlanes (planes) in dng_warp_params()
55 DNG_ASSERT (planes >= 1, "Too few planes." ); in dng_warp_params()
56 DNG_ASSERT (planes <= kMaxColorPlanes, "Too many planes."); in dng_warp_params()
318 dng_warp_params_rectilinear::dng_warp_params_rectilinear (uint32 planes, in dng_warp_params_rectilinear() argument
323 : dng_warp_params (planes, in dng_warp_params_rectilinear()
735 dng_warp_params_fisheye::dng_warp_params_fisheye (uint32 planes,
739 : dng_warp_params (planes, cente
[all...]
H A Ddng_simple_image.h43 uint32 planes,
H A Ddng_misc_opcodes.h58 /// specifying opcodes that only apply to specific color planes or pixel types (e.g.,
87 uint32 planes = 1, in dng_area_spec()
93 , fPlanes (planes) in dng_area_spec()
114 /// The total number of planes.
/third_party/ffmpeg/libavcodec/
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,
H A Dutvideo.h73 int planes; member
/third_party/ffmpeg/doc/examples/
H A Dfilter_audio.c218 int planes = planar ? channels : 1; in process_output() local
223 for (i = 0; i < planes; i++) { in process_output()
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_helpers.h41 } planes[3]; member
/third_party/libdrm/tests/modetest/
H A Dmodetest.c111 struct plane *planes; member
516 struct plane *plane = &dev->resources->planes[i]; in dump_planes()
705 res->planes = calloc(res->count_planes, sizeof(*res->planes)); in get_resources()
706 if (!res->planes) { in get_resources()
793 * Pipes and planes
1186 * CRTC index first, then iterate over available planes. in atomic_set_plane()
1246 * CRTC index first, then iterate over available planes. in set_plane()
1257 ovr = dev->resources->planes[i].plane; in set_plane()
1318 /* set up planes */ in atomic_set_planes()
2029 int encoders = 0, connectors = 0, crtcs = 0, planes = 0, framebuffers = 0; main() local
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_emit.c595 uint8_t planes = ctx->rasterizer->clip_plane_enable; in fd3_emit_state() local
618 MIN2(util_bitcount(planes), 6)); in fd3_emit_state()
624 uint32_t planes = ctx->rasterizer->clip_plane_enable; in fd3_emit_state() local
628 planes = 0; in fd3_emit_state()
630 while (planes && count < 6) { in fd3_emit_state()
631 int i = ffs(planes) - 1; in fd3_emit_state()
633 planes &= ~(1U << i); in fd3_emit_state()

Completed in 16 milliseconds

12345678910>>...12