HomeSort by relevance Sort by last modified time
    Searched defs:u_plane (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/common_video/
video_frame_buffer.cc 142 const uint8_t* u_plane,
150 u_plane_(u_plane),
226 const uint8_t* u_plane = buffer->data(kUPlane) + local
233 u_plane, buffer->stride(kUPlane),
  /external/webrtc/talk/media/base/
fakevideorenderer.h 137 const uint8_t* u_plane = frame->GetUPlane(); local
139 const uint8_t* u_pos = u_plane;
  /external/autotest/client/deps/glbench/src/
yuvtest.cc 140 const char* u_plane = pixels + luma_size; local
173 0, GL_LUMINANCE, GL_UNSIGNED_BYTE, u_plane);
185 *buf_uv_ptr++ = u_plane[i];
  /external/webrtc/webrtc/tools/frame_analyzer/
video_quality_analysis.cc 37 int u_plane = half_width * half_height; // I420 U plane. local
40 return y_plane + u_plane + v_plane;

Completed in 172 milliseconds