Home
last modified time | relevance | path

Searched refs:AllocatedSizeFromV4L2Format (Results 1 – 3 of 3) sorted by relevance

/external/v4l2_codec2/accel/
Dv4l2_device.h403 static Size AllocatedSizeFromV4L2Format(const struct v4l2_format& format);
Dv4l2_device.cc1360 Size V4L2Device::AllocatedSizeFromV4L2Format(const struct v4l2_format& format) { in AllocatedSizeFromV4L2Format() function in media::V4L2Device
/external/v4l2_codec2/components/
DV4L2EncodeComponent.cpp687 mInputCodedSize = media::V4L2Device::AllocatedSizeFromV4L2Format(*format); in configureInputFormat()