Lines Matching defs:res
114 status_t res; in Initialize() local
193 status_t res; in connectCamera() local
270 status_t res; in closeCamera() local
364 status_t res; in constructDefaultRequest() local
734 status_t res; in threadLoop() local
741 status_t res; in threadLoop() local
829 status_t res; in setupCapture() local
945 status_t res; in setupReprocess() local
1043 status_t res; in getBuffers() local
1162 status_t res; in waitForReady() local
1230 status_t res; in threadLoop() local
1430 status_t res; in onJpegInputDone() local
1448 status_t res; in collectStatisticsMetadata() local
1604 status_t res; in processRequest() local
1606 #define READ_IF_OK(res, what, def) (((res) == OK) ? (what) : (uint8_t)(def)) in processRequest() argument