Home
last modified time | relevance | path

Searched refs:sendV4L2DecoderCmd (Results 1 – 2 of 2) sorted by relevance

/external/v4l2_codec2/components/include/v4l2_codec2/components/
DV4L2Decoder.h74 bool sendV4L2DecoderCmd(bool start);
/external/v4l2_codec2/components/
DV4L2Decoder.cpp263 if (!sendV4L2DecoderCmd(false)) { in pumpDecodeRequest()
449 sendV4L2DecoderCmd(true); in serviceDeviceTask()
718 bool V4L2Decoder::sendV4L2DecoderCmd(bool start) { in sendV4L2DecoderCmd() function in android::V4L2Decoder