HomeSort by relevance Sort by last modified time
    Searched refs:vaImage (Results 1 - 2 of 2) sorted by null

  /external/libvncserver/libvncclient/
h264.c 82 static void nv12_to_rgba(const VAImage vaImage, rfbClient *client, int ch_x, int ch_y, int ch_w, int ch_h);
484 VAImage decoded_image;
574 static void nv12_to_rgba(const VAImage vaImage, rfbClient *client, int ch_x, int ch_y, int ch_w, int ch_h)
580 va_status = vaMapBuffer(va_dpy, vaImage.buf, (void **)&nv12_buf);
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]
    [all...]
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderBase.cpp     [all...]

Completed in 603 milliseconds