Home
last modified time | relevance | path

Searched defs:planes (Results 51 - 75 of 305) sorted by relevance

12345678910>>...13

/third_party/ffmpeg/libavcodec/
H A Dlibaomdec.c228 const uint8_t *planes[4] = { img->planes[0], img->planes[1], img->planes[2] }; in aom_decode() local
H A Dgemdec.c62 static void put_lines_bits(AVCodecContext *avctx, int planes, int row_width, int pixel_size, State * state, uint8_t * row, AVFrame *p) in put_lines_bits() argument
79 static void put_lines_bytes(AVCodecContext *avctx, int planes, int row_width, int pixel_size, State * state, uint8_t * row, AVFrame *p) in put_lines_bytes() argument
94 int header_size, planes, pattern_size, tag = 0, count_scalar = 1, ret; in gem_decode_frame() local
[all...]
H A Dget_buffer.c50 int planes; member
89 int i, ret, ch, planes; in update_frame_pool() local
100 planes = planar ? ch : 1; in update_frame_pool() local
204 int planes = pool->planes; in audio_get_buffer() local
[all...]
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
/third_party/ffmpeg/libavfilter/
H A Daf_ashowinfo.c190 int planes = planar ? channels : 1; in filter_frame() local
H A Dvf_lagfun.c34 int planes; member
/third_party/ffmpeg/libswresample/
H A Daudioconvert.c205 int planes = in->planar ? in->ch_count : 1; in swri_audio_convert() local
212 int planes = out->planar ? out->ch_count : 1; in swri_audio_convert() local
228 int planes = out->planar ? out->ch_count : 1; in swri_audio_convert() local
/third_party/cups-filters/cupsfilters/
H A Dimage-bmp.c62 planes, /* Number of planes (always 1) */ in _cupsImageReadBMP() local
/third_party/libdrm/tests/etnaviv/
H A Dwrite_bmp.c50 unsigned short planes; member
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_blitter.h47 } planes[2]; member
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkImageUtil.hpp134 Plane planes[MAX_PLANES]; member
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_host.cpp341 Make_dng_image(const dng_rect &bounds, uint32 planes, uint32 pixelType) Make_dng_image() argument
H A Ddng_image.h297 CopyArea(const dng_image &src, const dng_rect &area, uint32 plane, uint32 planes) CopyArea() argument
[all...]
H A Ddng_lens_correction.cpp47 dng_warp_params::dng_warp_params (uint32 planes, in dng_warp_params() argument
318 dng_warp_params_rectilinear::dng_warp_params_rectilinear (uint32 planes, in dng_warp_params_rectilinear() argument
[all...]
/third_party/skia/include/core/
H A DSkYUVAPixmaps.h233 const std::array<SkPixmap, kMaxPlanes>& planes() const { return fPlanes; } planes() function in SkYUVAPixmapInfo::SkYUVAPixmaps
[all...]
/device/soc/hisilicon/common/hal/display/source/display_device/src/drm/
H A Ddrm_device.cpp268 std::vector<std::shared_ptr<DrmPlane>> planes; in GetDrmPlane() local
/device/qemu/riscv32_virt/liteos_m/board/hardware/display/
H A Ddisplay_gralloc.c51 const PlaneLayoutInfo *planes; member
/device/soc/rockchip/common/hardware/display/src/display_device/
H A Ddrm_device.cpp282 std::vector<std::shared_ptr<DrmPlane>> planes; in GetDrmPlane() local
/device/soc/rockchip/rk3399/hardware/display/src/display_device/
H A Ddrm_device.cpp277 std::vector<std::shared_ptr<DrmPlane>> planes; in GetDrmPlane() local
/device/soc/rockchip/rk3566/hardware/display/src/display_device/
H A Ddrm_device.cpp277 std::vector<std::shared_ptr<DrmPlane>> planes; in GetDrmPlane() local
/device/soc/rockchip/rk3568/hardware/display/src/display_device/
H A Ddrm_device.cpp277 std::vector<std::shared_ptr<DrmPlane>> planes; in GetDrmPlane() local
/device/soc/rockchip/rk3568/hardware/omx_il/osal/
H A DRockchip_OSAL_RGA_Process.c476 void rga_nv122rgb(RockchipVideoPlane *planes, VPUMemLinear_t *vpumem, uint32_t Width, in rga_nv122rgb() argument
/device/soc/rockchip/rk3588/hardware/display/src/display_device/
H A Ddrm_device.cpp277 std::vector<std::shared_ptr<DrmPlane>> planes; in GetDrmPlane() local
/kernel/linux/linux-5.10/drivers/media/dvb-core/
H A Ddvb_vb2.c149 static int _fill_vb2_buffer(struct vb2_buffer *vb, struct vb2_plane *planes) in _fill_vb2_buffer() argument

Completed in 24 milliseconds

12345678910>>...13