Lines Matching full:what
514 // Tell libqcamera what the preview and raw dimensions are. We
555 // Tell libqcamera what the preview and raw dimensions are. We
1347 #define PARSE_LOCATION(what,type,fmt,desc) do { \
1348 pt.what = 0; \
1349 const char *what##_str = mParameters.get("gps-"#what); \
1350 LOGV("receiveRawPicture: GPS PARM %s --> [%s]", "gps-"#what, what##_str); \
1351 if (what##_str) { \
1352 type what = 0; \
1353 if (sscanf(what##_str, fmt, &what) == 1) \
1354 pt.what = what; \
1356 LOGE("GPS " #what " %s could not" \
1358 what##_str); \
1363 LOGW("receiveRawPicture: GPS " #what " not specified: " \
1430 LOGE("receiveJpegPictureFragment: size %d exceeds what "