OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vs_height
(Results
1 - 1
of
1
) sorted by null
/external/libvpx/vp8/decoder/x86/
onyxdxv.c
206
int this_pitch,
vs_height
, vs_width;
local
209
vpxdxv_get_vscreen_attributes(v_screen, (void **)&ptr_scrn, &vs_width, &
vs_height
, &this_pitch);
509
h =
vs_height
;
529
if (frame_buffer->y_height <
vs_height
)
530
y += (
vs_height
- frame_buffer->y_height) / 2;
Completed in 443 milliseconds