Home
last modified time | relevance | path

Searched defs:plane (Results 1 – 25 of 161) sorted by relevance

1234567

/external/libdrm/tests/kms/
Dlibkms-test-plane.c33 static int kms_plane_probe(struct kms_plane *plane) in kms_plane_probe()
96 struct kms_plane *plane; in kms_plane_create() local
110 void kms_plane_free(struct kms_plane *plane) in kms_plane_free()
115 int kms_plane_set(struct kms_plane *plane, struct kms_framebuffer *fb, in kms_plane_set()
130 bool kms_plane_supports_format(struct kms_plane *plane, uint32_t format) in kms_plane_supports_format()
Dkms-universal-planes.c51 static uint32_t choose_format(struct kms_plane *plane) in choose_format()
140 struct kms_plane *plane; in main() local
/external/dng_sdk/source/
Ddng_lens_correction.cpp98 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 …]
Ddng_pixel_buffer.h515 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()
Ddng_gain_map.cpp99 uint32 plane) in dng_gain_map_interpolator()
278 uint32 plane, in Interpolate()
323 for (uint32 plane = 0; plane < fPlanes; plane++) in PutStream() local
425 for (uint32 plane = 0; plane < mapPlanes; plane++) in GetStream() local
559 for (uint32 plane = fAreaSpec.Plane (); in ProcessArea() local
Ddng_gain_map.h95 uint32 plane) in Entry()
110 uint32 plane) const in Entry()
Ddng_pixel_buffer.cpp365 uint32 plane, in dng_pixel_buffer()
543 uint32 plane, in SetConstant()
669 uint32 plane, in SetZero()
1513 uint32 plane, in EqualArea()
1645 for (uint32 plane = 0; plane < planes; plane++) in MaxDiff() local
1705 for (uint32 plane = 0; plane < planes; plane++) in MaxDiff() local
1741 uint32 plane, in MaximumDifference()
Ddng_reference.cpp104 for (uint32 plane = 0; plane < planes; plane++) in RefSetArea8() local
145 for (uint32 plane = 0; plane < planes; plane++) in RefSetArea16() local
186 for (uint32 plane = 0; plane < planes; plane++) in RefSetArea32() local
232 for (uint32 plane = 0; plane < planes; plane++) in RefCopyArea8() local
281 for (uint32 plane = 0; plane < planes; plane++) in RefCopyArea16() local
330 for (uint32 plane = 0; plane < planes; plane++) in RefCopyArea32() local
379 for (uint32 plane = 0; plane < planes; plane++) in RefCopyArea8_16() local
428 for (uint32 plane = 0; plane < planes; plane++) in RefCopyArea8_S16() local
479 for (uint32 plane = 0; plane < planes; plane++) in RefCopyArea8_32() local
528 for (uint32 plane = 0; plane < planes; plane++) in RefCopyArea16_S16() local
[all …]
/external/mesa3d/src/mesa/main/
Dclip.c39 _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()
99 _mesa_GetClipPlane( GLenum plane, GLdouble *equation ) in _mesa_GetClipPlane()
/external/libvpx/libvpx/
Dtools_common.c80 int plane = 0; in read_yuv_frame() local
205 int vpx_img_plane_width(const vpx_image_t *img, int plane) { in vpx_img_plane_width()
212 int vpx_img_plane_height(const vpx_image_t *img, int plane) { in vpx_img_plane_height()
220 int plane; in vpx_img_write() local
238 int plane; in vpx_img_read() local
275 int plane; in highbd_img_upshift() local
311 int plane; in lowbd_img_upshift() local
353 int plane; in vpx_img_truncate_16_to_8() local
387 int plane; in highbd_img_downshift() local
421 int plane; in lowbd_img_downshift() local
/external/drm_hwcomposer/
Ddrmdisplaycomposition.h62 DrmCompositionPlane(Type type, DrmPlane *plane, DrmCrtc *crtc) in DrmCompositionPlane()
65 DrmCompositionPlane(Type type, DrmPlane *plane, DrmCrtc *crtc, in DrmCompositionPlane()
77 DrmPlane *plane() const { in plane() function
80 void set_plane(DrmPlane *plane) { in set_plane()
Dplatform.h75 DrmPlane *plane = planes->front(); in PopPlane() local
95 DrmPlane *plane = PopPlane(planes); in Emplace() local
Ddrmresources.cpp188 std::unique_ptr<DrmPlane> plane(new DrmPlane(this, p)); in Init() local
241 for (auto &plane : planes_) { in GetPlane() local
412 int DrmResources::GetPlaneProperty(const DrmPlane &plane, const char *prop_name, in GetPlaneProperty()
Dplatform.cpp32 [=](DrmPlane *plane) { return plane->GetCrtcSupported(*crtc); }); in GetUsablePlanes()
35 [=](DrmPlane *plane) { return plane->GetCrtcSupported(*crtc); }); in GetUsablePlanes()
/external/libdrm/tests/planetest/
Dmodeset.c152 void put_sp_plane(struct sp_plane *plane) in put_sp_plane()
168 int set_sp_plane(struct sp_dev *dev, struct sp_plane *plane, in set_sp_plane()
192 int set_sp_plane_pset(struct sp_dev *dev, struct sp_plane *plane, in set_sp_plane_pset()
Ddev.c89 static int get_supported_format(struct sp_plane *plane, uint32_t *format) in get_supported_format()
232 struct sp_plane *plane = &dev->planes[i]; in create_sp_dev() local
/external/tensorflow/tensorflow/compiler/xla/
Darray4d.h111 for (int64 plane = 0; plane < planes(); ++plane) { in FillWithYX() local
128 for (int64 plane = 0; plane < planes(); ++plane) { in FillWithPZ() local
146 for (int64 plane = 0; plane < planes(); ++plane) { in FillWithMinorDimNum() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemb.c33 void vp9_subtract_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane) { in vp9_subtract_plane()
60 int vp9_optimize_b(MACROBLOCK *mb, int plane, int block, TX_SIZE tx_size, in vp9_optimize_b()
323 void vp9_xform_quant_fp(MACROBLOCK *x, int plane, int block, int row, int col, in vp9_xform_quant_fp()
400 void vp9_xform_quant_dc(MACROBLOCK *x, int plane, int block, int row, int col, in vp9_xform_quant_dc()
473 void vp9_xform_quant(MACROBLOCK *x, int plane, int block, int row, int col, in vp9_xform_quant()
556 static void encode_block(int plane, int block, int row, int col, in encode_block()
669 static void encode_block_pass1(int plane, int block, int row, int col, in encode_block_pass1()
705 int plane; in vp9_encode_sb() local
731 void vp9_encode_block_intra(int plane, int block, int row, int col, in vp9_encode_block_intra()
962 void vp9_encode_intra_block_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane, in vp9_encode_intra_block_plane()
Dvp9_tokenize.c317 static void set_entropy_context_b(int plane, int block, int row, int col, in set_entropy_context_b()
348 static void tokenize_b(int plane, int block, int row, int col, in tokenize_b()
425 static void is_skippable(int plane, int block, int row, int col, in is_skippable()
438 int vp9_is_skippable_in_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane) { in vp9_is_skippable_in_plane()
446 static void has_high_freq_coeff(int plane, int block, int row, int col, in has_high_freq_coeff()
458 int vp9_has_high_freq_in_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane) { in vp9_has_high_freq_in_plane()
/external/libcups/filter/
Drastertohp.c83 unsigned plane; /* Looping var */ in StartPage() local
430 unsigned plane, /* I - Color plane */ in CompressData()
561 unsigned plane, /* Current plane */ in OutputLine() local
Drastertoepson.c117 unsigned plane; /* Looping var */ in StartPage() local
412 unsigned plane, /* I - Color plane */ in CompressData()
743 unsigned plane; /* Current plane */ in OutputLine() local
/external/libvpx/libvpx/vp9/common/
Dvp9_reconintra.c116 int left_available, int right_available, int x, int y, int plane, int bd) { in build_intra_predictors_high()
268 int plane) { in build_intra_predictors()
408 int aoff, int loff, int plane) { in vp9_predict_intra_block()
Dvp9_blockd.c38 const MACROBLOCKD *const xd, BLOCK_SIZE bsize, int plane, in vp9_foreach_transformed_block_in_plane()
81 int plane; in vp9_foreach_transformed_block() local
/external/libxcam/modules/ocl/
Dcl_pyramid_blender.cpp192 for (int plane = 0; plane < CLBlenderPlaneMax; ++plane) { in PyramidLayer() local
231 uint32_t plane = (is_uv ? 1 : 0); in get_gauss_image() local
240 uint32_t plane = (is_uv ? 1 : 0); in get_lap_image() local
249 uint32_t plane = (is_uv ? 1 : 0); in get_blend_image() local
258 uint32_t plane = (is_uv ? 1 : 0); in get_reconstruct_image() local
265 uint32_t plane = (is_uv ? 1 : 0); in get_scale_image() local
273 uint32_t plane = (is_uv ? 1 : 0); in get_blend_mask() local
437 for (uint32_t plane = 0; plane < max_plane; ++plane) { in build_cl_images() local
522 for (uint32_t plane = 0; plane < max_plane; ++plane) { in last_layer_buffer_redirect() local
535 int plane = (is_uv ? 1 : 0); in dump_layer_mask() local
[all …]
/external/mesa3d/src/compiler/nir/
Dnir_lower_clip.c174 for (int plane = 0; plane < MAX_CLIP_PLANES; plane++) { in lower_clip_vs() local
278 for (int plane = 0; plane < MAX_CLIP_PLANES; plane++) { in lower_clip_fs() local

1234567