Searched refs:u_plane (Results 1 – 8 of 8) sorted by relevance
/external/opencv3/modules/cudacodec/src/cuda/ |
D | rgb_to_yv12.cu | 82 GlobPtr<uchar> u_plane = globPtr(y_plane.data + planeSize, dst.step / 2); in Gray_to_YV12() local 83 GlobPtr<uchar> v_plane = globPtr(u_plane.data + (planeSize / 4), dst.step / 2); in Gray_to_YV12() 103 u_plane(y / 2, x / 2) = u_val; in Gray_to_YV12() 119 GlobPtr<uchar> u_plane = globPtr(y_plane.data + planeSize, dst.step / 2); in RGB_to_YV12() local 120 GlobPtr<uchar> v_plane = globPtr(u_plane.data + (planeSize / 4), dst.step / 2); in RGB_to_YV12() 140 u_plane(y / 2, x / 2) = u_val; in RGB_to_YV12()
|
/external/webrtc/webrtc/common_video/ |
D | video_frame_buffer.cc | 142 const uint8_t* u_plane, in WrappedI420Buffer() argument 150 u_plane_(u_plane), in WrappedI420Buffer() 226 const uint8_t* u_plane = buffer->data(kUPlane) + in ShallowCenterCrop() local 233 u_plane, buffer->stride(kUPlane), in ShallowCenterCrop()
|
/external/autotest/client/deps/glbench/src/ |
D | yuvtest.cc | 140 const char* u_plane = pixels + luma_size; in SetupTextures() local 173 0, GL_LUMINANCE, GL_UNSIGNED_BYTE, u_plane); in SetupTextures() 185 *buf_uv_ptr++ = u_plane[i]; in SetupTextures()
|
/external/webrtc/talk/media/base/ |
D | fakevideorenderer.h | 137 const uint8_t* u_plane = frame->GetUPlane(); in CheckFrameColorYuv() local 139 const uint8_t* u_pos = u_plane; in CheckFrameColorYuv()
|
/external/webrtc/webrtc/tools/converter/ |
D | converter.cc | 111 uint8_t* u_plane, in AddYUVToFile() argument 117 AddYUVPlaneToFile(u_plane, u_plane_size, output_file) && in AddYUVToFile()
|
D | converter.h | 80 uint8_t* u_plane,
|
/external/webrtc/webrtc/tools/frame_analyzer/ |
D | video_quality_analysis.cc | 37 int u_plane = half_width * half_height; // I420 U plane. in GetI420FrameSize() local 40 return y_plane + u_plane + v_plane; in GetI420FrameSize()
|
/external/webrtc/webrtc/common_video/include/ |
D | video_frame_buffer.h | 118 const uint8_t* u_plane,
|