OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nv12_buf
(Results
1 - 1
of
1
) sorted by null
/external/libvncserver/libvncclient/
h264.c
579
uint8_t *
nv12_buf
;
local
580
va_status = vaMapBuffer(va_dpy, vaImage.buf, (void **)&
nv12_buf
);
591
/* point
nv12_buf
and dst to upper left corner of changed area */
592
uint8_t *nv12_y = &
nv12_buf
[vaImage.offsets[0] + vaImage.pitches[0] * ch_y + ch_x];
593
uint8_t *nv12_uv = &
nv12_buf
[vaImage.offsets[1] + vaImage.pitches[1] * (ch_y / 2) + ch_x];
Completed in 59 milliseconds