Home
last modified time | relevance | path

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

1234

/external/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()
/external/tensorflow/tensorflow/compiler/xla/
Darray4d.h58 Array4D(int64 planes, int64 depth, int64 height, int64 width) in Array4D()
62 Array4D(int64 planes, int64 depth, int64 height, int64 width, T value) in Array4D()
71 Array4D(int64 planes, int64 depth, int64 height, int64 width, in Array4D()
106 int64 planes() const { return this->dim(0); } in planes() function
/external/drm_hwcomposer/
Dplatform.h71 static DrmPlane *PopPlane(std::vector<DrmPlane *> *planes) { in PopPlane()
83 std::vector<DrmPlane *> *planes, in Emplace()
Dplatform.cpp88 std::vector<DrmPlane *> planes = GetUsablePlanes(crtc, primary_planes, in ProvisionPlanes() local
110 std::vector<DrmPlane *> *planes) { in ProvisionPlanes()
136 std::vector<DrmPlane *> *planes) { in ProvisionPlanes()
Ddrmdevice.h47 const std::vector<std::unique_ptr<DrmPlane>> &planes() const { in planes() function
/external/dynamic_depth/internal/dynamic_depth/
Dplanes.cc40 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/libaom/common/
Drawenc.c65 const int *planes, const int num_planes, in raw_write_image_file_or_md5()
88 void raw_write_image_file(const aom_image_t *img, const int *planes, in raw_write_image_file()
93 void raw_update_image_md5(const aom_image_t *img, const int *planes, in raw_update_image_md5()
Dy4menc.c97 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/skia/src/gpu/
DGrYUVProvider.cpp32 void* planes[SkYUVASizeInfo::kMaxCount]; in getPlanes() local
112 const void* planes[SkYUVASizeInfo::kMaxCount]; in refAsTextureProxy() local
/external/skqp/src/gpu/
DGrYUVProvider.cpp32 void* planes[SkYUVASizeInfo::kMaxCount]; in getPlanes() local
112 const void* planes[SkYUVASizeInfo::kMaxCount]; in refAsTextureProxy() local
/external/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()
/external/libkmsxx/py/tests/
Dalpha-test.py12 planes = [] variable
Dtrans-test.py16 planes = [] variable
/external/v4l2_codec2/vda/
Dnative_pixmap_handle.h52 std::vector<NativePixmapPlane> planes; member
/external/skia/tests/
DYUVTest.cpp68 void* planes[SkYUVASizeInfo::kMaxCount]; in codec_yuv() local
/external/skqp/tests/
DYUVTest.cpp68 void* planes[SkYUVASizeInfo::kMaxCount]; in codec_yuv() local
/external/dynamic_depth/includes/dynamic_depth/
Ddevice.h35 std::unique_ptr<Planes> planes; member
/external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/
DCameraActivity.java176 final Plane[] planes = image.getPlanes(); in onImageAvailable() local
388 protected void fillBytes(final Plane[] planes, final byte[][] yuvBytes) { in fillBytes()
/external/tensorflow/tensorflow/lite/examples/android/app/src/main/java/org/tensorflow/demo/
DCameraActivity.java174 final Plane[] planes = image.getPlanes(); in onImageAvailable() local
382 protected void fillBytes(final Plane[] planes, final byte[][] yuvBytes) { in fillBytes()
/external/v4l2_codec2/
DC2VDAAdaptorProxy.cpp252 const std::vector<VideoFramePlane>& planes) { in importBufferForPicture()
262 const std::vector<VideoFramePlane>& planes) { in importBufferForPictureOnMojoThread()
/external/skqp/src/codec/
DSkCodecImageGenerator.cpp87 void* planes[]) { in onGetYUVA8Planes()

1234