Home
last modified time | relevance | path

Searched refs:GetWidth (Results 1 – 12 of 12) sorted by relevance

/external/libyuv/files/source/
Dmjpeg_decoder.cc178 int MJpegDecoder::GetWidth() { in GetWidth() function in libyuv::MJpegDecoder
228 return DivideAndRoundUp(GetWidth(), hs); in GetComponentWidth()
269 if (dst_width != GetWidth() || in DecodeToBuffers()
358 if (dst_width != GetWidth() || in DecodeToCallback()
Dconvert_argb.cc924 if (ret && (mjpeg_decoder.GetWidth() != w || in MJPGToARGB()
Dconvert.cc1632 if (ret && (mjpeg_decoder.GetWidth() != w || in MJPGToI420()
/external/libyuv/files/include/libyuv/
Dmjpeg_decoder.h69 int GetWidth();
/external/opencv/otherlibs/highgui/
Dgrfmt_base.h70 int GetWidth() { return m_width; }; in GetWidth() function
Dloadsave.cpp413 size.width = reader->GetWidth(); in icvLoadImage()
/external/chromium/third_party/libjingle/source/talk/session/phone/
Dmediachannel.h255 virtual size_t GetWidth() const = 0;
345 virtual size_t GetWidth() const { return 0; } in GetWidth() function
/external/libvpx/libwebm/
Dmkvparser.hpp397 long long GetWidth() const;
Dmkvparser.cpp5352 long long VideoTrack::GetWidth() const in GetWidth() function in mkvparser::VideoTrack
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
DD3DRMOBJ.H192 STDMETHOD_(DWORD, GetWidth)(THIS) PURE; in DECLARE_INTERFACE_()
239 STDMETHOD_(DWORD, GetWidth)(THIS) PURE; in DECLARE_INTERFACE_()
/external/quake/quake/src/QW/dxsdk/sdk/inc/
Dd3drmobj.h192 STDMETHOD_(DWORD, GetWidth)(THIS) PURE; in DECLARE_INTERFACE_()
239 STDMETHOD_(DWORD, GetWidth)(THIS) PURE; in DECLARE_INTERFACE_()
/external/sonivox/jet_tools/JetCreator/
DJetDialogs.py220 self.SetSize((bmp.GetWidth(), bmp.GetHeight()))