Home
last modified time | relevance | path

Searched refs:u_plane (Results 1 – 8 of 8) sorted by relevance

/external/opencv3/modules/cudacodec/src/cuda/
Drgb_to_yv12.cu82 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/
Dvideo_frame_buffer.cc142 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/
Dyuvtest.cc140 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/
Dfakevideorenderer.h137 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/
Dconverter.cc111 uint8_t* u_plane, in AddYUVToFile() argument
117 AddYUVPlaneToFile(u_plane, u_plane_size, output_file) && in AddYUVToFile()
Dconverter.h80 uint8_t* u_plane,
/external/webrtc/webrtc/tools/frame_analyzer/
Dvideo_quality_analysis.cc37 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/
Dvideo_frame_buffer.h118 const uint8_t* u_plane,