HomeSort by relevance Sort by last modified time
    Searched refs:y_pitch (Results 1 - 6 of 6) sorted by null

  /external/webrtc/talk/session/media/
planarfunctions_unittest.cc 501 int y_pitch = kWidth; local
519 libyuv::I420Copy(y_pointer, y_pitch,
522 y_output_pointer, y_pitch,
539 int y_pitch = kWidth; local
564 libyuv::I422ToI420(y_pointer, y_pitch,
567 y_output_pointer, y_pitch,
586 int y_pitch = kWidth; local
613 y_output_pointer, y_pitch,
632 int y_pitch = kWidth; local
658 libyuv::NV12ToI420(y_pointer, y_pitch,
775 int y_pitch = kWidth; local
822 int y_pitch = kWidth; local
    [all...]
  /external/webrtc/talk/media/base/
fakevideorenderer.h 124 int32_t y_pitch = frame->GetYPitch(); local
132 y_pos += y_pitch;
videoframe.cc 54 const int32_t y_pitch = GetYPitch(); local
63 result = stream->Write(src_y + row * y_pitch, width, NULL, error);
  /hardware/intel/common/utils/ISV/include/
isv_worker.h 151 status_t writeNV12(int width, int height, unsigned char *out_buf, int y_pitch, int uv_pitch);
  /external/ImageMagick/coders/
cin.c 195 y_pitch,
638 cin.origination.y_pitch=ReadBlobFloat(image);
193 y_pitch, member in struct:_CINOriginationInfo
    [all...]
  /hardware/intel/common/utils/ISV/base/
isv_worker.cpp     [all...]

Completed in 393 milliseconds