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

/external/chromium_org/media/base/
H A Dyuv_convert.cc200 int y_pitch,
241 y_buf += (source_height - 1) * y_pitch;
257 source_dx = ((source_dy >> kFractionBits) * y_pitch) << kFractionBits;
259 y_pitch = -1;
263 y_pitch = 1;
308 y_ptr = y_buf + source_y * y_pitch;
316 ybuf, y_ptr, y_ptr + y_pitch, source_width, source_y_fraction);
350 y_ptr = y_buf + source_y * y_pitch;
383 int y_pitch,
464 const uint8* y0_ptr = y_buf + y_pitch * source_ro
192 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
371 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/media/base/
H A Dfakevideorenderer.h104 int32 y_pitch = frame->GetYPitch(); local
112 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/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine.cc2932 frame_i420.y_pitch = frame_out->GetYPitch();

Completed in 118 milliseconds