Home
last modified time | relevance | path

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

/device/google/marlin/camera/usbcamcore/inc/
DQCameraMjpegDecode.h32 typedef int MJPEGD_ERR; typedef
37 MJPEGD_ERR mjpegDecoderInit(void**);
39 MJPEGD_ERR mjpegDecoderDestroy(void* mjpegd);
41 MJPEGD_ERR mjpegDecode(
/device/google/marlin/camera/usbcamcore/src/
DQCameraMjpegDecode.cpp139 MJPEGD_ERR mjpegDecoderInit(void** mjpegd_obj) in mjpegDecoderInit()
170 MJPEGD_ERR mjpegDecode( in mjpegDecode()