Home
last modified time | relevance | path

Searched refs:SizeSetter (Results 1 – 4 of 4) sorted by relevance

/external/v4l2_codec2/components/include/v4l2_codec2/components/
DV4L2EncodeInterface.h54 static C2R SizeSetter(bool mayBlock, C2P<C2StreamPictureSizeInfo::input>& videoSize);
DV4L2DecodeInterface.h40 static C2R SizeSetter(bool mayBlock, C2P<C2StreamPictureSizeInfo::output>& videoSize);
/external/v4l2_codec2/components/
DV4L2DecodeInterface.cpp79 C2R V4L2DecodeInterface::SizeSetter(bool /* mayBlock */, in SizeSetter() function in android::V4L2DecodeInterface
235 .withSetter(SizeSetter) in V4L2DecodeInterface()
DV4L2EncodeInterface.cpp214 C2R V4L2EncodeInterface::SizeSetter(bool mayBlock, C2P<C2StreamPictureSizeInfo::input>& videoSize) { in SizeSetter() function in android::V4L2EncodeInterface
290 .withSetter(SizeSetter) in Initialize()