Home
last modified time | relevance | path

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

/external/webrtc/talk/session/media/
Dplanarfunctions_unittest.cc501 int y_pitch = kWidth; in TEST_F() local
519 libyuv::I420Copy(y_pointer, y_pitch, in TEST_F()
522 y_output_pointer, y_pitch, in TEST_F()
539 int y_pitch = kWidth; in TEST_F() local
564 libyuv::I422ToI420(y_pointer, y_pitch, in TEST_F()
567 y_output_pointer, y_pitch, in TEST_F()
586 int y_pitch = kWidth; in TEST_P() local
613 y_output_pointer, y_pitch, in TEST_P()
632 int y_pitch = kWidth; in TEST_P() local
658 libyuv::NV12ToI420(y_pointer, y_pitch, in TEST_P()
[all …]
/external/webrtc/talk/media/base/
Dfakevideorenderer.h124 int32_t y_pitch = frame->GetYPitch(); in CheckFrameColorYuv() local
132 y_pos += y_pitch; in CheckFrameColorYuv()
Dvideoframe.cc54 const int32_t y_pitch = GetYPitch(); in Write() local
63 result = stream->Write(src_y + row * y_pitch, width, NULL, error); in Write()
/external/ImageMagick/coders/
Dcin.c193 y_pitch, member
633 cin.origination.y_pitch=ReadBlobFloat(image); in ReadCINImage()
1124 cin.origination.y_pitch=0.0f; in WriteCINImage()
1127 cin.origination.y_pitch=StringToDouble(value,(char **) NULL); in WriteCINImage()
1128 offset+=WriteBlobFloat(image,cin.origination.y_pitch); in WriteCINImage()