Home
last modified time | relevance | path

Searched defs:v_plane (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/modules/cudacodec/src/cuda/
Drgb_to_yv12.cu83 GlobPtr<uchar> v_plane = globPtr(u_plane.data + (planeSize / 4), dst.step / 2); in Gray_to_YV12() local
120 GlobPtr<uchar> v_plane = globPtr(u_plane.data + (planeSize / 4), dst.step / 2); in RGB_to_YV12() local
/external/webrtc/webrtc/common_video/
Dvideo_frame_buffer.cc144 const uint8_t* v_plane, in WrappedI420Buffer()
228 const uint8_t* v_plane = buffer->data(kVPlane) + in ShallowCenterCrop() local
/external/webrtc/talk/media/base/
Dfakevideorenderer.h138 const uint8_t* v_plane = frame->GetVPlane(); in CheckFrameColorYuv() local
/external/autotest/client/deps/glbench/src/
Dyuvtest.cc141 const char* v_plane = pixels + luma_size + chroma_size; in SetupTextures() local
/external/webrtc/webrtc/tools/converter/
Dconverter.cc113 uint8_t* v_plane, in AddYUVToFile()
/external/webrtc/webrtc/tools/frame_analyzer/
Dvideo_quality_analysis.cc38 int v_plane = half_width * half_height; // I420 V plane. in GetI420FrameSize() local