/external/webrtc/webrtc/tools/converter/ |
converter.h | 82 uint8_t* v_plane,
|
converter.cc | 113 uint8_t* v_plane, 118 AddYUVPlaneToFile(v_plane, v_plane_size, output_file);
|
/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/common_video/include/ |
video_frame_buffer.h | 120 const uint8_t* v_plane,
|
/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;
|
/cts/apps/CameraITS/pymodules/its/ |
image.py | 428 def convert_yuv420_planar_to_rgb_image(y_plane, u_plane, v_plane, 437 v_plane: The packed 8-bit V plane. 448 v = numpy.subtract(v_plane, yuv_off[2]).view(numpy.int8)
|