/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
H A D | DeviceMTL.h | 58 uint32_t plane);
|
/third_party/skia/src/core/ |
H A D | SkPath.cpp | 3695 // length of initial plane normal is zero in normalize() 3724 // check whether the diagonal aligned with the normal crosses the plane in test() 3743 // the path is either all on one side of the half-plane or the other in test() 3754 // assumes plane is pre-normalized 3756 static SkPath clip(const SkPath& path, const SkHalfPlane& plane) { in clip() argument 3758 SkPoint p0 = { -plane.fA*plane.fC, -plane.fB*plane.fC }; in clip() 3759 mx.setAll( plane in clip() [all...] |
/third_party/ffmpeg/libavdevice/ |
H A D | opengl_enc.c | 1135 int plane = desc->comp[comp_index].plane; in opengl_get_plane_pointer() local 1137 switch(plane) { in opengl_get_plane_pointer() 1162 int plane = desc->comp[comp_index].plane; \ 1166 GLint length = ((AVFrame *)input)->linesize[plane]; \ 1170 data = ((AVFrame *)input)->data[plane]; \
|
/third_party/ffmpeg/libavfilter/ |
H A D | vsrc_testsrc.c | 1364 int plane; in draw_bar() local 1374 for (plane = 0; frame->data[plane]; plane++) { in draw_bar() 1375 const int c = color[plane]; in draw_bar() 1376 const int linesize = frame->linesize[plane]; in draw_bar() 1379 if (plane == 1 || plane == 2) { in draw_bar() 1391 p0 = p = frame->data[plane] + py * linesize + px; in draw_bar()
|
H A D | vf_yadif_cuda.c | 144 if (comp->plane < i) { in filter() 170 "Deinterlacing plane %d: pixel_size: %d channels: %d\n", in filter() 171 comp->plane, pixel_size, channels); in filter()
|
H A D | vf_v360.c | 168 {"alpha_mask", "build mask in alpha plane", OFFSET(alpha), AV_OPT_TYPE_BOOL, {.i64=0}, 0, 1, FLAGS, "alpha"}, 290 for (int plane = 0; plane < s->nb_planes; plane++) { \ 291 const unsigned map = s->map[plane]; \ 292 const int in_linesize = in->linesize[plane]; \ 293 const int out_linesize = out->linesize[plane]; \ 294 const int uv_linesize = s->uv_linesize[plane]; \ 295 const int in_offset_w = stereo ? s->in_offset_w[plane] : 0; \ 296 const int in_offset_h = stereo ? s->in_offset_h[plane] [all...] |
H A D | vf_removegrain.c | 38 { "m0", "set mode for 1st plane", OFFSET(mode[0]), AV_OPT_TYPE_INT, {.i64=0}, 0, 24, FLAGS }, 39 { "m1", "set mode for 2nd plane", OFFSET(mode[1]), AV_OPT_TYPE_INT, {.i64=0}, 0, 24, FLAGS }, 40 { "m2", "set mode for 3rd plane", OFFSET(mode[2]), AV_OPT_TYPE_INT, {.i64=0}, 0, 24, FLAGS }, 41 { "m3", "set mode for 4th plane", OFFSET(mode[3]), AV_OPT_TYPE_INT, {.i64=0}, 0, 24, FLAGS }, 513 int plane; member 522 const int i = td->plane; in filter_slice() 613 td.in = in; td.out = out; td.plane = i; in filter_frame()
|
/third_party/ffmpeg/libavcodec/ |
H A D | libopenjpegdec.c | 235 component_plane = desc->comp[0].plane; in libopenjpeg_ispacked() 237 if (component_plane != desc->comp[i].plane) in libopenjpeg_ispacked()
|
H A D | ivi.h | 145 int plane; ///< plane number this band belongs to member 192 * color plane (luma or chroma) information 197 uint8_t num_bands; ///< number of bands this plane subdivided into 320 * @param[in,out] planes pointer to the array of the plane descriptors 331 * @param[in,out] planes pointer to the array of the plane descriptors
|
H A D | ffv1enc_template.c | 27 PlaneContext *const p = &s->plane[plane_index]; in encode_line()
|
H A D | ffv1dec_template.c | 27 PlaneContext *const p = &s->plane[plane_index]; in decode_line()
|
H A D | vc1.c | 48 * @param plane Buffer to store decoded bits 53 static void decode_rowskip(uint8_t* plane, int width, int height, int stride, in decode_rowskip() argument 60 memset(plane, 0, width); in decode_rowskip() 63 plane[x] = get_bits1(gb); in decode_rowskip() 64 plane += stride; in decode_rowskip() 69 * @param plane Buffer to store decoded bits 75 static void decode_colskip(uint8_t* plane, int width, int height, int stride, in decode_colskip() argument 83 plane[y*stride] = 0; in decode_colskip() 86 plane[y*stride] = get_bits1(gb); in decode_colskip() 87 plane in decode_colskip() [all...] |
/third_party/mesa3d/src/amd/addrlib/src/r800/ |
H A D | egbaddrlib.h | 387 UINT_32 x, UINT_32 y, UINT_32 slice, UINT_32 sample, UINT_32 plane, 407 UINT_32 x, UINT_32 y, UINT_32 slice, UINT_32 sample, UINT_32 plane,
|
/third_party/mesa3d/src/intel/common/ |
H A D | intel_aux_map.c | 317 uint8_t plane) in intel_aux_map_format_bits() 328 ((uint64_t)(plane > 0) << 57) | in intel_aux_map_format_bits() 316 intel_aux_map_format_bits(enum isl_tiling tiling, enum isl_format format, uint8_t plane) intel_aux_map_format_bits() argument
|
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/ |
H A D | rbug_screen.c | 319 unsigned plane, in rbug_screen_resource_get_param() 333 resource, plane, layer, level, param, in rbug_screen_resource_get_param() 316 rbug_screen_resource_get_param(struct pipe_screen *_screen, struct pipe_context *_pipe, struct pipe_resource *_resource, unsigned plane, unsigned layer, unsigned level, enum pipe_resource_param param, unsigned handle_usage, uint64_t *value) rbug_screen_resource_get_param() argument
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_video_buffer.c | 174 unsigned usage, unsigned plane, in vl_video_buffer_template() 193 vl_video_buffer_adjust_size(&templ->width0, &height, plane, in vl_video_buffer_template() 170 vl_video_buffer_template(struct pipe_resource *templ, const struct pipe_video_buffer *tmpl, enum pipe_format resource_format, unsigned depth, unsigned array_size, unsigned usage, unsigned plane, enum pipe_video_chroma_format chroma_format) vl_video_buffer_template() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
H A D | mtl_resources.h | 170 uint32_t plane, 316 NSUInteger plane,
|
/third_party/skia/third_party/externals/libwebp/extras/ |
H A D | get_disto.c | 59 static void RescalePlane(uint8_t* plane, int width, int height, in RescalePlane() argument 64 uint8_t* const ptr = plane + y * y_stride; in RescalePlane() 172 // extract plane in SSIMScaleChannel() 221 " -alpha .... preserve alpha plane\n" in Help()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_image.cpp | 787 uint32 plane, in EqualArea() 811 if (!destTile.EqualArea (srcTile, srcTileArea, plane, planes)) in EqualArea() 785 EqualArea(const dng_image &src, const dng_rect &area, uint32 plane, uint32 planes) const EqualArea() argument
|
H A D | dng_utils.cpp | 417 uint32 plane) in HistogramArea() 435 plane); in HistogramArea() 412 HistogramArea(dng_host & , const dng_image &image, const dng_rect &area, uint32 *hist, uint32 maxValue, uint32 plane) HistogramArea() argument
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_image.c | 40 tu6_plane_format(VkFormat format, uint32_t plane) in tu6_plane_format() argument 44 return plane ? PIPE_FORMAT_R8G8_UNORM : PIPE_FORMAT_Y8_UNORM; in tu6_plane_format() 48 return plane ? PIPE_FORMAT_S8_UINT : PIPE_FORMAT_Z32_FLOAT; in tu6_plane_format() 182 /* The 0'th plane of this format has a different UBWC compression. */ in tu_image_view_init() 185 /* If the user wants to reinterpret this plane, then they should've in tu_image_view_init() 527 /* Depth plane is the first one */ in tu_image_init()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_screen.h | 304 * called with handle->plane != 0. 331 unsigned plane, 694 * supported by \p screen. Hence, the plane count can be derived directly
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
H A D | virgl_winsys.h | 87 uint32_t *plane,
|
/third_party/skia/include/core/ |
H A D | SkYUVAPixmaps.h | 23 * SkYUVAInfo combined with per-plane SkColorTypes and row bytes. Fully specifies the SkPixmaps 83 * that can be stored in a plane of this color type and what the DataType is of those channels. 84 * If the SkColorType is not supported as a YUVA plane the number of channels is reported as 0 93 * Initializes the SkYUVAPixmapInfo from a SkYUVAInfo with per-plane color types and row bytes. 95 * rowBytes entry is not valid for the plane dimensions and color type. Color type and 99 * If rowBytes is nullptr then bpp*width is assumed for each plane. 105 * Like above but uses DefaultColorTypeForDataType to determine each plane's SkColorType. If 106 * rowBytes is nullptr then bpp*width is assumed for each plane. 128 * Row bytes for the ith plane. Returns zero if i >= numPlanes() or this SkYUVAPixmapInfo is 133 /** Image info for the ith plane, o 239 const SkPixmap& plane(int i) const { return fPlanes[SkToSizeT(i)]; } plane() function in SkYUVAPixmapInfo::SkYUVAPixmaps [all...] |
/third_party/mesa3d/src/gallium/winsys/virgl/drm/ |
H A D | virgl_drm_winsys.c | 465 uint32_t *plane, in virgl_drm_winsys_resource_create_handle() 477 if (whandle->plane >= VIRGL_MAX_PLANE_COUNT) { in virgl_drm_winsys_resource_create_handle() 486 *plane = whandle->plane; in virgl_drm_winsys_resource_create_handle() 463 virgl_drm_winsys_resource_create_handle(struct virgl_winsys *qws, struct winsys_handle *whandle, uint32_t *plane, uint32_t *stride, uint32_t *plane_offset, uint64_t *modifier, uint32_t *blob_mem) virgl_drm_winsys_resource_create_handle() argument
|