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

/external/chromium_org/media/base/
H A Dyuv_convert.cc221 int y_pitch,
262 y_buf += (source_height - 1) * y_pitch;
278 source_dx = ((source_dy >> kFractionBits) * y_pitch) << kFractionBits;
280 y_pitch = -1;
284 y_pitch = 1;
329 y_ptr = y_buf + source_y * y_pitch;
337 ybuf, y_ptr, y_ptr + y_pitch, source_width, source_y_fraction);
371 y_ptr = y_buf + source_y * y_pitch;
415 int y_pitch,
499 const uint8* y0_ptr = y_buf + y_pitch * source_ro
213 ScaleYUVToRGB32(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgb_buf, int source_width, int source_height, int width, int height, int y_pitch, int uv_pitch, int rgb_pitch, YUVType yuv_type, Rotate view_rotate, ScaleFilter filter) argument
403 ScaleYUVToRGB32WithRect(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgb_buf, int source_width, int source_height, int dest_width, int dest_height, int dest_rect_left, int dest_rect_top, int dest_rect_right, int dest_rect_bottom, int y_pitch, int uv_pitch, int rgb_pitch) argument
[all...]
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dplanarfunctions_unittest.cc525 int y_pitch = kWidth; local
544 libyuv::I420Copy(y_pointer, y_pitch,
547 y_output_pointer, y_pitch,
562 int y_pitch = kWidth; local
588 libyuv::I422ToI420(y_pointer, y_pitch,
591 y_output_pointer, y_pitch,
610 int y_pitch = kWidth; local
637 libyuv::Q420ToI420(y_pointer, y_pitch,
639 y_output_pointer, y_pitch,
657 int y_pitch local
701 int y_pitch = kWidth; local
842 int y_pitch = kWidth; local
888 int y_pitch = kWidth; local
[all...]
/external/chromium_org/third_party/webrtc/video_engine/include/
H A Dvie_capture.h75 y_pitch = 0;
86 int y_pitch; member in struct:webrtc::ViEVideoFrameI420
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfakevideorenderer.h121 int32 y_pitch = frame->GetYPitch(); local
129 y_pos += y_pitch;
H A Dvideoframe.cc55 const int32 y_pitch = GetYPitch(); local
64 result = stream->Write(src_y + row * y_pitch, width, NULL, error);
/external/chromium_org/third_party/webrtc/modules/video_capture/test/
H A Dvideo_capture_unittest.cc503 int y_pitch = kTestWidth + 2; local
507 y_pitch, u_pitch, v_pitch);
527 current_pointer += y_pitch;
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_capturer.cc305 int size_y = video_frame.height * video_frame.y_pitch;
317 video_frame.y_pitch,
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine.cc3218 frame_i420.y_pitch = frame_out->GetYPitch();

Completed in 220 milliseconds