Searched refs:u_pitch (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
D | planarfunctions_unittest.cc | 526 int u_pitch = (kWidth + 1) >> 1; in TEST_F() local 545 u_pointer, u_pitch, in TEST_F() 548 u_output_pointer, u_pitch, in TEST_F() 563 int u_pitch = (kWidth + 1) >> 1; in TEST_F() local 589 u_pointer, u_pitch, in TEST_F() 592 u_output_pointer, u_pitch, in TEST_F() 612 int u_pitch = (kWidth + 1) >> 1; in TEST_P() local 640 u_output_pointer, u_pitch, in TEST_P() 659 int u_pitch = (kWidth + 1) >> 1; in TEST_P() local 684 u_output_pointer, u_pitch, in TEST_P() [all …]
|
/external/chromium_org/third_party/webrtc/video_engine/include/ |
D | vie_capture.h | 76 u_pitch = 0; in ViEVideoFrameI420() 87 int u_pitch; member
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
D | fakevideorenderer.h | 138 int32 u_pitch = frame->GetUPitch(); in CheckFrameColorYuv() local 151 u_pos += u_pitch; in CheckFrameColorYuv()
|
D | videoframe.cc | 56 const int32 u_pitch = GetUPitch(); in Write() local 71 result = stream->Write(src_u + row * u_pitch, half_width, NULL, error); in Write()
|
/external/chromium_org/third_party/webrtc/modules/video_capture/test/ |
D | video_capture_unittest.cc | 504 int u_pitch = kTestWidth / 2 + 1; in TEST_F() local 505 int v_pitch = u_pitch; in TEST_F() 507 y_pitch, u_pitch, v_pitch); in TEST_F() 535 current_pointer += u_pitch; in TEST_F()
|
/external/chromium_org/third_party/webrtc/video_engine/ |
D | vie_capturer.cc | 306 int size_u = video_frame.u_pitch * ((video_frame.height + 1) / 2); in IncomingFrameI420() 318 video_frame.u_pitch, in IncomingFrameI420()
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
D | webrtcvideoengine.cc | 3219 frame_i420.u_pitch = frame_out->GetUPitch(); in SendFrame()
|