Searched refs:v_pitch (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
D | planarfunctions_unittest.cc | 527 int v_pitch = (kWidth + 1) >> 1; in TEST_F() local 546 v_pointer, v_pitch, in TEST_F() 549 v_output_pointer, v_pitch, in TEST_F() 564 int v_pitch = (kWidth + 1) >> 1; in TEST_F() local 590 v_pointer, v_pitch, in TEST_F() 593 v_output_pointer, v_pitch, in TEST_F() 613 int v_pitch = (kWidth + 1) >> 1; in TEST_P() local 641 v_output_pointer, v_pitch, in TEST_P() 660 int v_pitch = (kWidth + 1) >> 1; in TEST_P() local 685 v_output_pointer, v_pitch, in TEST_P() [all …]
|
/external/chromium_org/third_party/webrtc/video_engine/include/ |
D | vie_capture.h | 77 v_pitch = 0; in ViEVideoFrameI420() 88 int v_pitch; member
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
D | fakevideorenderer.h | 139 int32 v_pitch = frame->GetVPitch(); in CheckFrameColorYuv() local 152 v_pos += v_pitch; in CheckFrameColorYuv()
|
D | videoframe.cc | 57 const int32 v_pitch = GetVPitch(); in Write() local 78 result = stream->Write(src_v + row * v_pitch, half_width, NULL, error); in Write()
|
/external/chromium_org/third_party/webrtc/modules/video_capture/test/ |
D | video_capture_unittest.cc | 505 int v_pitch = u_pitch; in TEST_F() local 507 y_pitch, u_pitch, v_pitch); in TEST_F() 543 current_pointer += v_pitch; in TEST_F()
|
/external/chromium_org/third_party/webrtc/video_engine/ |
D | vie_capturer.cc | 307 int size_v = video_frame.v_pitch * ((video_frame.height + 1) / 2); in IncomingFrameI420() 319 video_frame.v_pitch); in IncomingFrameI420()
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
D | webrtcvideoengine.cc | 3220 frame_i420.v_pitch = frame_out->GetVPitch(); in SendFrame()
|