/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/opencv3/modules/cudacodec/src/cuda/ |
rgb_to_yv12.cu | 83 GlobPtr<uchar> v_plane = globPtr(u_plane.data + (planeSize / 4), dst.step / 2); 104 v_plane(y / 2, x / 2) = v_val; 120 GlobPtr<uchar> v_plane = globPtr(u_plane.data + (planeSize / 4), dst.step / 2); 141 v_plane(y / 2, x / 2) = v_val;
|
/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 | 141 const char* v_plane = pixels + luma_size + chroma_size; local 179 0, GL_LUMINANCE, GL_UNSIGNED_BYTE, v_plane); 186 *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 | 414 def convert_yuv420_planar_to_rgb_image(y_plane, u_plane, v_plane, 423 v_plane: The packed 8-bit V plane. 434 v = numpy.subtract(v_plane, yuv_off[2]).view(numpy.int8)
|