Searched refs:y_pitch (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
D | planarfunctions_unittest.cc | 525 int y_pitch = kWidth; in TEST_F() local 544 libyuv::I420Copy(y_pointer, y_pitch, in TEST_F() 547 y_output_pointer, y_pitch, in TEST_F() 562 int y_pitch = kWidth; in TEST_F() local 588 libyuv::I422ToI420(y_pointer, y_pitch, in TEST_F() 591 y_output_pointer, y_pitch, in TEST_F() 610 int y_pitch = kWidth; in TEST_P() local 637 libyuv::Q420ToI420(y_pointer, y_pitch, in TEST_P() 639 y_output_pointer, y_pitch, in TEST_P() 657 int y_pitch = kWidth; in TEST_P() local [all …]
|
/external/chromium_org/media/base/ |
D | yuv_convert.cc | 221 int y_pitch, in ScaleYUVToRGB32() argument 262 y_buf += (source_height - 1) * y_pitch; in ScaleYUVToRGB32() 278 source_dx = ((source_dy >> kFractionBits) * y_pitch) << kFractionBits; in ScaleYUVToRGB32() 280 y_pitch = -1; in ScaleYUVToRGB32() 284 y_pitch = 1; in ScaleYUVToRGB32() 329 y_ptr = y_buf + source_y * y_pitch; in ScaleYUVToRGB32() 337 ybuf, y_ptr, y_ptr + y_pitch, source_width, source_y_fraction); in ScaleYUVToRGB32() 371 y_ptr = y_buf + source_y * y_pitch; in ScaleYUVToRGB32() 415 int y_pitch, in ScaleYUVToRGB32WithRect() argument 499 const uint8* y0_ptr = y_buf + y_pitch * source_row + source_y_left; in ScaleYUVToRGB32WithRect() [all …]
|
/external/chromium_org/third_party/webrtc/video_engine/include/ |
D | vie_capture.h | 75 y_pitch = 0; in ViEVideoFrameI420() 86 int y_pitch; member
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
D | fakevideorenderer.h | 121 int32 y_pitch = frame->GetYPitch(); in CheckFrameColorYuv() local 129 y_pos += y_pitch; in CheckFrameColorYuv()
|
D | videoframe.cc | 55 const int32 y_pitch = GetYPitch(); in Write() local 64 result = stream->Write(src_y + row * y_pitch, width, NULL, error); in Write()
|
/external/chromium_org/third_party/webrtc/modules/video_capture/test/ |
D | video_capture_unittest.cc | 503 int y_pitch = kTestWidth + 2; in TEST_F() local 507 y_pitch, u_pitch, v_pitch); in TEST_F() 527 current_pointer += y_pitch; in TEST_F()
|
/external/chromium_org/third_party/webrtc/video_engine/ |
D | vie_capturer.cc | 305 int size_y = video_frame.height * video_frame.y_pitch; in IncomingFrameI420() 317 video_frame.y_pitch, in IncomingFrameI420()
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
D | webrtcvideoengine.cc | 3218 frame_i420.y_pitch = frame_out->GetYPitch(); in SendFrame()
|