OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:y_pitch
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/media/base/
yuv_convert.cc
200
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_row + source_y_left
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/media/base/
fakevideorenderer.h
96
int32
y_pitch
= frame->GetYPitch();
local
104
y_pos +=
y_pitch
;
videoframe.cc
55
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/
webrtcvideoengine.cc
[
all
...]
Completed in 2804 milliseconds