Home
last modified time | relevance | path

Searched refs:src_plane (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_video.h90 int src_plane, int src_field, in u_copy_nv12_to_yv12() argument
158 int src_plane, int src_field, in u_copy_yv12_to_nv12() argument
164 unsigned offset = 2 - src_plane; in u_copy_yv12_to_nv12()
181 int src_plane, int src_field, in u_copy_swap422_packed() argument
/external/libkmsxx/utils/
Dwbcap.cpp324 auto src_plane = resman.reserve_generic_plane(src_crtc, pixfmt); in main() local
325 FAIL_IF(!src_plane, "Plane not found"); in main()
362 BarFlipState barflipper(card, src_crtc, src_plane, src_width, src_height); in main()
/external/webrtc/webrtc/modules/desktop_capture/
Dscreen_capturer_mac.mm66 // relative to the origin of |src_plane| and |dest_plane|.
67 void CopyRect(const uint8_t* src_plane,
77 src_plane += src_y_offset + x_offset;
84 memcpy(dest_plane, src_plane, bytes_per_line);
85 src_plane += src_plane_stride;