Home
last modified time | relevance | path

Searched refs:hasPaddingBytes (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DVideoFrameChromiumImpl.h61 virtual bool hasPaddingBytes(unsigned plane) const;
DVideoFrameChromiumImpl.cpp131 bool VideoFrameChromiumImpl::hasPaddingBytes(unsigned plane) const in hasPaddingBytes() function in WebKit::VideoFrameChromiumImpl
/external/webkit/Source/WebCore/platform/graphics/chromium/
DVideoFrameChromium.h80 virtual bool hasPaddingBytes(unsigned plane) const = 0;
DVideoLayerChromium.cpp224 if (frame->hasPaddingBytes(plane)) in computeVisibleSize()
232 if (frame->hasPaddingBytes(VideoFrameChromium::uPlane)) { in computeVisibleSize()
/external/webkit/Source/WebKit/chromium/
DChangeLog5710 (WebKit::VideoFrameChromiumImpl::hasPaddingBytes):