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

  /external/pdfium/core/fpdfapi/page/
cpdf_image.h 38 int32_t GetPixelHeight() const { return m_Height; }
  /external/webrtc/talk/media/base/
videoframe.h 98 virtual size_t GetPixelHeight() const = 0;
videoframe.cc 223 GetPixelWidth(), GetPixelHeight(),
videoframe_unittest.h 481 frame.GetPixelHeight() == pixel_height &&
499 frame2.GetPixelWidth(), frame2.GetPixelHeight(),
515 frame2.GetPixelWidth(), frame2.GetPixelHeight(),
    [all...]
  /external/webrtc/talk/media/webrtc/
webrtcvideoframe.h 105 size_t GetPixelHeight() const override { return pixel_height_; }
webrtcvideoframe.cc 295 GetPixelWidth(), GetPixelHeight(),
webrtcvideoframe_unittest.cc 89 EXPECT_EQ(1u, frame.GetPixelHeight());
  /external/pdfium/fpdfsdk/
fpdfeditimg.cpp 273 const int nPixelHeight = pImg->GetPixelHeight();

Completed in 92 milliseconds