| /external/libgav1/libgav1/src/ |
| D | yuv_buffer.h | 100 int width(int plane) const { in width() 103 int height(int plane) const { in height() 108 int left_border(int plane) const { return left_border_[plane]; } in left_border() 109 int right_border(int plane) const { return right_border_[plane]; } in right_border() 110 int top_border(int plane) const { return top_border_[plane]; } in top_border() 111 int bottom_border(int plane) const { return bottom_border_[plane]; } in bottom_border() 125 uint8_t* data(int plane) { in data() 130 const uint8_t* data(int plane) const { in data() 137 int stride(int plane) const { in stride()
|
| D | loop_restoration_info.h | 74 const RestorationUnitInfo* loop_restoration_info(Plane plane, in loop_restoration_info() 79 int num_horizontal_units(Plane plane) const { in num_horizontal_units() 82 int num_vertical_units(Plane plane) const { in num_vertical_units() 85 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 DaalaBitReader* const reader, Plane plane, int unit_id, in ReadWienerInfo() 201 DaalaBitReader* const reader, Plane plane, int unit_id, in ReadSgrProjInfo()
|
| /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 | 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 | 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 | 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/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/tensorflow/tensorflow/core/profiler/utils/ |
| D | xplane_utils.cc | 98 [name](const XPlane* plane) { return plane->name() == name; }); in FindPlaneWithName() 106 FindAll(space.planes(), [&names_set](const XPlane* plane) { in FindPlanesWithNames() 119 [name](const XPlane* plane) { return plane->name() == name; }); in FindMutablePlaneWithName() 124 XPlane* plane = FindMutablePlaneWithName(space, name); in FindOrAddMutablePlaneWithName() local 135 for (const XPlane& plane : space.planes()) { in FindPlanesWithPrefix() local 150 const XLine* FindLineWithId(const XPlane& plane, int64 id) { in FindLineWithId() 167 void RemovePlane(XSpace* space, const XPlane* plane) { in RemovePlane() 174 RemoveIf(space->mutable_planes(), [&planes_set](const XPlane* plane) { in RemovePlanes() 179 void RemoveLine(XPlane* plane, const XLine* line) { in RemoveLine() 192 [&](const XPlane* plane) { return plane->lines().empty(); }); in RemoveEmptyPlanes() [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()
|
| D | xplane_utils_test.cc | 93 XPlane plane; in TEST() local 119 XPlane plane; in TEST() local 142 XPlane plane; in TEST() local 163 XLineBuilder CreateXLine(XPlaneBuilder* plane, absl::string_view name, in CreateXLine() 173 XEventBuilder CreateXEvent(XPlaneBuilder* plane, XLineBuilder line, in CreateXEvent() 186 void CreateXStats(XPlaneBuilder* plane, T* stats_owner, in CreateXStats() 201 void CheckXEvent(const XEvent& event, const XPlane& plane, in CheckXEvent() 268 XPlaneVisitor plane(&dst_plane); in TEST() local
|
| /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() 244 static void basic_alpha(data_t *data, enum pipe pipe, igt_plane_t *plane) in basic_alpha() 276 static void argb_opaque(data_t *data, enum pipe pipe, igt_plane_t *plane) in argb_opaque() 293 static void argb_transparant(data_t *data, enum pipe pipe, igt_plane_t *plane) in argb_transparant() 310 static void constant_alpha_min(data_t *data, enum pipe pipe, igt_plane_t *plane) in constant_alpha_min() 332 static void constant_alpha_mid(data_t *data, enum pipe pipe, igt_plane_t *plane) in constant_alpha_mid() 357 static void constant_alpha_max(data_t *data, enum pipe pipe, igt_plane_t *plane) in constant_alpha_max() 387 static void alpha_7efc(data_t *data, enum pipe pipe, igt_plane_t *plane) in alpha_7efc() 418 static void coverage_7efc(data_t *data, enum pipe pipe, igt_plane_t *plane) in coverage_7efc() [all …]
|
| /external/v4l2_codec2/common/ |
| D | VideoPixelFormat.cpp | 233 android::ui::Size planeSize(VideoPixelFormat format, size_t plane, in planeSize() 254 int planeHorizontalBitsPerPixel(VideoPixelFormat format, size_t plane) { in planeHorizontalBitsPerPixel() 262 int planeBitsPerPixel(VideoPixelFormat format, size_t plane) { in planeBitsPerPixel() 267 int bytesPerElement(VideoPixelFormat format, size_t plane) { in bytesPerElement() 313 bool isValidPlane(VideoPixelFormat format, size_t plane) { in isValidPlane() 318 android::ui::Size SampleSize(VideoPixelFormat format, size_t plane) { in SampleSize()
|
| /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 | 39 _mesa_update_clip_plane(struct gl_context *ctx, GLuint plane) in _mesa_update_clip_plane() 52 _mesa_ClipPlane( GLenum plane, const GLdouble *eq ) in _mesa_ClipPlane() 101 _mesa_GetClipPlane( GLenum plane, GLdouble *equation ) in _mesa_GetClipPlane()
|
| /external/minigbm/ |
| D | helpers.c | 199 uint32_t drv_height_from_format(uint32_t format, uint32_t height, size_t plane) in drv_height_from_format() 208 uint32_t drv_vertical_subsampling_from_format(uint32_t format, size_t plane) in drv_vertical_subsampling_from_format() 217 uint32_t drv_bytes_per_pixel_from_format(uint32_t format, size_t plane) in drv_bytes_per_pixel_from_format() 229 uint32_t drv_stride_from_format(uint32_t format, uint32_t width, size_t plane) in drv_stride_from_format() 247 uint32_t drv_size_from_format(uint32_t format, uint32_t stride, uint32_t height, size_t plane) in drv_size_from_format() 252 static uint32_t subsample_stride(uint32_t stride, uint32_t format, size_t plane) in subsample_stride() 314 size_t plane; in drv_dumb_bo_create_ex() local 401 size_t plane, i; in drv_gem_bo_destroy() local 428 size_t plane; in drv_prime_bo_import() local 458 void *drv_dumb_bo_map(struct bo *bo, struct vma *vma, size_t plane, uint32_t map_flags) in drv_dumb_bo_map() [all …]
|
| D | drv.c | 243 size_t plane; in drv_bo_create() local 288 size_t plane; in drv_bo_create_with_modifiers() local 334 size_t plane; in drv_bo_destroy() local 362 size_t plane; in drv_bo_import() local 416 struct mapping **map_data, size_t plane) in drv_bo_map() 579 union bo_handle drv_bo_get_plane_handle(struct bo *bo, size_t plane) in drv_bo_get_plane_handle() 588 int drv_bo_get_plane_fd(struct bo *bo, size_t plane) in drv_bo_get_plane_fd() 609 uint32_t drv_bo_get_plane_offset(struct bo *bo, size_t plane) in drv_bo_get_plane_offset() 615 uint32_t drv_bo_get_plane_size(struct bo *bo, size_t plane) in drv_bo_get_plane_size() 621 uint32_t drv_bo_get_plane_stride(struct bo *bo, size_t plane) in drv_bo_get_plane_stride() [all …]
|
| /external/dng_sdk/source/ |
| 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()
|
| 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 …]
|
| /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/libgav1/libgav1/src/post_filter/ |
| D | post_filter.cc | 191 int plane = kPlaneY; local 211 int plane = kPlaneY; local 224 int plane = kPlaneY; local 283 int plane = kPlaneY; in ExtendBordersForReferenceFrame() local 308 void PostFilter::CopyDeblockedPixels(Plane plane, int row4x4) { in CopyDeblockedPixels() 346 int plane = kPlaneY; in CopyBordersForOneSuperBlockRow() local 393 int plane = kPlaneY; in SetupLoopRestorationBorder() local 451 int plane = kPlaneY; in SetupLoopRestorationBorder() local 484 int plane = kPlaneY; in SetupLoopRestorationBorder() local 490 int plane = kPlaneY; in SetupLoopRestorationBorder() local
|
| /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/libkmsxx/kms++/src/omap/ |
| D | omapframebuffer.cpp | 52 FramebufferPlane& plane = m_planes[i]; in Create() local 150 FramebufferPlane& plane = m_planes[i]; in Destroy() local 163 uint8_t* OmapFramebuffer::map(unsigned plane) in map() 177 int OmapFramebuffer::prime_fd(unsigned int plane) in prime_fd()
|