Searched defs:codedSize (Results 1 – 4 of 4) sorted by relevance
100 const ui::Size& codedSize) { in create()115 uint32_t inputCount, const ui::Size& codedSize) { in initialize()
299 const ui::Size codedSize(format->fmt.pix_mp.width, format->fmt.pix_mp.height); in startOutputQueue() local929 Rect V4L2Decoder::getVisibleRect(const ui::Size& codedSize) { in getVisibleRect()
1810 ui::Size codedSize; in allocatedSizeFromV4L2Format() local
50 const ui::Size& codedSize() const override { return mInputCodedSize; } in codedSize() function