Searched defs:codedSize (Results 1 – 4 of 4) sorted by relevance
98 const ui::Size& codedSize) { in Create()113 uint32_t inputCount, const ui::Size& codedSize) { in initialize()
1443 ui::Size codedSize; in allocatedSizeFromV4L2Format() local
500 const ui::Size codedSize(format->fmt.pix_mp.width, format->fmt.pix_mp.height); in changeResolution() local676 Rect V4L2Decoder::getVisibleRect(const ui::Size& codedSize) { in getVisibleRect()
52 const ui::Size& codedSize() const override { return mInputCodedSize; } in codedSize() function