Searched refs:u_plane (Results 1 – 7 of 7) sorted by relevance
/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 | 141 const char* u_plane = pixels + luma_size; in SetupTextures() local 174 0, GL_LUMINANCE, GL_UNSIGNED_BYTE, u_plane); in SetupTextures() 186 *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,
|