Searched refs:org_fmt (Results 1 - 1 of 1) sorted by relevance

/device/generic/goldfish/camera/
H A DEmulatedCamera.cpp494 uint32_t org_fmt; local
499 if (!GetFourCcFormatFromCameraParam(pix_fmt, &org_fmt)) {
504 org_fmt = V4L2_PIX_FMT_NV21;
527 reinterpret_cast<const char*>(&org_fmt), pix_fmt, width, height);
535 if (!camera_dev->requestRestart(width, height, org_fmt,
543 res = camera_dev->startDevice(width, height, org_fmt);
852 uint32_t org_fmt = 0; local
853 res = getConfiguredPixelFormat(&org_fmt);
861 width, height, reinterpret_cast<const char*>(&org_fmt));
862 res = camera_dev->startDevice(width, height, org_fmt);
[all...]

Completed in 40 milliseconds