/external/libgav1/src/ |
D | yuv_buffer.h | 101 int width(int plane) const { in width() 104 int height(int plane) const { in height() 109 int left_border(int plane) const { return left_border_[plane]; } in left_border() 110 int right_border(int plane) const { return right_border_[plane]; } in right_border() 111 int top_border(int plane) const { return top_border_[plane]; } in top_border() 112 int bottom_border(int plane) const { return bottom_border_[plane]; } in bottom_border() 126 uint8_t* data(int plane) { in data() 131 const uint8_t* data(int plane) const { in data() 138 int stride(int plane) const { in stride()
|
D | loop_restoration_info.h | 72 const RestorationUnitInfo* loop_restoration_info(Plane plane, in loop_restoration_info() 77 int num_horizontal_units(Plane plane) const { in num_horizontal_units() 80 int num_vertical_units(Plane plane) const { in num_vertical_units() 83 int num_units(Plane plane) const { return num_units_[plane]; } in num_units()
|
D | loop_restoration_info.cc | 67 for (int plane = kPlaneY; plane < num_planes; ++plane) { in Reset() local 94 for (int plane = kPlaneY; plane < num_planes; ++plane) { in Reset() local 105 Plane plane, BlockSize block_size, bool is_superres_scaled, in PopulateUnitInfoForSuperBlock() 137 SymbolDecoderContext* const symbol_decoder_context, Plane plane, in ReadUnitCoefficients() 164 EntropyDecoder* const reader, Plane plane, int unit_id, in ReadWienerInfo() 201 EntropyDecoder* const reader, Plane plane, int unit_id, in ReadSgrProjInfo()
|
/external/libdrm/tests/kms/ |
D | libkms-test-plane.c | 29 static int kms_plane_probe(struct kms_plane *plane) in kms_plane_probe() 94 struct kms_plane *plane; in kms_plane_create() local 108 void kms_plane_free(struct kms_plane *plane) in kms_plane_free() 113 int kms_plane_set(struct kms_plane *plane, struct kms_framebuffer *fb, in kms_plane_set() 128 bool kms_plane_supports_format(struct kms_plane *plane, uint32_t format) in kms_plane_supports_format()
|
/external/libkmsxx/kms++/inc/kms++/ |
D | framebuffer.h | 25 virtual uint32_t stride(unsigned plane) const { throw std::runtime_error("not implemented"); } in stride() 26 virtual uint32_t size(unsigned plane) const { throw std::runtime_error("not implemented"); } in size() 27 virtual uint32_t offset(unsigned plane) const { throw std::runtime_error("not implemented"); } in offset() 28 virtual uint8_t* map(unsigned plane) { throw std::runtime_error("not implemented"); } in map() 29 virtual int prime_fd(unsigned plane) { throw std::runtime_error("not implemented"); } in prime_fd()
|
D | extframebuffer.h | 24 uint32_t handle(unsigned plane) const { return m_planes.at(plane).handle; } in handle() 25 uint32_t stride(unsigned plane) const override { return m_planes.at(plane).stride; } in stride() 26 uint32_t size(unsigned plane) const override { return m_planes.at(plane).size; } in size() 27 uint32_t offset(unsigned plane) const override { return m_planes.at(plane).offset; } in offset()
|
D | dumbframebuffer.h | 23 uint32_t handle(unsigned plane) const { return m_planes.at(plane).handle; } in handle() 24 uint32_t stride(unsigned plane) const override { return m_planes.at(plane).stride; } in stride() 25 uint32_t size(unsigned plane) const override { return m_planes.at(plane).size; } in size() 26 uint32_t offset(unsigned plane) const override { return m_planes.at(plane).offset; } in offset()
|
D | dmabufframebuffer.h | 26 uint32_t handle(unsigned plane) const { return m_planes.at(plane).handle; } in handle() 27 uint32_t stride(unsigned plane) const override { return m_planes.at(plane).stride; } in stride() 28 uint32_t size(unsigned plane) const override { return m_planes.at(plane).size; } in size() 29 uint32_t offset(unsigned plane) const override { return m_planes.at(plane).offset; } in offset()
|
/external/igt-gpu-tools/tests/ |
D | kms_atomic.c | 80 static void plane_get_current_state(igt_plane_t *plane, uint64_t *values) in plane_get_current_state() 94 static void plane_check_current_state(igt_plane_t *plane, const uint64_t *values, in plane_check_current_state() 123 static void plane_commit(igt_plane_t *plane, enum igt_commit_style s, in plane_commit() 130 static void plane_commit_atomic_err(igt_plane_t *plane, in plane_commit_atomic_err() 234 static void crtc_commit(igt_pipe_t *pipe, igt_plane_t *plane, in crtc_commit() 244 static void crtc_commit_atomic_flags_err(igt_pipe_t *pipe, igt_plane_t *plane, in crtc_commit_atomic_flags_err() 261 #define crtc_commit_atomic_err(pipe, plane, relax, err) \ argument 264 static uint32_t plane_get_igt_format(igt_plane_t *plane) in plane_get_igt_format() 365 static void plane_overlay(igt_pipe_t *pipe, igt_output_t *output, igt_plane_t *plane) in plane_overlay() 405 static void plane_primary(igt_pipe_t *pipe, igt_plane_t *plane, struct igt_fb *fb) in plane_primary() [all …]
|
D | kms_plane_alpha_blend.c | 128 igt_plane_t *plane; in reset_alpha() local 139 static bool has_multiplied_alpha(data_t *data, igt_plane_t *plane) in has_multiplied_alpha() 247 static void basic_alpha(data_t *data, enum pipe pipe, igt_plane_t *plane) in basic_alpha() 285 static void argb_opaque(data_t *data, enum pipe pipe, igt_plane_t *plane) in argb_opaque() 306 static void argb_transparant(data_t *data, enum pipe pipe, igt_plane_t *plane) in argb_transparant() 327 static void constant_alpha_min(data_t *data, enum pipe pipe, igt_plane_t *plane) in constant_alpha_min() 355 static void constant_alpha_mid(data_t *data, enum pipe pipe, igt_plane_t *plane) in constant_alpha_mid() 386 static void constant_alpha_max(data_t *data, enum pipe pipe, igt_plane_t *plane) in constant_alpha_max() 424 static void alpha_7efc(data_t *data, enum pipe pipe, igt_plane_t *plane) in alpha_7efc() 463 static void coverage_7efc(data_t *data, enum pipe pipe, igt_plane_t *plane) in coverage_7efc() [all …]
|
/external/angle/src/libANGLE/ |
D | PixelLocalStorage.h | 140 const PixelLocalStoragePlane &getPlane(GLint plane) const in getPlane() 151 void deinitialize(Context *context, GLint plane) { mPlanes[plane].deinitialize(context); } in deinitialize() 152 void setMemoryless(Context *context, GLint plane, GLenum internalformat) in setMemoryless() 156 void setTextureBacked(Context *context, GLint plane, Texture *tex, int level, int layer) in setTextureBacked() 160 void setClearValuef(GLint plane, const GLfloat val[4]) { mPlanes[plane].setClearValuef(val); } in setClearValuef() 161 void setClearValuei(GLint plane, const GLint val[4]) { mPlanes[plane].setClearValuei(val); } in setClearValuei() 162 void setClearValueui(GLint plane, const GLuint val[4]) { mPlanes[plane].setClearValueui(val); } in setClearValueui()
|
/external/tensorflow/tensorflow/core/profiler/utils/ |
D | xplane_utils.cc | 138 [name](const XPlane* plane) { return plane->name() == name; }); in FindPlaneWithName() 146 FindAll(space.planes(), [&names_set](const XPlane* plane) { in FindPlanesWithNames() 159 [name](const XPlane* plane) { return plane->name() == name; }); in FindMutablePlaneWithName() 164 XPlane* plane = FindMutablePlaneWithName(space, name); in FindOrAddMutablePlaneWithName() local 174 return FindPlanes(space, [&](const XPlane& plane) { in FindPlanesWithPrefix() 181 return FindMutablePlanes(space, [&](XPlane& plane) { in FindMutablePlanesWithPrefix() 186 const XLine* FindLineWithId(const XPlane& plane, int64_t id) { in FindLineWithId() 192 const XLine* FindLineWithName(const XPlane& plane, absl::string_view name) { in FindLineWithName() 209 void RemovePlane(XSpace* space, const XPlane* plane) { in RemovePlane() 216 RemoveIf(space->mutable_planes(), [&planes_set](const XPlane* plane) { in RemovePlanes() [all …]
|
D | xplane_visitor.cc | 31 XStatVisitor::XStatVisitor(const XPlaneVisitor* plane, const XStat* stat) in XStatVisitor() 35 XStatVisitor::XStatVisitor(const XPlaneVisitor* plane, const XStat* stat, in XStatVisitor() 74 XEventVisitor::XEventVisitor(const XPlaneVisitor* plane, const XLine* line, in XEventVisitor() 83 XPlaneVisitor::XPlaneVisitor(const XPlane* plane, in XPlaneVisitor() 92 const XPlane* plane, const TypeGetterList& event_type_getter_list) { in BuildEventTypeMap() 123 const XPlane* plane, const TypeGetterList& stat_type_getter_list) { in BuildStatTypeMap()
|
/external/v4l2_codec2/common/ |
D | VideoPixelFormat.cpp | 238 android::ui::Size planeSize(VideoPixelFormat format, size_t plane, in planeSize() 259 int planeHorizontalBitsPerPixel(VideoPixelFormat format, size_t plane) { in planeHorizontalBitsPerPixel() 267 int planeBitsPerPixel(VideoPixelFormat format, size_t plane) { in planeBitsPerPixel() 272 int bytesPerElement(VideoPixelFormat format, size_t plane) { in bytesPerElement() 319 bool isValidPlane(VideoPixelFormat format, size_t plane) { in isValidPlane() 324 android::ui::Size SampleSize(VideoPixelFormat format, size_t plane) { in SampleSize()
|
/external/dng_sdk/source/ |
D | dng_lens_correction.cpp | 98 for (uint32 plane = 0; plane < fPlanes; plane++) in IsRadNOPAll() local 126 for (uint32 plane = 0; plane < fPlanes; plane++) in IsTanNOPAll() local 197 real64 dng_warp_params::EvaluateInverse (uint32 plane, in EvaluateInverse() 241 dng_point_real64 dng_warp_params::EvaluateTangential2 (uint32 plane, in EvaluateTangential2() 262 dng_point_real64 dng_warp_params::EvaluateTangential3 (uint32 plane, in EvaluateTangential3() 304 for (uint32 plane = 0; plane < kMaxColorPlanes; plane++) in dng_warp_params_rectilinear() local 378 for (uint32 plane = 0; plane < fPlanes; plane++) in IsValid() local 402 for (uint32 plane = fPlanes; plane < totalPlanes; plane++) in PropagateToAllPlanes() local 414 real64 dng_warp_params_rectilinear::Evaluate (uint32 plane, in Evaluate() 428 real64 dng_warp_params_rectilinear::EvaluateRatio (uint32 plane, in EvaluateRatio() [all …]
|
D | dng_pixel_buffer.h | 515 uint32 plane, in SetConstant_uint8() 533 uint32 plane, in SetConstant_uint16() 551 uint32 plane, in SetConstant_int16() 569 uint32 plane, in SetConstant_uint32() 587 uint32 plane, in SetConstant_real32() 637 uint32 plane, in CopyArea()
|
/external/libkmsxx/kms++util/inc/kms++util/ |
D | extcpuframebuffer.h | 22 uint32_t stride(unsigned plane) const { return m_planes[plane].stride; } in stride() 23 uint32_t size(unsigned plane) const { return m_planes[plane].size; } in size() 24 uint32_t offset(unsigned plane) const { return m_planes[plane].offset; } in offset() 25 uint8_t* map(unsigned plane) { return m_planes[plane].map; } in map()
|
D | cpuframebuffer.h | 23 uint32_t stride(unsigned plane) const { return m_planes[plane].stride; } in stride() 24 uint32_t size(unsigned plane) const { return m_planes[plane].size; } in size() 25 uint32_t offset(unsigned plane) const { return m_planes[plane].offset; } in offset() 26 uint8_t* map(unsigned plane) { return m_planes[plane].map; } in map()
|
/external/mesa3d/src/mesa/main/ |
D | clip.c | 41 _mesa_update_clip_plane(struct gl_context *ctx, GLuint plane) in _mesa_update_clip_plane() 55 _mesa_ClipPlane( GLenum plane, const GLdouble *eq ) in _mesa_ClipPlane() 101 _mesa_GetClipPlane( GLenum plane, GLdouble *equation ) in _mesa_GetClipPlane()
|
/external/minigbm/ |
D | drv.c | 263 for (size_t plane = 0; plane < bo->meta.num_planes; plane++) { in drv_bo_mapping_destroy() local 299 for (size_t plane = 0; plane < bo->meta.num_planes; plane++) { in drv_bo_acquire() local 323 for (size_t plane = 0; plane < bo->meta.num_planes; plane++) { in drv_bo_release() local 334 for (size_t plane = 0; plane < bo->meta.num_planes; plane++) { in drv_bo_release() local 438 size_t plane; in drv_bo_import() local 491 struct mapping **map_data, size_t plane) in drv_bo_map() 665 union bo_handle drv_bo_get_plane_handle(struct bo *bo, size_t plane) in drv_bo_get_plane_handle() 674 int drv_bo_get_plane_fd(struct bo *bo, size_t plane) in drv_bo_get_plane_fd() 695 uint32_t drv_bo_get_plane_offset(struct bo *bo, size_t plane) in drv_bo_get_plane_offset() 701 uint32_t drv_bo_get_plane_size(struct bo *bo, size_t plane) in drv_bo_get_plane_size() [all …]
|
/external/libkmsxx/kms++/src/ |
D | dumbframebuffer.cpp | 38 FramebufferPlane& plane = m_planes.at(i); in DumbFramebuffer() local 99 FramebufferPlane& plane = m_planes.at(i); in ~DumbFramebuffer() local 114 uint8_t* DumbFramebuffer::map(unsigned plane) in map() 137 int DumbFramebuffer::prime_fd(unsigned int plane) in prime_fd()
|
/external/mesa3d/src/asahi/vulkan/ |
D | hk_image.c | 149 for (uint8_t plane = 0; plane < ycbcr_info->n_planes; plane++) { in hk_get_image_format_features() local 224 hk_can_compress(const struct agx_device *dev, VkFormat format, unsigned plane, in hk_can_compress() 342 for (uint8_t plane = 0; plane < ycbcr_info->n_planes; plane++) { in hk_GetPhysicalDeviceImageFormatProperties2() local 663 hk_can_compress_create_info(struct hk_device *dev, unsigned plane, in hk_can_compress_create_info() 673 unsigned plane, uint64_t modifier) in hk_map_tiling() 721 for (uint8_t plane = 0; plane < plane_count; plane++) { in choose_drm_format_mod() local 811 for (uint8_t plane = 0; plane < image->plane_count; plane++) { in hk_image_init() local 851 hk_image_plane_alloc_vma(struct hk_device *dev, struct hk_image_plane *plane, in hk_image_plane_alloc_vma() 876 hk_image_plane_finish(struct hk_device *dev, struct hk_image_plane *plane, in hk_image_plane_finish() 896 for (uint8_t plane = 0; plane < image->plane_count; plane++) { in hk_image_finish() local [all …]
|
/external/libkmsxx/kms++/inc/kms++/omap/ |
D | omapframebuffer.h | 33 uint32_t handle(unsigned plane) const { return m_planes[plane].handle; } in handle() 34 uint32_t stride(unsigned plane) const { return m_planes[plane].stride; } in stride() 35 uint32_t size(unsigned plane) const { return m_planes[plane].size; } in size() 36 uint32_t offset(unsigned plane) const { return m_planes[plane].offset; } in offset()
|
/external/libgav1/src/post_filter/ |
D | post_filter.cc | 98 int plane = kPlaneY; local 120 int plane = kPlaneY; local 133 int plane = kPlaneY; local 288 int plane = kPlaneY; in ExtendBordersForReferenceFrame() local 313 void PostFilter::CopyDeblockedPixels(Plane plane, int row4x4) { in CopyDeblockedPixels() 353 int plane = kPlaneY; in CopyBordersForOneSuperBlockRow() local 432 int plane = kPlaneY; in SetupLoopRestorationBorder() local 494 int plane = kPlaneY; in SetupLoopRestorationBorder() local 526 int plane = kPlaneY; in SetupLoopRestorationBorder() local 533 int plane = kPlaneY; in SetupLoopRestorationBorder() local
|
/external/mesa3d/src/nouveau/vulkan/ |
D | nvk_image.c | 119 for (uint8_t plane = 0; plane < ycbcr_info->n_planes; plane++) { in nvk_get_image_format_features() local 347 for (uint8_t plane = 0; plane < ycbcr_info->n_planes; plane++) { in nvk_GetPhysicalDeviceImageFormatProperties2() local 828 for (uint8_t plane = 0; plane < image->plane_count; plane++) { in nvk_image_init() local 881 const struct nvk_image_plane *plane, in nvk_image_plane_size_align_B() 900 struct nvk_image_plane *plane) in nvk_image_plane_alloc_va() 933 struct nvk_image_plane *plane, in nvk_image_plane_finish() 945 for (uint8_t plane = 0; plane < image->plane_count; plane++) { in nvk_image_finish() local 999 for (uint8_t plane = 0; plane < image->plane_count; plane++) { in nvk_CreateImage() local 1066 const struct nvk_image_plane *plane, in nvk_image_plane_add_req() 1105 uint8_t plane = nvk_image_memory_aspects_to_plane(image, aspects); in nvk_get_image_memory_requirements() local [all …]
|