Home
last modified time | relevance | path

Searched defs:planes (Results 1 – 25 of 164) 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/libavcodec/
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
D8bps.c51 unsigned char planes; member
70 unsigned int planes = c->planes; in decode_frame() local
Dgemdec.c62 static void put_lines_bits(AVCodecContext *avctx, int planes, int row_width, int pixel_size, State … in put_lines_bits()
79 static void put_lines_bytes(AVCodecContext *avctx, int planes, int row_width, int pixel_size, State… in put_lines_bytes()
94 int header_size, planes, pattern_size, tag = 0, count_scalar = 1, ret; in gem_decode_frame() local
Dv4l2_buffers.h64 struct v4l2_plane planes[VIDEO_MAX_PLANES]; member
/third_party/ffmpeg/libswresample/
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/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.c42 int planes; member
Dvf_transpose_vulkan.c48 const int planes = av_pix_fmt_count_planes(s->vkctx.output_format); in init_filter() local
Dvf_flip_vulkan.c51 const int planes = av_pix_fmt_count_planes(s->vkctx.output_format); in init_filter() local
/third_party/ffmpeg/libavutil/
Dframe.c192 int channels, planes; in get_audio_buffer() local
604 int planes, i; in av_frame_get_plane_buffer() local
699 int i, planes; in frame_copy_video() local
725 int planes = planar ? channels : 1; in frame_copy_audio() local
Dhwcontext_opencl.h55 cl_mem planes[AV_NUM_DATA_POINTERS]; member
Dhwcontext_vulkan.c278 int planes = av_pix_fmt_count_planes(p); in pixfmt_is_supported() local
1727 int planes = av_pix_fmt_count_planes(cuda_fc->sw_format); in vulkan_free_internal() local
1762 int planes = av_pix_fmt_count_planes(hwfc->sw_format); in vulkan_frame_free() local
1788 const int planes = av_pix_fmt_count_planes(hwfc->sw_format); in alloc_bind_mem() local
1912 const int planes = av_pix_fmt_count_planes(hwfc->sw_format); in prepare_frame() local
2029 const int planes = av_pix_fmt_count_planes(format); in create_frame() local
2451 const int planes = av_pix_fmt_count_planes(hwfc->sw_format); in vulkan_unmap_frame() local
2489 const int planes = av_pix_fmt_count_planes(hwfc->sw_format); in vulkan_map_frame_to_mem() local
2585 const int planes = av_pix_fmt_count_planes(hwfc->sw_format); in vulkan_unmap_from_drm() local
2667 const int planes = desc->layers[i].nb_planes; in vulkan_map_from_drm_frame_desc() local
[all …]
Dsamplefmt.c227 int planes = planar ? nb_channels : 1; in av_samples_copy() local
250 int planes = planar ? nb_channels : 1; in av_samples_set_silence() local
/third_party/ffmpeg/tests/checkasm/
Dllviddspenc.c38 static const struct {uint8_t w, h, s;} planes[] = { variable
/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/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/ffmpeg/fftools/
Dffmpeg_videotoolbox.c45 int planes, ret, i; in videotoolbox_retrieve_data() local

1234567