Home
last modified time | relevance | path

Searched refs:plane (Results 1 - 25 of 426) sorted by relevance

12345678910>>...18

/third_party/ffmpeg/libavcodec/
H A Dcfhd.c197 int width, int linesize, int plane) in interlaced_vertical_filter()
224 for (i = 0; i < FF_ARRAY_ELEMS(s->plane); i++) { in free_buffers()
225 Plane *p = &s->plane[i]; in free_buffers()
226 av_freep(&s->plane[i].idwt_buf); in free_buffers()
227 av_freep(&s->plane[i].idwt_tmp); in free_buffers()
228 s->plane[i].idwt_size = 0; in free_buffers()
231 s->plane[i].subband[j] = NULL; in free_buffers()
234 s->plane[i].l_h[j] = NULL; in free_buffers()
280 s->plane[i].width = width; in alloc_buffers()
281 s->plane[ in alloc_buffers()
196 interlaced_vertical_filter(int16_t *output, int16_t *low, int16_t *high, int width, int linesize, int plane) interlaced_vertical_filter() argument
382 int ret = 0, i, j, plane, got_buffer = 0; cfhd_decode() local
[all...]
H A Dcfhdenc.c237 PlaneEnc plane[4]; member
282 s->plane[i].dwt_buf = in cfhd_encode_init()
283 av_calloc(height * stride, sizeof(*s->plane[i].dwt_buf)); in cfhd_encode_init()
284 s->plane[i].dwt_tmp = in cfhd_encode_init()
285 av_malloc_array(height * stride, sizeof(*s->plane[i].dwt_tmp)); in cfhd_encode_init()
286 if (!s->plane[i].dwt_buf || !s->plane[i].dwt_tmp) in cfhd_encode_init()
289 s->plane[i].subband[0] = s->plane[i].dwt_buf; in cfhd_encode_init()
290 s->plane[ in cfhd_encode_init()
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_fftfilt.c92 { "dc_Y", "adjust gain in Y plane", OFFSET(dc[Y]), AV_OPT_TYPE_INT, {.i64 = 0}, 0, 1000, FLAGS },
93 { "dc_U", "adjust gain in U plane", OFFSET(dc[U]), AV_OPT_TYPE_INT, {.i64 = 0}, 0, 1000, FLAGS },
94 { "dc_V", "adjust gain in V plane", OFFSET(dc[V]), AV_OPT_TYPE_INT, {.i64 = 0}, 0, 1000, FLAGS },
95 { "weight_Y", "set luminance expression in Y plane", OFFSET(weight_str[Y]), AV_OPT_TYPE_STRING, {.str = "1"}, 0, 0, FLAGS },
96 { "weight_U", "set chrominance expression in U plane", OFFSET(weight_str[U]), AV_OPT_TYPE_STRING, {.str = NULL}, 0, 0, FLAGS },
97 { "weight_V", "set chrominance expression in V plane", OFFSET(weight_str[V]), AV_OPT_TYPE_STRING, {.str = NULL}, 0, 0, FLAGS },
106 static inline double lum(void *priv, double x, double y, int plane) in lum() argument
109 return s->rdft_vdata_out[plane][(int)x * s->rdft_vstride[plane] + (int)y]; in lum()
132 for (int plane in rdft_horizontal8()
253 int ret = 0, plane; initialize() local
284 do_eval(FFTFILTContext *s, AVFilterLink *inlink, int plane) do_eval() argument
309 int i, plane; config_props() local
[all...]
H A Ddrawutils.c44 rgba_map[RED] = desc->comp[0].plane; in ff_fill_rgba_map()
45 rgba_map[GREEN] = desc->comp[1].plane; in ff_fill_rgba_map()
46 rgba_map[BLUE] = desc->comp[2].plane; in ff_fill_rgba_map()
47 rgba_map[ALPHA] = (desc->flags & AV_PIX_FMT_FLAG_ALPHA) ? desc->comp[3].plane : 3; in ff_fill_rgba_map()
113 if (c->plane >= MAX_PLANES) in ff_draw_init2()
128 if (pixelstep[c->plane] != 0 && in ff_draw_init2()
129 pixelstep[c->plane] != c->step) in ff_draw_init2()
131 if (pixelstep[c->plane] == 6 && in ff_draw_init2()
134 pixelstep[c->plane] = c->step; in ff_draw_init2()
135 if (pixelstep[c->plane] > in ff_draw_init2()
204 pointer_at(FFDrawContext *draw, uint8_t *data[], int linesize[], int plane, int x, int y) pointer_at() argument
218 int plane, y, wp, hp; ff_copy_rectangle2() local
238 int plane, x, y, wp, hp; ff_fill_rectangle() local
361 unsigned alpha, nb_planes, nb_comp, plane, comp; ff_blend_rectangle() local
542 unsigned alpha, nb_planes, nb_comp, plane, comp; ff_blend_mask() local
[all...]
H A Dvf_bitplanenoise.c43 { "bitplane", "set bit plane to use for measuring noise", OFFSET(bitplane), AV_OPT_TYPE_INT, {.i64=1}, 1, 16, FLAGS},
92 stats[plane] += bit; }
103 int plane, y, x, bit; in filter_frame() local
116 for (plane = 0; plane < s->nb_planes; plane++) { in filter_frame()
117 const int linesize = s->planeheight[plane] > 1 ? in->linesize[plane] : 0; in filter_frame()
118 const int dlinesize = out->linesize[plane]; in filter_frame()
119 uint8_t *val = in->data[plane]; in filter_frame()
[all...]
H A Dvf_geq.c50 AVExpr *e[NB_PLANES][MAX_NB_THREADS]; ///< expressions for each plane and thread
51 char *expr_str[4+3]; ///< expression strings for each plane
98 static inline double getpix(void *priv, double x, double y, int plane) in getpix() argument
103 const uint8_t *src = picref->data[plane]; in getpix()
104 int linesize = picref->linesize[plane]; in getpix()
105 const int w = (plane == 1 || plane == 2) ? AV_CEIL_RSHIFT(picref->width, geq->hsub) : picref->width; in getpix()
106 const int h = (plane == 1 || plane == 2) ? AV_CEIL_RSHIFT(picref->height, geq->vsub) : picref->height; in getpix()
156 static int calculate_sums(GEQContext *geq, int plane, in argument
204 getpix_integrate_internal(GEQContext *geq, int x, int y, int plane, int w, int h) getpix_integrate_internal() argument
223 getpix_integrate(void *priv, double x, double y, int plane) getpix_integrate() argument
251 int plane, ret = 0; geq_init() local
386 int plane; global() member
396 const int plane = td->plane; slice_geq_filter() local
448 int plane; geq_filter_frame() local
[all...]
H A Dvf_colorconstancy.c263 int plane; in slice_get_derivative() local
265 for (plane = 0; plane < NUM_PLANES; ++plane) { in slice_get_derivative()
266 const int height = s->planeheight[plane]; in slice_get_derivative()
267 const int width = s->planewidth[plane]; in slice_get_derivative()
268 const int in_linesize = in->linesize[plane]; in slice_get_derivative()
269 double *dst = td->data[dst_index][plane]; in slice_get_derivative()
275 const uint8_t *src = in->data[plane]; in slice_get_derivative()
290 const double *src = td->data[src_index][plane]; in slice_get_derivative()
325 int plane; slice_normalize() local
448 int plane; filter_slice_grey_edge() local
498 int plane, job, ret; filter_grey_edge() local
541 int plane; normalize_light() local
601 int plane; diagonal_transformation() local
[all...]
H A Dvf_bilateral.c156 int jobnr, int nb_jobs, int plane) \
158 const int width = s->planewidth[plane]; \
159 const int height = s->planeheight[plane]; \
162 const int src_linesize = in->linesize[plane] / sizeof(type); \
163 const type *src = (const type *)in->data[plane]; \
164 float *img_temp = s->img_temp[plane]; \
165 float *map_factor_a = s->map_factor_a[plane]; \
228 int jobnr, int nb_jobs, int plane) \
230 const int width = s->planewidth[plane]; \
231 const int height = s->planeheight[plane]; \
[all...]
H A Dvf_waveform.c398 static void envelope_instant16(WaveformContext *s, AVFrame *out, int plane, int component, int offset) in envelope_instant16() argument
405 const int start = s->estart[plane]; in envelope_instant16()
406 const int end = s->eend[plane]; in envelope_instant16()
446 static void envelope_instant(WaveformContext *s, AVFrame *out, int plane, int component, int offset) in envelope_instant() argument
452 const int start = s->estart[plane]; in envelope_instant()
453 const int end = s->eend[plane]; in envelope_instant()
493 static void envelope_peak16(WaveformContext *s, AVFrame *out, int plane, int component, int offset) in envelope_peak16() argument
500 const int start = s->estart[plane]; in envelope_peak16()
501 const int end = s->eend[plane]; in envelope_peak16()
502 int *emax = s->emax[plane][componen in envelope_peak16()
563 envelope_peak(WaveformContext *s, AVFrame *out, int plane, int component, int offset) envelope_peak() argument
632 envelope16(WaveformContext *s, AVFrame *out, int plane, int component, int offset) envelope16() argument
643 envelope(WaveformContext *s, AVFrame *out, int plane, int component, int offset) envelope() argument
693 const int plane = s->desc->comp[component].plane; lowpass16() local
831 const int plane = s->desc->comp[component].plane; lowpass() local
968 const int plane = s->desc->comp[component].plane; flat16() local
1107 const int plane = s->desc->comp[component].plane; flat() local
1536 const int plane = s->desc->comp[component].plane; chroma16() local
1642 const int plane = s->desc->comp[component].plane; chroma() local
1746 const int plane = s->desc->comp[component].plane; color16() local
1879 const int plane = s->desc->comp[component].plane; color() local
2011 const int plane = s->desc->comp[component].plane; acolor16() local
2145 const int plane = s->desc->comp[component].plane; acolor() local
2632 int i, plane; draw_htext() local
2658 int i, plane; draw_htext16() local
2684 int i, plane; draw_vtext() local
2709 int i, plane; draw_vtext16() local
2776 int i, plane; idraw_htext() local
2802 int i, plane; idraw_htext16() local
2828 int i, plane; idraw_vtext() local
2853 int i, plane; idraw_vtext16() local
3344 const int plane = s->desc->comp[p].plane; config_output() local
3423 const int plane = s->desc->comp[k].plane; filter_frame() local
[all...]
H A Dvf_hflip.c57 desc->comp[0].plane == desc->comp[1].plane)) && in query_formats()
96 int i, plane, step; in filter_slice() local
98 for (plane = 0; plane < 4 && in->data[plane] && in->linesize[plane]; plane++) { in filter_slice()
99 const int width = s->planewidth[plane] / s->bayer_plus1; in filter_slice()
100 const int height = s->planeheight[plane]; in filter_slice()
[all...]
H A Dvf_convolve.c75 AVFrame *in, int w, int h, int n, int plane, float scale);
78 int w, int h, int n, int plane, float scale);
79 void (*prepare_impulse)(AVFilterContext *ctx, AVFrame *impulsepic, int plane);
183 int plane, n; member
192 const int plane = td->plane; in fft_horizontal() local
199 s->tx_fn[plane](s->fft[plane][jobnr], hdata_out + y * n, hdata_in + y * n, sizeof(float)); in fft_horizontal()
210 int n, int plane, float scale) in get_zeropadded_input()
218 const uint8_t *src = in->data[plane] in get_zeropadded_input()
207 get_zeropadded_input(ConvolveContext *s, AVComplexFloat *fft_hdata, AVFrame *in, int w, int h, int n, int plane, float scale) get_zeropadded_input() argument
297 get_input(ConvolveContext *s, AVComplexFloat *fft_hdata, AVFrame *in, int w, int h, int n, int plane, float scale) get_input() argument
379 const int plane = td->plane; fft_vertical() local
404 const int plane = td->plane; ifft_vertical() local
428 const int plane = td->plane; ifft_horizontal() local
441 get_xoutput(ConvolveContext *s, AVComplexFloat *input, AVFrame *out, int w, int h, int n, int plane, float scale) get_xoutput() argument
462 get_output(ConvolveContext *s, AVComplexFloat *input, AVFrame *out, int w, int h, int n, int plane, float scale) get_output() argument
607 prepare_impulse(AVFilterContext *ctx, AVFrame *impulsepic, int plane) prepare_impulse() argument
650 prepare_secondary(AVFilterContext *ctx, AVFrame *secondary, int plane) prepare_secondary() argument
682 int ret, plane; do_convolve() local
[all...]
H A Dvf_lenscorrection.c52 int (*filter_slice)(AVFilterContext *ctx, void *arg, int job, int nb_jobs, int plane);
77 int nb_jobs, int plane) \
84 const int32_t *correction = rect->correction[plane]; \
85 const int fill_color = rect->fill_color[plane]; \
86 const int w = rect->planewidth[plane], h = rect->planeheight[plane]; \
91 const int inlinesize = in->linesize[plane] / sizeof(type); \
92 const int outlinesize = out->linesize[plane] / sizeof(type); \
93 const type *indata = (const type *)in->data[plane]; \
94 type *outrow = (type *)out->data[plane]
215 calc_correction(AVFilterContext *ctx, int plane) calc_correction() argument
[all...]
H A Dvf_edgedetect.c79 { "y", "filter luma plane", 0, AV_OPT_TYPE_CONST, {.i64=PLANE_Y}, 0, 0, FLAGS, "flags" },
80 { "u", "filter u plane", 0, AV_OPT_TYPE_CONST, {.i64=PLANE_U}, 0, 0, FLAGS, "flags" },
81 { "v", "filter v plane", 0, AV_OPT_TYPE_CONST, {.i64=PLANE_V}, 0, 0, FLAGS, "flags" },
82 { "r", "filter red plane", 0, AV_OPT_TYPE_CONST, {.i64=PLANE_R}, 0, 0, FLAGS, "flags" },
83 { "g", "filter green plane", 0, AV_OPT_TYPE_CONST, {.i64=PLANE_G}, 0, 0, FLAGS, "flags" },
84 { "b", "filter blue plane", 0, AV_OPT_TYPE_CONST, {.i64=PLANE_B}, 0, 0, FLAGS, "flags" },
128 struct plane_info *plane = &edgedetect->planes[p]; in config_props() local
132 plane->width = AV_CEIL_RSHIFT(inlink->w, hsub); in config_props()
133 plane->height = AV_CEIL_RSHIFT(inlink->h, vsub); in config_props()
134 plane in config_props()
178 struct plane_info *plane = &edgedetect->planes[p]; filter_frame() local
236 struct plane_info *plane = &edgedetect->planes[p]; uninit() local
[all...]
H A Dvf_freezedetect.c99 for (int plane = 0; plane < 4; plane++) { in config_input()
100 ptrdiff_t line_size = av_image_get_linesize(inlink->format, inlink->w, plane); in config_input()
101 s->width[plane] = line_size >> (s->bitdepth > 8); in config_input()
102 s->height[plane] = inlink->h >> ((plane == 1 || plane == 2) ? pix_desc->log2_chroma_h : 0); in config_input()
123 for (int plane = 0; plane < in is_frozen()
[all...]
H A Dvf_scdet.c87 for (int plane = 0; plane < 4; plane++) { in config_input()
88 ptrdiff_t line_size = av_image_get_linesize(inlink->format, inlink->w, plane); in config_input()
89 s->width[plane] = line_size >> (s->bitdepth > 8); in config_input()
90 s->height[plane] = inlink->h >> ((plane == 1 || plane == 2) ? desc->log2_chroma_h : 0); in config_input()
119 for (int plane = 0; plane < in get_scene_score()
[all...]
/third_party/ffmpeg/libswscale/
H A Dalphablend.c29 int plane, x, ysrc; in ff_sws_alphablendaway() local
37 for (plane = 0; plane < plane_count; plane++) { in ff_sws_alphablendaway()
43 target_table[0][plane] = plane && !(desc->flags & AV_PIX_FMT_FLAG_RGB) ? 1<<(desc->comp[0].depth - 1) : a; in ff_sws_alphablendaway()
44 target_table[1][plane] = plane && !(desc->flags & AV_PIX_FMT_FLAG_RGB) ? 1<<(desc->comp[0].depth - 1) : b; in ff_sws_alphablendaway()
49 for (plane = 0; plane < plane_coun in ff_sws_alphablendaway()
[all...]
H A Dhscale.c47 uint8_t ** src = desc->src->plane[0].line; in lum_h_scale()
48 uint8_t ** dst = desc->dst->plane[0].line; in lum_h_scale()
49 int src_pos = sliceY+i - desc->src->plane[0].sliceY; in lum_h_scale()
50 int dst_pos = sliceY+i - desc->dst->plane[0].sliceY; in lum_h_scale()
63 desc->dst->plane[0].sliceH += 1; in lum_h_scale()
66 src = desc->src->plane[3].line; in lum_h_scale()
67 dst = desc->dst->plane[3].line; in lum_h_scale()
69 src_pos = sliceY+i - desc->src->plane[3].sliceY; in lum_h_scale()
70 dst_pos = sliceY+i - desc->dst->plane[3].sliceY; in lum_h_scale()
72 desc->dst->plane[ in lum_h_scale()
[all...]
H A Dslice.c27 int n = s->plane[i].available_lines; in free_lines()
30 av_freep(&s->plane[i].line[j]); in free_lines()
32 s->plane[i].line[j+n] = NULL; in free_lines()
37 memset(s->plane[i].line, 0, sizeof(uint8_t*) * s->plane[i].available_lines * (s->is_ring ? 3 : 1)); in free_lines()
54 int n = s->plane[i].available_lines; in alloc_lines()
58 av_assert0(n == s->plane[ii].available_lines); in alloc_lines()
60 // chroma plane line U and V are expected to be contiguous in memory in alloc_lines()
62 s->plane[i].line[j] = av_malloc(size * 2 + 32); in alloc_lines()
63 if (!s->plane[ in alloc_lines()
[all...]
H A Dvscale.c46 int sp = first - desc->src->plane[0].sliceY; in lum_planar_vscale()
47 int dp = sliceY - desc->dst->plane[0].sliceY; in lum_planar_vscale()
48 uint8_t **src = desc->src->plane[0].line + sp; in lum_planar_vscale()
49 uint8_t **dst = desc->dst->plane[0].line + dp; in lum_planar_vscale()
58 int sp = first - desc->src->plane[3].sliceY; in lum_planar_vscale()
59 int dp = sliceY - desc->dst->plane[3].sliceY; in lum_planar_vscale()
60 uint8_t **src = desc->src->plane[3].line + sp; in lum_planar_vscale()
61 uint8_t **dst = desc->dst->plane[3].line + dp; in lum_planar_vscale()
84 int sp1 = first - desc->src->plane[1].sliceY; in chr_planar_vscale()
85 int sp2 = first - desc->src->plane[ in chr_planar_vscale()
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_pixel_buffer.h85 /// plus the steps (in bytes) between each column, row and plane.
127 uint32 plane = 0) const in InternalPixel()
133 plane < fPlane || (plane - fPlane) >= fPlanes) in InternalPixel()
144 static_cast<int64> (plane - fPlane)); in InternalPixel()
168 /// computing the row, column or plane step, or if an invalid value was
172 /// \param plane Index of the first plane
180 dng_pixel_buffer (const dng_rect &area, uint32 plane, uint32 planes,
220 /// \retval plane ste
514 SetConstant_uint8(const dng_rect &area, uint32 plane, uint32 planes, uint8 value) SetConstant_uint8() argument
532 SetConstant_uint16(const dng_rect &area, uint32 plane, uint32 planes, uint16 value) SetConstant_uint16() argument
550 SetConstant_int16(const dng_rect &area, uint32 plane, uint32 planes, int16 value) SetConstant_int16() argument
568 SetConstant_uint32(const dng_rect &area, uint32 plane, uint32 planes, uint32 value) SetConstant_uint32() argument
586 SetConstant_real32(const dng_rect &area, uint32 plane, uint32 planes, real32 value) SetConstant_real32() argument
635 CopyArea(const dng_pixel_buffer &src, const dng_rect &area, uint32 plane, uint32 planes) CopyArea() argument
[all...]
H A Ddng_lens_correction.cpp85 bool dng_warp_params::IsNOP (uint32 plane) const in IsNOP()
88 return IsRadNOP (plane) && in IsNOP()
89 IsTanNOP (plane); in IsNOP()
98 for (uint32 plane = 0; plane < fPlanes; plane++) in IsRadNOPAll()
101 if (!IsRadNOP (plane)) in IsRadNOPAll()
114 bool dng_warp_params::IsRadNOP (uint32 /* plane */) const in IsRadNOP()
126 for (uint32 plane = 0; plane < fPlane in IsTanNOPAll()
197 EvaluateInverse(uint32 plane, real64 y) const EvaluateInverse() argument
241 EvaluateTangential2(uint32 plane, const dng_point_real64 &diff) const EvaluateTangential2() argument
262 EvaluateTangential3(uint32 plane, real64 r2, const dng_point_real64 &diff) const EvaluateTangential3() argument
[all...]
H A Ddng_lens_correction.h88 /// Is the entire correction a NOP for the specified plane?
90 virtual bool IsNOP (uint32 plane) const;
96 /// Is the radial correction a NOP for the specified plane?
98 virtual bool IsRadNOP (uint32 plane) const;
104 /// Is the tangential correction a NOP for the specified plane?
106 virtual bool IsTanNOP (uint32 plane) const;
116 /// Propagate warp parameters from first plane to all other planes.
120 /// Evaluate the 1D radial warp function for the specified plane.
126 virtual real64 Evaluate (uint32 plane,
136 virtual real64 EvaluateInverse (uint32 plane,
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast_tri_tmp.h35 * Prototype for a 8 plane rasterizer function. Will codegenerate
45 const struct lp_rast_plane *plane, in do_block_4()
59 -plane[j].dcdx >> FIXED_ORDER, in do_block_4()
60 plane[j].dcdy >> FIXED_ORDER); in do_block_4()
63 -plane[j].dcdx, in do_block_4()
64 plane[j].dcdy); in do_block_4()
68 int64_t new_c = (c[j]) + ((IMUL64(task->scene->fixed_sample_pos[s][1], plane[j].dcdy) + IMUL64(task->scene->fixed_sample_pos[s][0], -plane[j].dcdx)) >> FIXED_ORDER); in do_block_4()
72 -plane[j].dcdx >> FIXED_ORDER, in do_block_4()
73 plane[ in do_block_4()
43 do_block_4(struct lp_rasterizer_task *task, const struct lp_rast_triangle *tri, const struct lp_rast_plane *plane, int x, int y, const int64_t *c) do_block_4() argument
96 do_block_16(struct lp_rasterizer_task *task, const struct lp_rast_triangle *tri, const struct lp_rast_plane *plane, int x, int y, const int64_t *c) do_block_16() argument
203 struct lp_rast_plane plane[NR_PLANES]; lp_rast_triangle() local
356 const struct lp_rast_plane *plane = GET_PLANES(tri); TRI_16() local
436 const struct lp_rast_plane *plane = GET_PLANES(tri); TRI_4() local
[all...]
/third_party/mesa3d/src/gallium/winsys/sw/kms-dri/
H A Dkms_dri_sw_winsys.c135 struct kms_sw_plane *plane = NULL; in get_plane() local
139 DEBUG_PRINT("KMS-DEBUG: plane too big. format: %d stride: %d height: %d " in get_plane()
145 LIST_FOR_EACH_ENTRY(plane, &kms_sw_dt->planes, link) { in get_plane()
146 if (plane->offset == offset) in get_plane()
147 return plane; in get_plane()
150 plane = CALLOC_STRUCT(kms_sw_plane); in get_plane()
151 if (!plane) in get_plane()
154 plane->width = width; in get_plane()
155 plane->height = height; in get_plane()
156 plane in get_plane()
203 struct kms_sw_plane *plane = get_plane(kms_sw_dt, format, width, height, kms_sw_displaytarget_create() local
229 struct kms_sw_plane *plane = kms_sw_plane(dt); kms_sw_displaytarget_destroy() local
264 struct kms_sw_plane *plane = kms_sw_plane(dt); kms_sw_displaytarget_map() local
335 struct kms_sw_plane *plane = NULL; kms_sw_displaytarget_add_from_prime() local
375 struct kms_sw_plane *plane = kms_sw_plane(dt); kms_sw_displaytarget_unmap() local
433 struct kms_sw_plane *plane; kms_sw_displaytarget_from_handle() local
457 struct kms_sw_plane *plane = kms_sw_plane(dt); kms_sw_displaytarget_get_handle() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/
H A DDmaBufImageSiblingVkLinux.cpp60 // There should always be at least one plane. in GetPlaneCount()
65 for (uint32_t plane = 1; plane < kMaxPlaneCount; ++plane) in GetPlaneCount()
67 if (!attribs.contains(kFds[plane])) in GetPlaneCount()
69 return plane; in GetPlaneCount()
72 ASSERT(attribs.contains(kOffsets[plane])); in GetPlaneCount()
73 ASSERT(attribs.contains(kPitches[plane])); in GetPlaneCount()
98 for (uint32_t plane = 0; plane < planeCoun in GetModifiers()
[all...]

Completed in 213 milliseconds

12345678910>>...18