/aosp_15_r20/external/dng_sdk/source/ |
H A 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 …]
|
H A 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()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/utils/ |
H A 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 …]
|
H A 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()
|
/aosp_15_r20/external/igt-gpu-tools/tests/ |
H A 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 …]
|
H A 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 …]
|
H A D | kms_atomic_transition.c | 107 static void configure_fencing(igt_plane_t *plane) in configure_fencing() 125 igt_plane_t *plane; in wm_setup_plane() local 178 igt_plane_t *plane; in set_sprite_wh() local 219 igt_plane_t *plane; in setup_parms() local 364 igt_plane_t *plane; in prepare_fencing() local 383 igt_plane_t *plane; in unprepare_fencing() local 443 igt_plane_t *plane; in run_transition_test() local 672 igt_plane_t *plane = igt_pipe_get_plane_type(&display->pipes[pipe], in set_combinations() local 710 igt_plane_t *plane; in refresh_primaries() local 762 igt_plane_t *plane = igt_pipe_get_plane_type(pipe, DRM_PLANE_TYPE_PRIMARY); in run_modeset_tests() local
|
H A D | kms_plane.c | 168 int plane, in test_plane_position_with_output() 257 for (int plane = 1; plane < n_planes; plane++) in test_plane_position() local 313 int plane, in test_plane_panning_with_output() 377 for (int plane = 1; plane < n_planes; plane++) in test_plane_panning() local 455 igt_plane_t *plane, in test_format_plane_color() 545 igt_plane_t *plane, in test_format_plane_colors() 584 igt_plane_t *plane, in test_format_plane_rgb() 603 igt_plane_t *plane, in test_format_plane_yuv() 645 igt_output_t *output, igt_plane_t *plane) in test_format_plane() 778 igt_plane_t *plane; in test_pixel_formats() local
|
/aosp_15_r20/external/libgav1/src/ |
H A 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()
|
H A D | post_filter_test.cc | 69 const char* GetSuperResDigest8bpp(int id, int plane) { in GetSuperResDigest8bpp() 106 const char* GetSuperResDigest10bpp(int id, int plane) { in GetSuperResDigest10bpp() 145 const char* GetSuperResDigest12bpp(int id, int plane) { in GetSuperResDigest12bpp() 240 for (int plane = kPlaneY; plane < kMaxPlanes; ++plane) { in SetUp() local 294 for (int plane = kPlaneY; plane < kMaxPlanes; ++plane) { in SetUp() local 357 for (int plane = kPlaneY; plane < kMaxPlanes; ++plane) { in FillBuffer() local 371 for (int plane = kPlaneY; plane < kMaxPlanes; ++plane) { in FillBuffer() local 444 for (int plane = kPlaneY; plane < kMaxPlanes; ++plane) { in TestExtendFrame() local 554 for (int plane = kPlaneY; plane < num_planes; ++plane) { in TestApplySuperRes() local 602 for (int plane = kPlaneY; plane < num_planes; ++plane) { in TestApplySuperRes() local [all …]
|
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/ |
H A 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(struct agx_device *dev, VkFormat format, unsigned plane, in hk_can_compress() 324 for (uint8_t plane = 0; plane < ycbcr_info->n_planes; plane++) { in hk_GetPhysicalDeviceImageFormatProperties2() local 646 unsigned plane) in hk_map_tiling() 773 for (uint8_t plane = 0; plane < image->plane_count; plane++) { in hk_image_init() local 812 hk_image_plane_alloc_vma(struct hk_device *dev, struct hk_image_plane *plane, in hk_image_plane_alloc_vma() 837 hk_image_plane_finish(struct hk_device *dev, struct hk_image_plane *plane, in hk_image_plane_finish() 857 for (uint8_t plane = 0; plane < image->plane_count; plane++) { in hk_image_finish() local 898 for (uint8_t plane = 0; plane < image->plane_count; plane++) { in hk_CreateImage() local 928 hk_image_plane_add_req(struct hk_image_plane *plane, uint64_t *size_B, in hk_image_plane_add_req() [all …]
|
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/ |
H A D | nvk_image.c | 113 for (uint8_t plane = 0; plane < ycbcr_info->n_planes; plane++) { in nvk_get_image_format_features() local 339 for (uint8_t plane = 0; plane < ycbcr_info->n_planes; plane++) { in nvk_GetPhysicalDeviceImageFormatProperties2() local 787 for (uint8_t plane = 0; plane < image->plane_count; plane++) { in nvk_image_init() local 840 const struct nvk_image_plane *plane, in nvk_image_plane_size_align_B() 859 struct nvk_image_plane *plane) in nvk_image_plane_alloc_va() 892 struct nvk_image_plane *plane, in nvk_image_plane_finish() 904 for (uint8_t plane = 0; plane < image->plane_count; plane++) { in nvk_image_finish() local 958 for (uint8_t plane = 0; plane < image->plane_count; plane++) { in nvk_CreateImage() local 1014 const struct nvk_image_plane *plane, in nvk_image_plane_add_req() 1041 uint8_t plane = nvk_image_memory_aspects_to_plane(image, aspects); in nvk_get_image_memory_requirements() local [all …]
|
/aosp_15_r20/hardware/google/gchips/gralloc4/src/core/ |
D | exynos_format_allocation.h | 56 int setup_sbwc_420_sp(int w, int h, int fd_count, plane_info_t *plane) in setup_sbwc_420_sp() 83 int setup_sbwc_420_sp_10bit(int w, int h, int fd_count, plane_info_t *plane) in setup_sbwc_420_sp_10bit() 110 int setup_sbwc_420_sp_lossy(int width, int height, int rate, int fd_count, plane_info_t *plane) in setup_sbwc_420_sp_lossy() 138 …t setup_sbwc_420_sp_10bit_lossy(int width, int height, int rate, int fd_count, plane_info_t *plane) in setup_sbwc_420_sp_10bit_lossy() 164 int setup_420_sp(int width, int height, int fd_count, plane_info_t *plane) in setup_420_sp() 196 int setup_420_sp_s10b(int width, int height, int fd_count, plane_info_t *plane) in setup_420_sp_s10b() 238 int setup_p010_sp(int width, int height, int fd_count, plane_info_t *plane) in setup_p010_sp() 270 int setup_420_p(int width, int height, int fd_count, plane_info_t *plane) in setup_420_p() 311 int setup_420_sp_tiled(int width, int height, int fd_count, plane_info_t *plane) in setup_420_sp_tiled()
|
/aosp_15_r20/external/minigbm/ |
H A D | drv.c | 257 for (size_t plane = 0; plane < bo->meta.num_planes; plane++) { in drv_bo_mapping_destroy() local 293 for (size_t plane = 0; plane < bo->meta.num_planes; plane++) { in drv_bo_acquire() local 317 for (size_t plane = 0; plane < bo->meta.num_planes; plane++) { in drv_bo_release() local 328 for (size_t plane = 0; plane < bo->meta.num_planes; plane++) { in drv_bo_release() local 432 size_t plane; in drv_bo_import() local 485 struct mapping **map_data, size_t plane) in drv_bo_map() 659 union bo_handle drv_bo_get_plane_handle(struct bo *bo, size_t plane) in drv_bo_get_plane_handle() 668 int drv_bo_get_plane_fd(struct bo *bo, size_t plane) in drv_bo_get_plane_fd() 689 uint32_t drv_bo_get_plane_offset(struct bo *bo, size_t plane) in drv_bo_get_plane_offset() 695 uint32_t drv_bo_get_plane_size(struct bo *bo, size_t plane) in drv_bo_get_plane_size() [all …]
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | encodemb.c | 55 void av1_subtract_txb(MACROBLOCK *x, int plane, BLOCK_SIZE plane_bsize, in av1_subtract_txb() 74 void av1_subtract_plane(MACROBLOCK *x, BLOCK_SIZE plane_bsize, int plane) { in av1_subtract_plane() 87 int av1_optimize_b(const struct AV1_COMP *cpi, MACROBLOCK *x, int plane, in av1_optimize_b() 143 void av1_dropout_qcoeff(MACROBLOCK *mb, int plane, int block, TX_SIZE tx_size, in av1_dropout_qcoeff() 168 void av1_dropout_qcoeff_num(MACROBLOCK *mb, int plane, int block, in av1_dropout_qcoeff_num() 284 void av1_xform_dc_only(MACROBLOCK *x, int plane, int block, in av1_xform_dc_only() 296 void av1_xform_quant(MACROBLOCK *x, int plane, int block, int blk_row, in av1_xform_quant() 303 void av1_xform(MACROBLOCK *x, int plane, int block, int blk_row, int blk_col, in av1_xform() 316 void av1_quant(MACROBLOCK *x, int plane, int block, TxfmParam *txfm_param, in av1_quant() 383 const MACROBLOCKD *xd, int plane, TX_SIZE tx_size, in av1_setup_qmatrix() [all …]
|
/aosp_15_r20/external/libgav1/src/post_filter/ |
H A 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 431 int plane = kPlaneY; in SetupLoopRestorationBorder() local 493 int plane = kPlaneY; in SetupLoopRestorationBorder() local 525 int plane = kPlaneY; in SetupLoopRestorationBorder() local 532 int plane = kPlaneY; in SetupLoopRestorationBorder() local
|
/aosp_15_r20/external/igt-gpu-tools/lib/ |
H A D | igt_kms.c | 426 igt_fill_plane_props(igt_display_t *display, igt_plane_t *plane, in igt_fill_plane_props() 1543 static void get_plane(char *str, int type, struct kmstest_plane *plane) in get_plane() 1774 igt_plane_set_property(igt_plane_t *plane, uint32_t prop_id, uint64_t value) in igt_plane_set_property() 1801 static void igt_plane_reset(igt_plane_t *plane) in igt_plane_reset() 1934 igt_plane_t *plane; in igt_display_reset() local 1999 igt_plane_t *plane = &display->planes[i]; in igt_display_require() local 2016 igt_plane_t *plane; in igt_display_require() local 2282 igt_plane_t *plane = &display->planes[i]; in igt_display_fini() local 2564 static uint32_t igt_plane_get_fb_id(igt_plane_t *plane) in igt_plane_get_fb_id() 2579 igt_atomic_prepare_plane_commit(igt_plane_t *plane, igt_pipe_t *pipe, in igt_atomic_prepare_plane_commit() [all …]
|
/aosp_15_r20/external/libaom/av1/common/ |
H A D | thread_common.c | 206 int plane) { in sync_read() 228 const int sb_cols, int plane) { in sync_write() 267 struct macroblockd_plane *planes, MACROBLOCKD *xd, int mi_row, int plane, in av1_thread_loop_filter_rows() 353 int plane, sb_row; in av1_set_vert_loop_filter_done() local 471 int mi_row, plane, dir; in loop_filter_rows() local 525 static inline void lr_sync_read(void *const lr_sync, int r, int c, int plane) { in lr_sync_read() 548 const int sb_cols, int plane) { in lr_sync_write() 709 for (int plane = 0; plane < num_planes; plane++) { in enqueue_lr_jobs() local 717 for (int plane = 0; plane < num_planes; plane++) { in enqueue_lr_jobs() local 795 for (int plane = 0; plane < MAX_MB_PLANE; ++plane) { in set_loop_restoration_done() local [all …]
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A 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()
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/ |
H A D | anv_image.c | 62 uint32_t plane; in image_aspect_to_binding() local 375 uint32_t plane, in can_fast_clear_with_non_zero_color() 495 uint32_t plane) in add_aux_state_tracking_buffer() 542 uint32_t plane, in add_aux_surface_if_supported() 661 uint32_t plane, in add_shadow_surface() 703 uint32_t plane, in add_primary_surface() 816 const struct anv_image_plane *plane = &image->planes[p]; in check_memory_bindings() local 938 const struct anv_image_plane *plane = &image->planes[i]; in check_drm_format_mod() local 971 const uint32_t plane = anv_image_aspect_to_plane(image, aspect); in add_all_surfaces_implicit_layout() local 1084 const uint32_t plane = anv_image_aspect_to_plane(image, aspect); in add_all_surfaces_explicit_layout() local [all …]
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan/ |
H A D | anv_image.c | 64 uint32_t plane = 0; in anv_image_aspect_to_binding() local 365 uint32_t plane, in can_fast_clear_with_non_zero_color() 603 uint32_t plane) in add_aux_state_tracking_buffer() 680 uint32_t plane, in add_compression_control_buffer() 728 uint32_t plane, in add_aux_surface_if_supported() 934 uint32_t plane, in add_primary_surface() 1057 const struct anv_image_plane *plane = &image->planes[p]; in check_memory_bindings() local 1180 const struct anv_image_plane *plane = &image->planes[i]; in check_drm_format_mod() local 1255 const uint32_t plane = anv_image_aspect_to_plane(image, aspect); in add_all_surfaces_implicit_layout() local 1359 const uint32_t plane = anv_image_aspect_to_plane(image, aspect); in add_all_surfaces_explicit_layout() local [all …]
|
/aosp_15_r20/external/v4l2_codec2/common/ |
H A 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()
|
/aosp_15_r20/external/libkmsxx/kms++/inc/kms++/ |
H A 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()
|
/aosp_15_r20/external/libdrm/tests/kms/ |
H A 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()
|
/aosp_15_r20/cts/tests/tests/media/common/jni/ |
H A D | codec-utils-jni.cpp | 55 struct plane { struct 56 const uint8_t *buffer; 57 size_t size; 58 ssize_t colInc; 59 ssize_t rowInc; 60 offs_t cropOffs; 61 size_t cropWidth; 62 size_t cropHeight; 63 } plane[3]; member 230 ScopedLocalRef<jobject> plane( in getNativeImage() local
|