/external/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 …]
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | array4d.h | 58 Array4D(int64_t planes, int64_t depth, int64_t height, int64_t width) in Array4D() 62 Array4D(int64_t planes, int64_t depth, int64_t height, int64_t width, T value) in Array4D() 71 Array4D(int64_t planes, int64_t depth, int64_t height, int64_t width, in Array4D() 106 int64_t planes() const { return this->dim(0); } in planes() function
|
/external/tflite-support/tensorflow_lite_support/cc/task/vision/core/ |
D | frame_buffer.h | 162 static std::unique_ptr<FrameBuffer> Create(const std::vector<Plane>& planes, in Create() 173 static std::unique_ptr<FrameBuffer> Create(std::vector<Plane>&& planes, in Create() 185 static std::unique_ptr<FrameBuffer> Create(const std::vector<Plane>& planes, in Create() 196 static std::unique_ptr<FrameBuffer> Create(std::vector<Plane>&& planes, in Create() 214 FrameBuffer(const std::vector<Plane>& planes, Dimension dimension, in FrameBuffer() 227 FrameBuffer(std::vector<Plane>&& planes, Dimension dimension, Format format, in FrameBuffer()
|
/external/libultrahdr/tests/ |
D | jpegencoderhelper_test.cpp | 110 const uint8_t* planes[3]{yPlane, uPlane, vPlane}; in TEST_F() local 126 const uint8_t* planes[3]{yPlane, uPlane, vPlane}; in TEST_F() local 140 const uint8_t* planes[1]{yPlane}; in TEST_F() local 154 const uint8_t* planes[1]{rgbPlane}; in TEST_F() local
|
/external/mesa3d/src/nouveau/vulkan/ |
D | nvk_sampler.h | 23 } planes[2]; member 32 } planes[2]; member
|
D | nvk_image_view.h | 30 } planes[3]; member 40 } planes[3]; member
|
/external/dynamic_depth/internal/dynamic_depth/ |
D | planes.cc | 40 std::unique_ptr<Planes> planes(new Planes()); // NOLINT in FromPlaneArray() local 48 std::unique_ptr<Planes> planes(new Planes()); // NOLINT in FromDeserializer() local
|
/external/libaom/common/ |
D | rawenc.c | 68 const int *planes, const int num_planes, in raw_write_image_file_or_md5() 91 void raw_write_image_file(const aom_image_t *img, const int *planes, in raw_write_image_file() 96 void raw_update_image_md5(const aom_image_t *img, const int *planes, in raw_update_image_md5()
|
D | y4menc.c | 98 void y4m_write_image_file(const aom_image_t *img, const int *planes, in y4m_write_image_file() 104 void y4m_update_image_md5(const aom_image_t *img, const int *planes, in y4m_update_image_md5()
|
/external/rust/crates/v4l2r/lib/src/device/queue/ |
D | qbuf.rs | 199 let planes: Vec<_> = (0..self.num_expected_planes()) in queue_with_handles() localVariable 242 let planes: Vec<_> = bytes_used in queue_with_handles() localVariable 268 let planes: Vec<_> = (0..self.num_expected_planes()) in queue() localVariable 298 let planes: Vec<_> = bytes_used in queue() localVariable
|
/external/v4l-utils/utils/common/ |
D | v4l-stream.h | 68 #define V4L_STREAM_PACKET_FMT_VIDEO_SIZE(planes) (V4L_STREAM_PACKET_FMT_VIDEO_SIZE_FMT + 4 + \ argument 78 #define V4L_STREAM_PACKET_FRAME_VIDEO_SIZE(planes) (V4L_STREAM_PACKET_FRAME_VIDEO_SIZE_HDR + 4 + \ argument
|
/external/rust/crates/v4l2r/lib/src/ioctl/ |
D | querybuf.rs | 34 pub planes: Vec<QueryBufPlane>, field 42 let planes = match buffer.1 { in try_from() localVariable
|
/external/rust/android-crates-io/crates/icu_collections/src/codepointtrie/ |
D | mod.rs | 37 pub mod planes; module
|
/external/skia/src/gpu/graphite/ |
D | Image_YUVA_Graphite.cpp | 84 SkSpan<TextureProxyView> planes, in Make() 169 TextureProxyView planes[SkYUVAInfo::kMaxPlanes]; in WrapImages() local
|
/external/rust/crabbyavif/src/reformat/ |
D | scale.rs | 29 let planes: &[Plane] = match category { in scale() localVariable 221 let planes: &[Plane] = match (yuv_format, use_alpha) { in scale() localVariable
|
/external/v4l2_codec2/components/ |
D | VideoEncoder.cpp | 10 const std::vector<VideoFramePlane>& planes, in InputFrame()
|
/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/ |
D | ShadowNativeHardwareRendererTest.java | 76 Plane[] planes = nativeImage.getPlanes(); in imageReader_readsRenderedDisplayList() local 106 Plane[] planes = nativeImage.getPlanes(); in hardwareRenderer_drawDisplayList_validateARGB() local
|
/external/mesa3d/src/panfrost/vulkan/ |
D | panvk_image.h | 24 struct pan_image planes[PANVK_MAX_PLANES]; member
|
/external/libkmsxx/py/tests/ |
D | alpha-test.py | 27 planes = [] variable
|
/external/mesa3d/src/asahi/vulkan/ |
D | hk_sampler.h | 29 } planes[2]; member
|
/external/pytorch/test/fx/ |
D | test_gradual_type.py | 304 def __init__(self, inplanes, planes): argument 334 def __init__(self, inplanes, planes): argument 355 def __init__(self, inplanes, planes): argument 392 def __init__(self, inplanes, planes, stride=1): argument 422 def __init__(self, inplanes, planes, stride=1): argument 612 planes, argument 1007 def __init__(self, inplanes, planes): argument 1095 def __init__(self, inplanes, planes, stride=1): argument
|
/external/v4l2_codec2/components/include/v4l2_codec2/components/ |
D | VideoEncoder.h | 44 const std::vector<VideoFramePlane>& planes() const { return mPlanes; } in planes() function
|