OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:plane_order
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_video_buffer.c
305
const unsigned *
plane_order
;
local
313
plane_order
= vl_video_buffer_plane_order(buf->base.buffer_format);
316
struct pipe_resource *res = buf->resources[
plane_order
[i]];
327
u_sampler_view_default_template(&sv_templ, res, sampler_format[
plane_order
[i]]);
vl_mpeg12_decoder.c
681
const unsigned *
plane_order
;
local
736
plane_order
= vl_video_buffer_plane_order(target->buffer_format);
743
unsigned plane =
plane_order
[component];
[
all
...]
/external/mesa3d/src/gallium/auxiliary/vl/
vl_video_buffer.c
305
const unsigned *
plane_order
;
local
313
plane_order
= vl_video_buffer_plane_order(buf->base.buffer_format);
316
struct pipe_resource *res = buf->resources[
plane_order
[i]];
327
u_sampler_view_default_template(&sv_templ, res, sampler_format[
plane_order
[i]]);
vl_mpeg12_decoder.c
681
const unsigned *
plane_order
;
local
736
plane_order
= vl_video_buffer_plane_order(target->buffer_format);
743
unsigned plane =
plane_order
[component];
[
all
...]
Completed in 527 milliseconds