/third_party/ffmpeg/libavfilter/ |
H A D | vf_guided.c | 52 int planes; member 93 { "planes", "set planes to filter", OFFSET(planes), AV_OPT_TYPE_INT, {.i64 = 1 }, 0, 0xF, TFLAGS }, 295 if (!(s->planes & (1 << plane))) { in filter_frame()
|
H A D | vf_scale_vulkan.c | 302 const int planes = av_pix_fmt_count_planes(s->vkctx.input_format); in process_frames() local 310 for (int i = 0; i < planes; i++) { in process_frames() 327 for (int i = 0; i < planes; i++) { in process_frames()
|
H A D | vf_extractplanes.c | 54 { "planes", "set planes", OFFSET(requested_planes), AV_OPT_TYPE_FLAGS, {.i64=1}, 1, 0xff, FLAGS, "flags"}, 233 av_log(ctx, AV_LOG_ERROR, "Requested planes not available.\n"); in config_input() 374 int planes = (s->requested_planes & 0xf) | (s->requested_planes >> 4); in init() local 381 if (!(planes & (1 << i))) in init() 409 .description = NULL_IF_CONFIG_SMALL("Extract planes as grayscale frames."),
|
H A D | vf_gblur.c | 46 { "planes", "set planes to filter", OFFSET(planes), AV_OPT_TYPE_INT, {.i64=0xF}, 0, 0xF, FLAGS }, 244 if (!s->sigma || !(s->planes & (1 << plane))) { in filter_frame()
|
H A D | vf_maskedmerge.c | 34 { "planes", "set planes", OFFSET(planes), AV_OPT_TYPE_INT, {.i64=0xF}, 0, 0xF, FLAGS }, 83 if (!((1 << p) & s->planes)) { in filter_slice()
|
H A D | vf_geq.c | 58 int planes; ///< number of planes member 379 geq->planes = desc->nb_components; in geq_config_props() 466 for (plane = 0; plane < geq->planes && out->data[plane]; plane++) { in geq_filter_frame()
|
H A D | vf_premultiply.c | 42 int planes; member 60 { "planes", "set planes", OFFSET(planes), AV_OPT_TYPE_INT, {.i64=0xF}, 0, 0xF, FLAGS }, 486 if (!((1 << p) & s->planes) || p == 3) { in premultiply_slice()
|
H A D | vf_convolution.c | 791 s->copy[i] = !((1 << i) & s->planes); in param_init() 800 s->copy[i] = !((1 << i) & s->planes); in param_init() 809 s->copy[i] = !((1 << i) & s->planes); in param_init() 818 s->copy[i] = !((1 << i) & s->planes); in param_init() 827 s->copy[i] = !((1 << i) & s->planes); in param_init() 965 { "planes", "set planes to filter", OFFSET(planes), AV_OPT_TYPE_INT, {.i64=15}, 0, 15, FLAGS},
|
H A D | vf_vidstabdetect.c | 156 for (plane = 0; plane < md->fi.planes; plane++) { in filter_frame()
|
/third_party/ffmpeg/libavcodec/ |
H A D | huffyuvenc.c | 671 static inline int encode_bgra_bitstream(HYuvContext *s, int count, int planes) in encode_bgra_bitstream() argument 675 if (put_bytes_left(&s->pb, 0) < 4 * planes * count) { in encode_bgra_bitstream() 681 int g = s->temp[0][planes == 3 ? 3 * i + 1 : 4 * i + G]; \ in encode_bgra_bitstream() 682 int b =(s->temp[0][planes == 3 ? 3 * i + 2 : 4 * i + B] - g) & 0xFF;\ in encode_bgra_bitstream() 683 int r =(s->temp[0][planes == 3 ? 3 * i + 0 : 4 * i + R] - g) & 0xFF;\ in encode_bgra_bitstream() 684 int a = s->temp[0][planes * i + A]; in encode_bgra_bitstream() 690 if (planes == 4) \ in encode_bgra_bitstream() 697 if (planes == 4) \ in encode_bgra_bitstream()
|
H A D | libdavs2.c | 129 pic->planes[plane] + line * pic->strides[plane], in davs2_dump_frames()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_private.h | 2398 struct radv_image_plane planes[0]; 2428 return image->planes[0].surface.cmask_offset; 2437 return image->planes[0].surface.fmask_offset; 2446 return !(image->planes[0].surface.flags & RADEON_SURF_Z_OR_SBUFFER) && 2447 image->planes[0].surface.meta_offset; 2465 return radv_image_has_dcc(image) && level < image->planes[0].surface.num_meta_levels; 2483 return image->planes[0].surface.flags & RADEON_SURF_Z_OR_SBUFFER && 2484 image->planes[0].surface.meta_size; 2504 return radv_image_has_htile(image) && level < image->planes[0].surface.num_meta_levels; 2514 (image->planes[ [all...] |
H A D | radv_nir_lower_ycbcr_textures.c | 170 int planes = vk_format_get_plane_count(format); in get_plane_swizzles() local 171 switch (planes) { in get_plane_swizzles()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_private.h | 1837 /* Maximum number of YCbCr texture/sampler planes */ 3331 /* For downscaling of YUV planes */ 3334 /* How to map sampled ycbcr planes to a single 4 component element. */ 3343 struct anv_format_plane planes[3]; member 3386 /* Because we always put image and view planes in aspect-bit-order, the in anv_aspect_to_plane() 3559 * For each foo, anv_image::planes[x].surface is valid if and only if 3606 } planes[3]; member 3653 if (image->planes[plane].aux_usage == ISL_AUX_USAGE_NONE) in anv_image_aux_levels() 3703 &image->planes[plane].fast_clear_memory_range; in anv_image_get_clear_color_addr() 3731 assert(image->planes[plan in anv_image_get_compression_state_addr() 3965 } planes[3]; global() member [all...] |
H A D | anv_android.c | 294 * where we have many logical planes but they all point to the same in anv_GetAndroidHardwareBufferPropertiesANDROID() 390 * where we have many logical planes but they all point to the same in anv_import_ahw_memory() 564 assert(image->planes[0].primary_surface.memory_range.binding == in anv_image_init_from_gralloc() 624 assert(image->planes[0].primary_surface.memory_range.binding == in anv_image_bind_from_gralloc()
|
/third_party/backends/backend/ |
H A D | dc210.h | 226 unsigned char *planes; member
|
H A D | hp5400_internal.h | 244 DecodeImage (FILE * file, int planes, int bpp, int xsize, int ysize,
|
H A D | microtek.h | 339 SANE_Int planes; /* color planes */ member
|
H A D | pieusb_specific.h | 323 SANE_Status sanei_pieusb_post (Pieusb_Scanner *scanner, uint16_t **in_img, int planes);
|
H A D | microtek2.c | 5601 ms->buf.planes[0][i] = 0; in prepare_buffers() 5602 ms->buf.planes[1][i] = 0; in prepare_buffers() 7422 /* determine how many planes of each color are in the source buffer */ in segreg_proc_data() 7429 ++ms->buf.planes[0][MS_COLOR_RED]; in segreg_proc_data() 7432 ++ms->buf.planes[0][MS_COLOR_GREEN]; in segreg_proc_data() 7435 ++ms->buf.planes[0][MS_COLOR_BLUE]; in segreg_proc_data() 7456 lines_to_deliver = ms->buf.planes[0][colseq2] + ms->buf.planes[1][colseq2]; in segreg_proc_data() 7460 DBG(30, "segreg_proc_data: planes[0][0]=%d, planes[ in segreg_proc_data() [all...] |
/drivers/peripheral/codec/test/demo/heif/src/ |
H A D | buffer_helper.cpp | 87 layout.planes[PLANE_U].offset : in CopyYuvData() 88 layout.planes[PLANE_V].offset; in CopyYuvData()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
H A D | vktYCbCrStorageImageWriteTests.cpp | 21 * \brief Testing compute shader writing to separate planes of a multiplanar format 74 vk::VkFormat result = formatInfo.planes[planeNdx].planeCompatibleFormat; in getPlaneCompatibleFormatForWriting() 184 TCU_THROW(NotSupportedError, "Disjoint planes are not supported for this format"); 361 const deUint32 planeW = imageCreateInfo.extent.width / (formatDescription.blockWidth * formatDescription.planes[planeNdx].widthDivisor); 362 planeRowPitches[planeNdx] = formatDescription.planes[planeNdx].elementSizeBytes * planeW; 713 const std::string formatQualifierStr = getShaderImageFormatQualifier(formatDescription.planes[planeNdx].planeCompatibleFormat);
|
/third_party/skia/tools/ |
H A D | DDLPromiseImageHelper.h | 153 return fYUVAPixmaps.planes()[index]; in yuvPixmap()
|
/third_party/skia/include/core/ |
H A D | SkYUVAPixmaps.h | 35 * planes. 59 * Checks whether there is a supported combination of color types for planes structured 96 * row byte values beyond the number of planes in SkYUVAInfo are ignored. All SkColorTypes 121 /** The number of SkPixmap planes, 0 if this SkYUVAPixmapInfo is invalid. */ 137 * Determine size to allocate for all planes. Optionally retrieves the per-plane sizes in 168 * Helper to store SkPixmap planes as described by a SkYUVAPixmapInfo. Can be responsible for 188 * Makes a deep copy of the src SkYUVAPixmaps. The returned SkYUVAPixmaps owns its planes' 203 * the SkYUVAInfo isn't compatible with the SkPixmap array (number of planes, plane dimensions, 204 * sufficient color channels in planes, ...). 226 /** Number of pixmap planes o 233 const std::array<SkPixmap, kMaxPlanes>& planes() const { return fPlanes; } planes() function in SkYUVAPixmapInfo::SkYUVAPixmaps [all...] |
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | dri2.c | 895 * test for support of all planes' sampler formats and in dri2_create_image_from_winsys() 939 templ.width0 = width >> map->planes[i].width_shift; in dri2_create_image_from_winsys() 940 templ.height0 = height >> map->planes[i].height_shift; in dri2_create_image_from_winsys() 942 templ.format = dri2_get_pipe_format_for_dri_format(map->planes[i].dri_format); in dri2_create_image_from_winsys() 948 &templ, &whandle[use_lowered ? map->planes[i].buffer_index : i], in dri2_create_image_from_winsys() 1532 uint64_t planes; in dri2_from_planar() local 1534 &planes) || in dri2_from_planar() 1535 plane >= planes) { in dri2_from_planar()
|