Home
last modified time | relevance | path

Searched refs:GetPixelHeight (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_image.h38 int32_t GetPixelHeight() const { return m_Height; } in GetPixelHeight() function
/external/webrtc/talk/media/webrtc/
Dwebrtcvideoframe.h105 size_t GetPixelHeight() const override { return pixel_height_; } in GetPixelHeight() function
Dwebrtcvideoframe.cc295 GetPixelWidth(), GetPixelHeight(), in GetCopyWithRotationApplied()
Dwebrtcvideoframe_unittest.cc89 EXPECT_EQ(1u, frame.GetPixelHeight()); in TestInit()
/external/webrtc/talk/media/base/
Dvideoframe.h98 virtual size_t GetPixelHeight() const = 0;
Dvideoframe.cc223 GetPixelWidth(), GetPixelHeight(), in Stretch()
Dvideoframe_unittest.h481 frame.GetPixelHeight() == pixel_height && in IsEqual()
499 frame2.GetPixelWidth(), frame2.GetPixelHeight(), in IsEqual()
515 frame2.GetPixelWidth(), frame2.GetPixelHeight(), in IsEqualWithCrop()
/external/pdfium/fpdfsdk/
Dfpdfeditimg.cpp273 const int nPixelHeight = pImg->GetPixelHeight(); in FPDFImageObj_GetImageMetadata()