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

  /external/webrtc/webrtc/common_video/
video_frame_buffer.cc 144 const uint8_t* v_plane,
151 v_plane_(v_plane),
228 const uint8_t* v_plane = buffer->data(kVPlane) + local
234 v_plane, buffer->stride(kVPlane),
  /external/webrtc/talk/media/base/
fakevideorenderer.h 138 const uint8_t* v_plane = frame->GetVPlane(); local
140 const uint8_t* v_pos = v_plane;
  /external/autotest/client/deps/glbench/src/
yuvtest.cc 142 const char* v_plane = pixels + luma_size + chroma_size; local
180 0, GL_LUMINANCE, GL_UNSIGNED_BYTE, v_plane);
187 *buf_uv_ptr++ = v_plane[i];
  /external/webrtc/webrtc/tools/frame_analyzer/
video_quality_analysis.cc 38 int v_plane = half_width * half_height; // I420 V plane. local
40 return y_plane + u_plane + v_plane;

Completed in 100 milliseconds