Home
last modified time | relevance | path

Searched defs:nplanes (Results 1 – 13 of 13) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dpcxenc.c48 const uint8_t *src, int src_plane_size, int nplanes) in pcx_rle_encode()
93 int bpp, nplanes, i, y, line_bytes, written, ret, max_pkt_size, sw, sh; in pcx_encode_frame() local
Dpcx.c79 unsigned int w, h, bits_per_pixel, bytes_per_line, nplanes, stride, y, x, in pcx_decode_frame() local
Ddiracdec.c1654 int mx, my, i, epel, nplanes = 0; in mc_subpel() local
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_helpers.h35 int nplanes; member
/third_party/NuttX/drivers/video/
Dfb.c736 int nplanes; in fb_register() local
/third_party/ffmpeg/libavfilter/
Dvf_blockdetect.c209 int nplanes = 0; in blockdetect_filter_frame() local
Dvf_blurdetect.c270 int nplanes = 0; in blurdetect_filter_frame() local
/third_party/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c2337 int nplanes; member
3078 EGLint *fourcc, EGLint *nplanes, in dri2_export_dma_buf_image_query_mesa()
3124 EGLint nplanes; in dri2_export_dma_buf_image_mesa() local
/third_party/NuttX/include/nuttx/video/
Dfb.h299 uint8_t nplanes; /* Number of color planes supported */ member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_texture.c1602 unsigned nplanes = ac_surface_get_nplanes(&tex->surface); in si_texture_from_winsys_buffer() local
/third_party/cups-filters/filter/
Dpdftoraster.cxx128 unsigned int nplanes; variable
/third_party/mesa3d/src/virtio/virtio-gpu/
Dvirgl_protocol.h664 #define VIRGL_PIPE_RES_SET_TYPE_SIZE(nplanes) (8 + (nplanes) * 2) argument
/third_party/mesa3d/src/egl/main/
Deglapi.c2379 EGLint *fourcc, EGLint *nplanes, in eglExportDMABUFImageQueryMESA()