OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pot_buffers
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_decoder.c
56
bool
pot_buffers
;
local
61
pot_buffers
= !pipe->screen->get_video_param
68
buffer_width =
pot_buffers
? util_next_power_of_two(width) : align(width, VL_MACROBLOCK_WIDTH);
69
buffer_height =
pot_buffers
? util_next_power_of_two(height) : align(height, VL_MACROBLOCK_HEIGHT);
vl_video_buffer.c
395
bool
pot_buffers
;
local
400
pot_buffers
= !pipe->screen->get_video_param
412
templat.width =
pot_buffers
? util_next_power_of_two(tmpl->width)
414
templat.height =
pot_buffers
? util_next_power_of_two(tmpl->height)
/external/mesa3d/src/gallium/auxiliary/vl/
vl_decoder.c
56
bool
pot_buffers
;
local
61
pot_buffers
= !pipe->screen->get_video_param
68
buffer_width =
pot_buffers
? util_next_power_of_two(width) : align(width, VL_MACROBLOCK_WIDTH);
69
buffer_height =
pot_buffers
? util_next_power_of_two(height) : align(height, VL_MACROBLOCK_HEIGHT);
vl_video_buffer.c
395
bool
pot_buffers
;
local
400
pot_buffers
= !pipe->screen->get_video_param
412
templat.width =
pot_buffers
? util_next_power_of_two(tmpl->width)
414
templat.height =
pot_buffers
? util_next_power_of_two(tmpl->height)
Completed in 209 milliseconds