Home
last modified time | relevance | path

Searched defs:codedSize (Results 1 – 4 of 4) sorted by relevance

/external/v4l2_codec2/common/
DFormatConverter.cpp98 const ui::Size& codedSize) { in create()
113 uint32_t inputCount, const ui::Size& codedSize) { in initialize()
/external/v4l2_codec2/v4l2/include/v4l2_codec2/v4l2/
DV4L2Encoder.h50 const ui::Size& codedSize() const override { return mInputCodedSize; } in codedSize() function
/external/v4l2_codec2/v4l2/
DV4L2Decoder.cpp299 const ui::Size codedSize(format->fmt.pix_mp.width, format->fmt.pix_mp.height); in startOutputQueue() local
929 Rect V4L2Decoder::getVisibleRect(const ui::Size& codedSize) { in getVisibleRect()
DV4L2Device.cpp1810 ui::Size codedSize; in allocatedSizeFromV4L2Format() local