Searched refs:GetWidth (Results 1 – 12 of 12) sorted by relevance
178 int MJpegDecoder::GetWidth() { in GetWidth() function in libyuv::MJpegDecoder228 return DivideAndRoundUp(GetWidth(), hs); in GetComponentWidth()269 if (dst_width != GetWidth() || in DecodeToBuffers()358 if (dst_width != GetWidth() || in DecodeToCallback()
924 if (ret && (mjpeg_decoder.GetWidth() != w || in MJPGToARGB()
1632 if (ret && (mjpeg_decoder.GetWidth() != w || in MJPGToI420()
69 int GetWidth();
70 int GetWidth() { return m_width; }; in GetWidth() function
413 size.width = reader->GetWidth(); in icvLoadImage()
255 virtual size_t GetWidth() const = 0;345 virtual size_t GetWidth() const { return 0; } in GetWidth() function
397 long long GetWidth() const;
5352 long long VideoTrack::GetWidth() const in GetWidth() function in mkvparser::VideoTrack
192 STDMETHOD_(DWORD, GetWidth)(THIS) PURE; in DECLARE_INTERFACE_()239 STDMETHOD_(DWORD, GetWidth)(THIS) PURE; in DECLARE_INTERFACE_()
220 self.SetSize((bmp.GetWidth(), bmp.GetHeight()))