| /external/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 | 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/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/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 | 141 const PixelLocalStoragePlane &getPlane(GLint plane) const in getPlane() 152 void deinitialize(Context *context, GLint plane) { mPlanes[plane].deinitialize(context); } in deinitialize() 153 void setMemoryless(Context *context, GLint plane, GLenum internalformat) in setMemoryless() 157 void setTextureBacked(Context *context, GLint plane, Texture *tex, int level, int layer) in setTextureBacked() 161 void setClearValuef(GLint plane, const GLfloat val[4]) { mPlanes[plane].setClearValuef(val); } in setClearValuef() 162 void setClearValuei(GLint plane, const GLint val[4]) { mPlanes[plane].setClearValuei(val); } in setClearValuei() 163 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()
|
| D | xplane_utils.h | 46 for (const XPlane& plane : space.planes()) { in FindPlanes() local 101 void SortXLinesBy(XPlane* plane, Compare comp) { in SortXLinesBy() 187 XEventContextTracker(const XPlaneVisitor* plane, const XLine* line) in XEventContextTracker()
|
| /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/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 | drv.c | 249 for (size_t plane = 0; plane < bo->meta.num_planes; plane++) { in drv_bo_mapping_destroy() local 285 for (size_t plane = 0; plane < bo->meta.num_planes; plane++) { in drv_bo_acquire() local 309 for (size_t plane = 0; plane < bo->meta.num_planes; plane++) { in drv_bo_release() local 321 for (size_t plane = 0; plane < bo->meta.num_planes; plane++) { in drv_bo_release() local 419 size_t plane; in drv_bo_import() local 469 struct mapping **map_data, size_t plane) in drv_bo_map() 640 union bo_handle drv_bo_get_plane_handle(struct bo *bo, size_t plane) in drv_bo_get_plane_handle() 649 int drv_bo_get_plane_fd(struct bo *bo, size_t plane) in drv_bo_get_plane_fd() 670 uint32_t drv_bo_get_plane_offset(struct bo *bo, size_t plane) in drv_bo_get_plane_offset() 676 uint32_t drv_bo_get_plane_size(struct bo *bo, size_t plane) in drv_bo_get_plane_size() [all …]
|
| D | drv_helpers.c | 200 uint32_t drv_height_from_format(uint32_t format, uint32_t height, size_t plane) in drv_height_from_format() 209 uint32_t drv_vertical_subsampling_from_format(uint32_t format, size_t plane) in drv_vertical_subsampling_from_format() 218 uint32_t drv_bytes_per_pixel_from_format(uint32_t format, size_t plane) in drv_bytes_per_pixel_from_format() 230 uint32_t drv_stride_from_format(uint32_t format, uint32_t width, size_t plane) in drv_stride_from_format() 248 uint32_t drv_size_from_format(uint32_t format, uint32_t stride, uint32_t height, size_t plane) in drv_size_from_format() 254 size_t plane) in subsample_stride() 332 size_t plane; in drv_dumb_bo_create_ex() local 422 size_t plane, i; in drv_gem_bo_destroy() local 449 size_t plane; in drv_prime_bo_import() local
|
| /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/src/post_filter/ |
| D | post_filter.cc | 97 int plane = kPlaneY; local 119 int plane = kPlaneY; local 132 int plane = kPlaneY; local 287 int plane = kPlaneY; in ExtendBordersForReferenceFrame() local 312 void PostFilter::CopyDeblockedPixels(Plane plane, int row4x4) { in CopyDeblockedPixels() 352 int plane = kPlaneY; in CopyBordersForOneSuperBlockRow() local 410 int plane = kPlaneY; in SetupLoopRestorationBorder() local 472 int plane = kPlaneY; in SetupLoopRestorationBorder() local 504 int plane = kPlaneY; in SetupLoopRestorationBorder() local 511 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()
|