Home
last modified time | relevance | path

Searched refs:v_plane (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/common_video/
Dvideo_frame_buffer.cc144 const uint8_t* v_plane, in WrappedI420Buffer() argument
151 v_plane_(v_plane), in WrappedI420Buffer()
228 const uint8_t* v_plane = buffer->data(kVPlane) + in ShallowCenterCrop() local
234 v_plane, buffer->stride(kVPlane), in ShallowCenterCrop()
/external/autotest/client/deps/glbench/src/
Dyuvtest.cc134 const char* v_plane = pixels + luma_size + chroma_size; in SetupTextures() local
171 v_plane); in SetupTextures()
178 *buf_uv_ptr++ = v_plane[i]; in SetupTextures()
/external/webrtc/webrtc/tools/converter/
Dconverter.cc113 uint8_t* v_plane, in AddYUVToFile() argument
118 AddYUVPlaneToFile(v_plane, v_plane_size, output_file); in AddYUVToFile()
Dconverter.h82 uint8_t* v_plane,
/external/webrtc/talk/media/base/
Dfakevideorenderer.h138 const uint8_t* v_plane = frame->GetVPlane(); in CheckFrameColorYuv() local
140 const uint8_t* v_pos = v_plane; in CheckFrameColorYuv()
/external/webrtc/webrtc/tools/frame_analyzer/
Dvideo_quality_analysis.cc38 int v_plane = half_width * half_height; // I420 V plane. in GetI420FrameSize() local
40 return y_plane + u_plane + v_plane; in GetI420FrameSize()
/external/webrtc/webrtc/common_video/include/
Dvideo_frame_buffer.h120 const uint8_t* v_plane,