Home
last modified time | relevance | path

Searched defs:planes (Results 1 – 25 of 174) sorted by relevance

1234567

/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_pixel_buffer.h516 uint32 planes, in SetConstant_uint8()
534 uint32 planes, in SetConstant_uint16()
552 uint32 planes, in SetConstant_int16()
570 uint32 planes, in SetConstant_uint32()
588 uint32 planes, in SetConstant_real32()
638 uint32 planes) in CopyArea()
Ddng_bottlenecks.h671 uint32 planes, in DoSetArea8()
692 uint32 planes, in DoSetArea16()
713 uint32 planes, in DoSetArea32()
736 uint32 planes, in DoCopyArea8()
763 uint32 planes, in DoCopyArea16()
790 uint32 planes, in DoCopyArea32()
817 uint32 planes, in DoCopyArea8_16()
844 uint32 planes, in DoCopyArea8_S16()
871 uint32 planes, in DoCopyArea8_32()
898 uint32 planes, in DoCopyArea16_S16()
[all …]
Ddng_pixel_buffer.cpp366 uint32 planes, in dng_pixel_buffer()
544 uint32 planes, in SetConstant()
670 uint32 planes) in SetZero()
714 uint32 planes) in CopyArea()
1435 uint32 planes = fPlanes; in ShiftRight() local
1640 uint32 planes) in MaxDiff()
1688 uint32 planes) in MaxDiff()
Ddng_reference.cpp88 uint32 planes, in RefSetArea8()
129 uint32 planes, in RefSetArea16()
170 uint32 planes, in RefSetArea32()
211 uint32 planes, in RefCopyArea8()
260 uint32 planes, in RefCopyArea16()
309 uint32 planes, in RefCopyArea32()
358 uint32 planes, in RefCopyArea8_16()
407 uint32 planes, in RefCopyArea8_S16()
458 uint32 planes, in RefCopyArea8_32()
507 uint32 planes, in RefCopyArea16_S16()
[all …]
Ddng_simple_image.cpp26 uint32 planes, in dng_simple_image()
/third_party/ffmpeg/libswresample/
Daudioconvert.c201 int planes = in->planar ? in->ch_count : 1; in swri_audio_convert() local
208 int planes = out->planar ? out->ch_count : 1; in swri_audio_convert() local
224 int planes = out->planar ? out->ch_count : 1; in swri_audio_convert() local
/third_party/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DYUVImage.java147 public YUVImage(byte[][] planes, int[] offsets, int width, int[] strides, in YUVImage()
211 public void setBuf(byte[][] planes, int[] offsets, int width, int[] strides, in setBuf()
216 private void setBuf(byte[][] planes, int[] offsets, int width, int[] strides, in setBuf()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DYUVImage.java147 public YUVImage(byte[][] planes, int[] offsets, int width, int[] strides, in YUVImage()
211 public void setBuf(byte[][] planes, int[] offsets, int width, int[] strides, in setBuf()
216 private void setBuf(byte[][] planes, int[] offsets, int width, int[] strides, in setBuf()
/third_party/ffmpeg/libavfilter/
Dvf_shuffleplanes.c34 int planes; member
51 int planes = av_pix_fmt_count_planes(fmt); in query_formats() local
Dthreshold.h31 int planes; member
Dmaskedmerge.h32 int planes; member
Dvf_avgblur_vulkan.c41 int planes; member
/third_party/flutter/skia/src/gpu/
DGrYUVProvider.cpp34 void* planes[SkYUVASizeInfo::kMaxCount]; in getPlanes() local
114 const void* planes[SkYUVASizeInfo::kMaxCount]; in refAsTextureProxy() local
/third_party/ffmpeg/libavcodec/
D8bps.c49 unsigned char planes; member
69 unsigned int planes = c->planes; in decode_frame() local
/third_party/ffmpeg/libavutil/
Dframe.c285 int planes; in get_audio_buffer() local
666 int planes, i; in av_frame_get_plane_buffer() local
753 int i, planes; in frame_copy_video() local
779 int planes = planar ? channels : 1; in frame_copy_audio() local
Dhwcontext_opencl.h55 cl_mem planes[AV_NUM_DATA_POINTERS]; member
Dhwcontext_vulkan.c224 int planes = av_pix_fmt_count_planes(p); in pixfmt_is_supported() local
1368 int planes = av_pix_fmt_count_planes(cuda_fc->sw_format); in vulkan_free_internal() local
1395 int planes = av_pix_fmt_count_planes(hwfc->sw_format); in vulkan_frame_free() local
1415 const int planes = av_pix_fmt_count_planes(hwfc->sw_format); in alloc_bind_mem() local
1489 const int planes = av_pix_fmt_count_planes(hwfc->sw_format); in prepare_frame() local
1583 const int planes = av_pix_fmt_count_planes(format); in create_frame() local
1853 const int planes = av_pix_fmt_count_planes(hwfc->sw_format); in vulkan_unmap_frame() local
1888 const int planes = av_pix_fmt_count_planes(hwfc->sw_format); in vulkan_map_frame_to_mem() local
1976 const int planes = av_pix_fmt_count_planes(hwfc->sw_format); in vulkan_unmap_from() local
2051 const int planes = desc->layers[i].nb_planes; in vulkan_map_from_drm_frame_desc() local
[all …]
/third_party/flutter/skia/tools/gpu/
DYUVUtils.cpp53 void* planes[SkYUVASizeInfo::kMaxCount]; in reset() local
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLIOSurfaceClientBufferTest.cpp81 ScopedIOSurfaceRef CreateIOSurface(int32_t format, const std::vector<IOSurfacePlaneInfo> &planes) in CreateIOSurface()
128 std::vector<IOSurfacePlaneInfo> planes{{width, height, bytesPerElement}}; in CreateSinglePlaneIOSurface() local
616 std::vector<IOSurfacePlaneInfo> planes{{2, 2, 1}, {1, 1, 2}}; in TEST_P() local
637 std::vector<IOSurfacePlaneInfo> planes{{2, 2, 1}, {1, 1, 2}}; in TEST_P() local
658 std::vector<IOSurfacePlaneInfo> planes{{2, 2, 2}, {1, 1, 4}}; in TEST_P() local
679 std::vector<IOSurfacePlaneInfo> planes{{2, 2, 2}, {1, 1, 4}}; in TEST_P() local
/third_party/ffmpeg/tests/checkasm/
Dllviddspenc.c39 static const struct {uint8_t w, h, s;} planes[] = { variable
/third_party/flutter/skia/third_party/externals/angle2/scripts/
Dbmp_to_nv12.py35 planes, = struct.unpack("H", bmp_file.read(2)) variable
/third_party/skia/third_party/externals/angle2/scripts/
Dbmp_to_nv12.py35 planes, = struct.unpack("H", bmp_file.read(2)) variable
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_helpers.h41 } planes[3]; member
/third_party/gstreamer/gstplugins_good/gst/effectv/
Dgstquark.h57 gint planes; member
/third_party/flutter/skia/third_party/externals/sdl/src/render/
DSDL_yuv_sw_c.h46 Uint8 *planes[3]; member

1234567