Home
last modified time | relevance | path

Searched refs:y_pitch (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dplanarfunctions_unittest.cc525 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/
Dyuv_convert.cc221 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/
Dvie_capture.h75 y_pitch = 0; in ViEVideoFrameI420()
86 int y_pitch; member
/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dfakevideorenderer.h121 int32 y_pitch = frame->GetYPitch(); in CheckFrameColorYuv() local
129 y_pos += y_pitch; in CheckFrameColorYuv()
Dvideoframe.cc55 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/
Dvideo_capture_unittest.cc503 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/
Dvie_capturer.cc305 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/
Dwebrtcvideoengine.cc3218 frame_i420.y_pitch = frame_out->GetYPitch(); in SendFrame()