Home
last modified time | relevance | path

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

/external/v4l2_codec2/common/include/v4l2_codec2/common/
DV4L2Device.h456 bool isCommandSupported(uint32_t commandId);
/external/v4l2_codec2/components/
DV4L2Encoder.cpp228 if (!mDevice->isCommandSupported(V4L2_ENC_CMD_STOP)) { in initialize()
/external/v4l2_codec2/common/
DV4L2Device.cpp1903 bool V4L2Device::isCommandSupported(uint32_t commandId) { in isCommandSupported() function in android::V4L2Device