| /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 …]
|
| D | dng_simple_image.cpp | 26 uint32 planes, in dng_simple_image()
|
| /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/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 | 97 void y4m_write_image_file(const aom_image_t *img, const int *planes, in y4m_write_image_file() 103 void y4m_update_image_md5(const aom_image_t *img, const int *planes, in y4m_update_image_md5()
|
| /external/v4l2_codec2/components/ |
| D | VideoEncoder.cpp | 9 VideoEncoder::InputFrame::InputFrame(std::vector<int>&& fds, std::vector<VideoFramePlane>&& planes, in InputFrame()
|
| D | V4L2EncodeComponent.cpp | 129 std::vector<VideoFramePlane> planes; in getVideoFrameLayout() local 162 std::optional<std::vector<VideoFramePlane>> planes = in getVideoFrameStride() local 176 std::optional<std::vector<VideoFramePlane>> planes = getVideoFrameLayout(block, &format); in CreateInputFrame() local
|
| /external/v4l2_codec2/components/include/v4l2_codec2/components/ |
| D | VideoEncoder.h | 36 const std::vector<VideoFramePlane>& planes() const { return mPlanes; } in planes() function
|
| /external/libkmsxx/py/tests/ |
| D | alpha-test.py | 27 planes = [] variable
|
| D | trans-test.py | 38 planes = [] variable
|
| /external/angle/src/tests/egl_tests/ |
| D | EGLIOSurfaceClientBufferTest.cpp | 84 ScopedIOSurfaceRef CreateIOSurface(int32_t format, const std::vector<IOSurfacePlaneInfo> &planes) in CreateIOSurface() 131 std::vector<IOSurfacePlaneInfo> planes{{width, height, bytesPerElement}}; in CreateSinglePlaneIOSurface() local 642 std::vector<IOSurfacePlaneInfo> planes{{2, 2, 1}, {1, 1, 2}}; in TEST_P() local 663 std::vector<IOSurfacePlaneInfo> planes{{2, 2, 1}, {1, 1, 2}}; in TEST_P() local 684 std::vector<IOSurfacePlaneInfo> planes{{2, 2, 2}, {1, 1, 4}}; in TEST_P() local 705 std::vector<IOSurfacePlaneInfo> planes{{2, 2, 2}, {1, 1, 4}}; in TEST_P() local
|
| /external/crosvm/media/ffmpeg/src/ |
| D | avutil.rs | 39 let mut planes = 0; in av_image_plane_sizes() localVariable
|
| /external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/ |
| D | CameraActivity.java | 176 final Plane[] planes = image.getPlanes(); in onImageAvailable() local 388 protected void fillBytes(final Plane[] planes, final byte[][] yuvBytes) { in fillBytes()
|
| /external/dynamic_depth/includes/dynamic_depth/ |
| D | device.h | 35 std::unique_ptr<Planes> planes; member
|
| /external/crosvm/devices/src/virtio/video/ |
| D | resource.rs | 177 pub planes: Vec<FramePlane>, field 258 let planes = params in from_virtio_guest_mem_entry() localVariable 328 let planes = params in from_virtio_object_entry() localVariable
|
| /external/libyuv/fuzz/ |
| D | mjpeg_dec_fuzz.cc | 102 uint8_t* planes[] = {y, u, v}; in Decode() local
|
| /external/mesa3d/src/gallium/frontends/dri/ |
| D | dri_helpers.h | 42 } planes[3]; member
|
| /external/webrtc/sdk/android/api/org/webrtc/ |
| D | VideoFrameDrawer.java | 69 public int[] uploadYuvData(int width, int height, int[] strides, ByteBuffer[] planes) { in uploadYuvData() 114 ByteBuffer[] planes = {buffer.getDataY(), buffer.getDataU(), buffer.getDataV()}; in uploadFromBuffer() local
|
| /external/crosvm/devices/src/virtio/ |
| D | resource_bridge.rs | 35 pub planes: [PlaneInfo; RESOURE_PLANE_NUM], field
|
| /external/drm_hwcomposer/drm/ |
| D | DrmDisplayPipeline.cpp | 171 std::vector<std::shared_ptr<BindingOwner<DrmPlane>>> planes; in GetUsablePlanes() local
|