Searched defs:v_plane (Results 1 - 5 of 5) sorted by relevance

/external/webrtc/webrtc/common_video/
H A Dvideo_frame_buffer.cc144 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),
138 WrappedI420Buffer(int width, int height, const uint8_t* y_plane, int y_stride, const uint8_t* u_plane, int u_stride, const uint8_t* v_plane, int v_stride, const rtc::Callback0<void>& no_longer_used) argument
/external/autotest/client/deps/glbench/src/
H A Dyuvtest.cc142 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/talk/media/base/
H A Dfakevideorenderer.h138 const uint8_t* v_plane = frame->GetVPlane(); local
140 const uint8_t* v_pos = v_plane;
/external/webrtc/webrtc/tools/converter/
H A Dconverter.cc113 uint8_t* v_plane,
118 AddYUVPlaneToFile(v_plane, v_plane_size, output_file);
109 AddYUVToFile(uint8_t* y_plane, int y_plane_size, uint8_t* u_plane, int u_plane_size, uint8_t* v_plane, int v_plane_size, FILE* output_file) argument
/external/webrtc/webrtc/tools/frame_analyzer/
H A Dvideo_quality_analysis.cc38 int v_plane = half_width * half_height; // I420 V plane. local
40 return y_plane + u_plane + v_plane;

Completed in 227 milliseconds