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()
1464 ui::Size codedSize; in allocatedSizeFromV4L2Format() local
508 const ui::Size codedSize(format->fmt.pix_mp.width, format->fmt.pix_mp.height); in changeResolution() local688 Rect V4L2Decoder::getVisibleRect(const ui::Size& codedSize) { in getVisibleRect()
54 const ui::Size& codedSize() const override { return mInputCodedSize; } in codedSize() function