/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_pixel_buffer.h | 516 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()
|
D | dng_bottlenecks.h | 671 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 …]
|
D | dng_pixel_buffer.cpp | 366 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()
|
D | dng_reference.cpp | 88 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 …]
|
D | dng_simple_image.cpp | 26 uint32 planes, in dng_simple_image()
|
/third_party/ffmpeg/libavcodec/ |
D | get_buffer.c | 50 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
|
D | 8bps.c | 51 unsigned char planes; member 70 unsigned int planes = c->planes; in decode_frame() local
|
D | gemdec.c | 62 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
|
D | v4l2_buffers.h | 64 struct v4l2_plane planes[VIDEO_MAX_PLANES]; member
|
/third_party/ffmpeg/libswresample/ |
D | audioconvert.c | 205 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/ |
D | vf_shuffleplanes.c | 34 int planes; member 51 int planes = av_pix_fmt_count_planes(fmt); in query_formats() local
|
D | threshold.h | 31 int planes; member
|
D | maskedmerge.h | 32 int planes; member
|
D | vf_avgblur_vulkan.c | 42 int planes; member
|
D | vf_transpose_vulkan.c | 48 const int planes = av_pix_fmt_count_planes(s->vkctx.output_format); in init_filter() local
|
D | vf_flip_vulkan.c | 51 const int planes = av_pix_fmt_count_planes(s->vkctx.output_format); in init_filter() local
|
/third_party/ffmpeg/libavutil/ |
D | frame.c | 192 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
|
D | hwcontext_opencl.h | 55 cl_mem planes[AV_NUM_DATA_POINTERS]; member
|
D | hwcontext_vulkan.c | 278 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 …]
|
D | samplefmt.c | 227 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/ |
D | llviddspenc.c | 38 static const struct {uint8_t w, h, s;} planes[] = { variable
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLIOSurfaceClientBufferTest.cpp | 81 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/ |
D | bmp_to_nv12.py | 35 planes, = struct.unpack("H", bmp_file.read(2)) variable
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
D | dri_helpers.h | 41 } planes[3]; member
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg_videotoolbox.c | 45 int planes, ret, i; in videotoolbox_retrieve_data() local
|