Home
last modified time | relevance | path

Searched defs:u_plane (Results 1 – 6 of 6) 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
119 GlobPtr<uchar> u_plane = globPtr(y_plane.data + planeSize, dst.step / 2); in RGB_to_YV12() local
/external/webrtc/webrtc/common_video/
Dvideo_frame_buffer.cc142 const uint8_t* u_plane, in WrappedI420Buffer()
226 const uint8_t* u_plane = buffer->data(kUPlane) + in ShallowCenterCrop() local
/external/webrtc/talk/media/base/
Dfakevideorenderer.h137 const uint8_t* u_plane = frame->GetUPlane(); in CheckFrameColorYuv() local
/external/autotest/client/deps/glbench/src/
Dyuvtest.cc140 const char* u_plane = pixels + luma_size; in SetupTextures() local
/external/webrtc/webrtc/tools/converter/
Dconverter.cc111 uint8_t* u_plane, in AddYUVToFile()
/external/webrtc/webrtc/tools/frame_analyzer/
Dvideo_quality_analysis.cc37 int u_plane = half_width * half_height; // I420 U plane. in GetI420FrameSize() local